Agent skill · software engineering · davila7
crewai-multi-agent
Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.
Why this skill is useful
Adds a framework for orchestrating multi-agent systems with specialized roles and memory, enabling complex task execution that the AI cannot generate on its own.
What it needs
Requires crewai, crewai-tools installed locally. About 6k tokens when loaded. Last updated 2026-08-06. 30,138 stars on the source repository.
What this skill does
CrewAI - Multi-Agent Orchestration Framework Build teams of autonomous AI agents that collaborate to solve complex tasks. When to use CrewAI Use CrewAI when: Building multi-agent systems with specialized roles Need autonomous collaboration between agents Want role-based task delegation (researcher, writer, analyst) Require sequential or hierarchical process execution Building production workflows with memory and observability Need simpler setup than LangChain/LangGraph Key features: Standalone: No LangChain dependencies, lean footprint Role-based: Agents have roles, goals, and backstories Dual paradigm: Crews (autonomous) + Flows (event-driven) 50+ tools: Web scraping, search, databases, AI services Memory: Short-term, long-term, and entity memory Production-ready: Tracing, enterprise features Use alternatives instead: LangChain: General-purpose LLM apps, RAG pipelines LangGraph: Complex stateful workflows with cycles AutoGen: Microsoft ecosystem, multi-agent conversations LlamaIndex: Document Q&A, knowledge retrieval Quick start Installation Create project with CLI Simple crew (code-only) Core concepts Agents - Autonomous workers Tasks - Units of work Crews - Teams of agents Process types Sequential (default) Tasks execute in order, each agent completing their task before the next: Hierarchical Auto-creates a manager agent that delegates and coordinates: Using tools Built-in tools (50+) Custom tools YAML configuration (recommended) Project structure agents.yaml tasks.yaml crew.py main.py Flows - Event-driven orchestration For complex workflows with conditional logic, use Flows: See Flows Guide for complete documentation. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills davila7/agents-crewai