Agent skill
crewai-setup
CrewAI multi-agent orchestration setup for collaborative AI systems
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/crewai-setup
SKILL.md
CrewAI Setup Skill
Capabilities
- Configure CrewAI agents with roles and goals
- Define tasks and expected outputs
- Set up crew orchestration patterns
- Implement agent collaboration workflows
- Configure memory and knowledge sharing
- Design hierarchical agent structures
Target Processes
- multi-agent-system
- plan-and-execute-agent
Implementation Details
Core Components
- Agents: Define roles, goals, backstories, and tools
- Tasks: Specify descriptions, expected outputs, and assigned agents
- Crews: Orchestrate agents with process types
- Tools: Custom tool integration for agents
Process Types
- Sequential: Linear task execution
- Hierarchical: Manager-led coordination
- Consensus: Agent voting and agreement
Configuration Options
- LLM selection per agent
- Tool assignment
- Memory configuration
- Delegation settings
- Verbose/debug modes
Best Practices
- Clear role definitions
- Appropriate task granularity
- Proper tool assignment
- Monitor agent interactions
- Handle failures gracefully
Dependencies
- crewai
- crewai-tools
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?