diff --git a/README.md b/README.md index 93de3d81a..62bb055eb 100644 --- a/README.md +++ b/README.md @@ -104,23 +104,19 @@ intelligent automations. ## Build with AI -Using an AI coding agent? Give it CrewAI expertise in one command: +Using an AI coding agent? Teach it CrewAI best practices in one command: -**Claude Code (plugin marketplace):** +**Claude Code:** ```shell /plugin marketplace add crewAIInc/skills ``` -**Any agent (npx):** +**Cursor, Codex, Windsurf, and others:** ```shell npx skills add crewaiinc/skills ``` -This installs the official [CrewAI Skills](https://github.com/crewAIInc/skills) — structured best practices that teach your coding agent how to scaffold Flows, configure Crews, design agents and tasks, and follow CrewAI patterns. Works with Claude Code, Cursor, Codex, Windsurf, and more. - -Our docs are also AI-readable out of the box via [`llms.txt`](https://docs.crewai.com/llms.txt) and [`llms-full.txt`](https://docs.crewai.com/llms-full.txt). - -📖 **[Full guide →](https://docs.crewai.com/en/guides/coding-tools/build-with-ai)** +This installs the official [CrewAI Skills](https://github.com/crewAIInc/skills) — structured instructions that teach coding agents how to scaffold Flows, configure Crews, design agents and tasks, and follow CrewAI patterns. ## Why CrewAI?