See LangGraph Development Skill for the complete pattern that CrewAI will follow when implemented.
1---2name: crewai-development-skill3description: CrewAI Development Skill4---56# CrewAI Development Skill78**NOTE**: This is a FUTURE skill. CrewAI workflows will follow the same pattern as LangGraph when implemented.910## When to Use This Skill1112Use this skill when:13- Planning CrewAI workflow architecture (FUTURE)14- Setting up CrewAI as a NestJS application (FUTURE)15- Configuring webhook status tracking for CrewAI (FUTURE)16- Wrapping CrewAI endpoints as API agents (FUTURE)1718## Directory Structure (Future)1920CrewAI applications will follow the same pattern as LangGraph:2122```23apps/24├── api/ # Main NestJS API25├── n8n/ # N8N workflows26├── langgraph/ # LangGraph workflows27└── crewai/ # CrewAI workflows (FUTURE)28 ├── src/29 │ ├── main.ts30 │ ├── app.module.ts31 │ ├── crews/32 │ │ └── example-crew.ts33 │ └── controllers/34 │ └── crewai.controller.ts35 ├── package.json36 └── tsconfig.json37```3839## Expected Pattern (When Implemented)4041CrewAI workflows will:42431. **Be NestJS applications** under `apps/crewai/`442. **Receive same parameters** as n8n/LangGraph:45 - `taskId`, `conversationId`, `userId`46 - `userMessage`, `statusWebhook`47 - `provider`, `model`48 - `stepName`, `sequence`, `totalSteps`493. **Use same webhook pattern** for status tracking504. **Wrap as API agents** with request/response transforms515. **Follow A2A protocol** (health, agent card endpoints)5253## Reference5455See **LangGraph Development Skill** for the complete pattern that CrewAI will follow when implemented.56
Run npx skillmds@latest add golfergeek/crewai-development-skill in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
CrewAI Development Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
GolferGeek (@golfergeek) published this skill. Their other Agent Skills are listed on their SkillMD profile.