mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 01:32:36 +00:00
docs: add Build with AI section to README
This commit is contained in:
21
README.md
21
README.md
@@ -83,6 +83,7 @@ intelligent automations.
|
||||
|
||||
## Table of contents
|
||||
|
||||
- [Build with AI](#build-with-ai)
|
||||
- [Why CrewAI?](#why-crewai)
|
||||
- [Getting Started](#getting-started)
|
||||
- [Key Features](#key-features)
|
||||
@@ -101,6 +102,26 @@ intelligent automations.
|
||||
- [Telemetry](#telemetry)
|
||||
- [License](#license)
|
||||
|
||||
## Build with AI
|
||||
|
||||
Using an AI coding agent? Give it CrewAI expertise in one command:
|
||||
|
||||
**Claude Code (plugin marketplace):**
|
||||
```shell
|
||||
/plugin marketplace add crewAIInc/skills
|
||||
```
|
||||
|
||||
**Any agent (npx):**
|
||||
```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)**
|
||||
|
||||
## Why CrewAI?
|
||||
|
||||
<div align="center" style="margin-bottom: 30px;">
|
||||
|
||||
Reference in New Issue
Block a user