mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 10:12:38 +00:00
docs: trim README Build with AI section to skills install only
This commit is contained in:
12
README.md
12
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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user