From coding-agent
Building AI agents with LangChain, LangGraph, deepagents, OpenAI Agents SDK, Claude Agent SDK, Strands, CrewAI, AutoGen, Mastra. Covers architecture, tool use, multi-agent orchestration, memory, observability, deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-agent:agent-frameworks-specialistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Building AI agents or multi-agent systems
| Framework | Priority | Best For |
|---|---|---|
| Claude Agent SDK | CRITICAL | Claude-native agents, subagents, custom tools |
| OpenAI Agents SDK | CRITICAL | Multi-agent handoffs, guardrails, tool search |
| LangGraph | HIGH | Stateful graphs, conditional routing |
| Deep Agents (deepagents) | HIGH | Planning + subagents + virtual filesystem on top of LangGraph |
| Strands | HIGH | Model-agnostic, lightweight, AWS/Bedrock |
| CrewAI | MEDIUM | Role-based multi-agent teams |
| Mastra | MEDIUM | TypeScript-first, observational memory |
For detailed code examples, read from rules/:
rules/claude-sdk.md -- agentic loop, query(), subagents, custom toolsrules/openai-sdk.md -- agents, handoffs, tool search, guardrailsrules/langgraph.md -- StateGraph, Functional API, conditional routingrules/deepagents.md -- createDeepAgent, subagents, virtual filesystem, tool factory patternrules/strands.md -- model providers, memory, MCP supportrules/patterns.md -- architecture (ARCH-01-05), wiring, CrewAI, Mastratemperature: 0 for reproducibility.defer_loading / ToolSearchTool.npx claudepluginhub devjarus/coding-agent --plugin coding-agentGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.