From 460d91e24db3a9d21b9526c253d55f4997307f43 Mon Sep 17 00:00:00 2001 From: Iris Clawd Date: Mon, 20 Apr 2026 17:55:54 +0000 Subject: [PATCH] docs: trim README Build with AI section to skills install only --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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?