Guides¶
Practical guides for building with Capawesome using AI agents.
Set up your AI assistant¶
- Add the Capawesome skills to your project:
npx skills add capawesome-team/skills. - Add editor rules so your assistant follows your project's conventions.
- Make the docs available to your assistant — see LLMs for the
llms.txtfiles and Markdown endpoints.
Common AI-assisted tasks¶
- Set up Capawesome Cloud — ask your assistant to use the
capawesome-cloudskill to set up Live Updates, Native Builds, or App Store Publishing. - Migrate between major versions — use the migration skills to upgrade a Capacitor app or plugin.
- Diagnose a failed build — use Ask AI in the Console, then hand the diagnosis to your local agent to apply the fix.
More step-by-step guides are on the way.