← Back to list

crewai-development
by GolferGeek
⭐ 0🍴 0📅 Dec 3, 2025
SKILL.md
name: CrewAI Development description: Create CrewAI workflows as NestJS applications under apps/crewai/. FUTURE: Same pattern as LangGraph - NestJS app, same webhook pattern as n8n, receive same parameters, wrap as API agents. CRITICAL: Status webhook URL must read from environment variables. allowed-tools: Read, Write, Edit, Bash, Grep, Glob
CrewAI Development Skill
NOTE: This is a FUTURE skill. CrewAI workflows will follow the same pattern as LangGraph when implemented.
When to Use This Skill
Use this skill when:
- Planning CrewAI workflow architecture (FUTURE)
- Setting up CrewAI as a NestJS application (FUTURE)
- Configuring webhook status tracking for CrewAI (FUTURE)
- Wrapping CrewAI endpoints as API agents (FUTURE)
Directory Structure (Future)
CrewAI applications will follow the same pattern as LangGraph:
apps/
├── api/ # Main NestJS API
├── n8n/ # N8N workflows
├── langgraph/ # LangGraph workflows
└── crewai/ # CrewAI workflows (FUTURE)
├── src/
│ ├── main.ts
│ ├── app.module.ts
│ ├── crews/
│ │ └── example-crew.ts
│ └── controllers/
│ └── crewai.controller.ts
├── package.json
└── tsconfig.json
Expected Pattern (When Implemented)
CrewAI workflows will:
- Be NestJS applications under
apps/crewai/ - Receive same parameters as n8n/LangGraph:
taskId,conversationId,userIduserMessage,statusWebhookprovider,modelstepName,sequence,totalSteps
- Use same webhook pattern for status tracking
- Wrap as API agents with request/response transforms
- Follow A2A protocol (health, agent card endpoints)
Reference
See LangGraph Development Skill for the complete pattern that CrewAI will follow when implemented.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon