---
title: AI Guides
description: Guides for AI-assisted development with Capawesome — set up Claude Code or Cursor, run AI-powered migrations, and use AI in CI.
---

# Guides

Practical guides for building with Capawesome using AI agents.

## Set up your AI assistant

1. Add the [Capawesome skills](../skills/index.md) to your project: `npx skills add capawesome-team/skills`.
2. Add [editor rules](../rules.md) so your assistant follows your project's conventions.
3. Make the docs available to your assistant — see [LLMs](../llms.md) for the `llms.txt` files and Markdown endpoints.

## Common AI-assisted tasks

- **Set up Capawesome Cloud** — ask your assistant to use the `capawesome-cloud` skill 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](../../cloud/assist/ask-ai.md) in the Console, then hand the diagnosis to your local agent to apply the fix.

> More step-by-step guides are on the way.
