ai-agents-pro
Installation
SKILL.md
AI Agents Pro
Expert-level orchestration of autonomous AI agents. Focuses on goal-driven reasoning, multi-agent collaboration, and reliable tool integration.
Boundary
ai-agents-pro covers agent architectures (ReAct, Plan-and-Execute), multi-agent frameworks (LangGraph, CrewAI, AutoGen), tool-use (Function calling), and agentic memory (Short-term, Long-term/RAG). It does NOT cover training base models.
When to use
- Building an autonomous agent to perform complex, multi-step tasks.
- Designing a multi-agent system where agents collaborate or compete.
- Implementing long-term memory and state management for an agent.
- Integrating external tools (APIs, Databases, CLI) into an agent's reasoning loop.