How this command is triggered — by the user, by Claude, or both
Slash command
/ai-agents-assistant:learnThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Start Your AI Agent Development Journey Welcome to the **AI Agents Plugin**! This interactive guide helps you master AI agent development with production-grade patterns from LangChain, Anthropic, and OpenAI. ## Choose Your Learning Path ### 1. Agent Fundamentals Master the core concepts of AI agent systems. **Topics covered:** - ReAct (Reasoning + Acting) pattern - Plan-and-Execute architecture - Cognitive loops and decision making - Single vs multi-agent systems **Skills you'll learn:** - Design agent architectures - Implement ReAct agents - Add circuit breakers and error handling -...
Welcome to the AI Agents Plugin! This interactive guide helps you master AI agent development with production-grade patterns from LangChain, Anthropic, and OpenAI.
Master the core concepts of AI agent systems.
Topics covered:
Skills you'll learn:
Get started:
"Help me understand how ReAct agents work"
"Build a simple agent with LangGraph"
"What's the difference between ReAct and Plan-and-Execute?"
Connect and optimize Large Language Models for your agents.
Topics covered:
Skills you'll learn:
Get started:
"Show me how to use Claude with tool calling"
"Design a chain-of-thought prompt template"
"How do I implement retry with exponential backoff?"
Build Retrieval-Augmented Generation for grounded responses.
Topics covered:
Skills you'll learn:
Get started:
"Build a RAG system with Pinecone"
"What's the best chunk size for technical docs?"
"How do I implement reranking?"
Enable LLMs to interact with external systems.
Topics covered:
Skills you'll learn:
Get started:
"Create a tool for database search"
"How does OpenAI strict mode work?"
"Best practices for tool descriptions"
Build coordinated systems of specialized agents.
Topics covered:
Skills you'll learn:
Get started:
"Build an orchestrator-worker system"
"How does agent communication work?"
"Design a hierarchical agent system"
Give agents the ability to remember and learn.
Topics covered:
Skills you'll learn:
Get started:
"Add conversation memory to my agent"
"How do I implement semantic memory?"
"Best practices for context management"
Ensure responsible AI agent deployment.
Topics covered:
Skills you'll learn:
Get started:
"Add guardrails to my agent"
"How do I prevent prompt injection?"
"Implement rate limiting for agents"
| Command | Description |
|---|---|
/learn | This guide |
/roadmap [topic] | View topic details |
/assess [topic] | Test your knowledge |
/resources [topic] | Get learning resources |
/project [topic] [level] | Find project ideas |
| Framework | Best For | Key Feature |
|---|---|---|
| LangChain | General agents | Tool ecosystem |
| LangGraph | Complex workflows | State machines |
| Anthropic SDK | Claude agents | Native tool use |
| OpenAI SDK | GPT agents | Strict mode |
Ready to start? Tell me which path interests you! 🚀
npx claudepluginhub pluginagentmarketplace/custom-plugin-ai-agents --plugin custom-plugin-ai-agents/create-subagentCreates specialized Claude Code subagents with expert guidance based on the provided agent idea or description.
/plan-systemInvokes rcc:planning-agent-systems skill to plan agent system components with traceability and reuse analysis.
/agentDesigns, builds, and evaluates AI agents using patterns like ReAct, plan-and-execute, multi-agent. Generates config, implementation, tools, memory, guardrails, tests, docs, and commit.
/learnAnalyzes the current session for non-trivial patterns—error resolutions, debugging techniques, workarounds, and conventions—then saves them as reusable skill files.
/learnInteractively explores Task Master capabilities with tailored suggestions, command lists by category/scenario, power user patterns, and learning paths based on arguments or project state.
/learnAutonomously scouts codebase, learns structure, generates or updates documentation with validation-fix loops.