From 71b7882a4edcb1cabecfd3563a0bb9f91e788439 Mon Sep 17 00:00:00 2001 From: Iris Clawd Date: Mon, 20 Apr 2026 17:55:17 +0000 Subject: [PATCH] docs: add Build with AI section to README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index c832d0025..93de3d81a 100644 --- a/README.md +++ b/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?