Crewai setup
Skill a5c-ai/babysitter/library/specializations/ai-agents-conversational/skills/crewai-setup
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill crewai-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
CrewAI multi-agent orchestration setup for collaborative AI systems
SKILL.md
1.6 KB, as published. Nobody here has run it
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