Skills
Skills
Section titled “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).
npx skills add crewaiinc/skillsThat 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
Section titled “What your agent gets”- Flows — structure stateful apps, steps, and crew kickoffs the CrewAI way
- Crews & agents — JSON-first patterns (
crew.jsonc,agents/*.jsonc), 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
Section titled “Learn more on this site”Coding tools & AGENTS.md
How to use AGENTS.md and coding-agent workflows with CrewAI.
Quickstart
Build your first Flow and crew end-to-end.
Installation
Install the CrewAI CLI and Python package.
Skills registry (skills.sh)
Official listing for crewaiinc/skills—skills, installs, and audits.
GitHub source
Source, updates, and issues for the skill pack.