Back to Crewai

Skills

docs/en/skills.mdx

1.14.5a32.3 KB
Original Source

Skills

Give your AI coding agent CrewAI context in one command.

CrewAI Skills are published on skills.sh/crewaiinc/skills—the official registry for crewaiinc/skills, including individual skills (for example design-agent, getting-started, design-task, and ask-docs), install stats, and audits. They teach coding agents—like Claude Code, Cursor, and Codex—how to scaffold Flows, configure Crews, use tools, and follow CrewAI patterns. Run the install below (or paste it into your agent).

shell
npx skills add crewaiinc/skills

That pulls the official skill pack into your agent workflow so it can apply CrewAI conventions without you re-explaining the framework each session. Source code and issues live on GitHub.

What your agent gets

  • Flows — structure stateful apps, steps, and crew kickoffs the CrewAI way
  • Crews & agents — YAML-first patterns, roles, tasks, and delegation
  • Tools & integrations — hook agents to search, APIs, and common CrewAI tools
  • Project layout — align with CLI scaffolds and repo conventions
  • Up-to-date patterns — skills track current CrewAI docs and recommended practices

Learn more on this site

<CardGroup cols={2}> <Card title="Coding tools & AGENTS.md" icon="terminal" href="/en/guides/coding-tools/agents-md"> How to use `AGENTS.md` and coding-agent workflows with CrewAI. </Card> <Card title="Quickstart" icon="rocket" href="/en/quickstart"> Build your first Flow and crew end-to-end. </Card> <Card title="Installation" icon="download" href="/en/installation"> Install the CrewAI CLI and Python package. </Card> <Card title="Skills registry (skills.sh)" icon="globe" href="https://skills.sh/crewaiinc/skills"> Official listing for `crewaiinc/skills`—skills, installs, and audits. </Card> <Card title="GitHub source" icon="code-branch" href="https://github.com/crewAIInc/skills"> Source, updates, and issues for the skill pack. </Card> </CardGroup>

Video: CrewAI with coding agent skills

<iframe src="https://www.loom.com/embed/befb9f68b81f42ad8112bfdd95a780af" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style={{ width: "100%", height: "400px" }} />