docs: trim README Build with AI section to skills install only

This commit is contained in:
Iris Clawd
2026-04-20 17:55:54 +00:00
parent 71b7882a4e
commit 460d91e24d

View File

@@ -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?