Scaffold new AG2 agents with proper structure, tool functions, and A2A server wiring.
Generates a working ConversableAgent or a full A2A-compliant service in one step.
Build AG2 agents and multi-agent workflows directly from Claude Code. Scaffold, review, and orchestrate agents without leaving your editor.
/plugin marketplace add ag2ai/ag2-claude-plugins
Five focused plugins covering scaffolding, orchestration, tooling, review, and architectural guidance.
Scaffold new AG2 agents with proper structure, tool functions, and A2A server wiring.
Generates a working ConversableAgent or a full A2A-compliant service in one step.
Multi-agent orchestration patterns for common use cases. From simple two-agent chats to group chats and nested hub-and-spoke workflows.
Create well-structured tool functions with proper error handling, type annotations, docstrings, and JSON contracts. Includes API connector scaffolding with auth and pagination.
Review AG2 agent code for common issues including tool contract violations, prompt quality, security concerns, and adherence to best practices.
Architecture advisors for AG2 agent systems. Get pattern recommendations and system prompt guidance without leaving Claude Code.
Match your use case to the right orchestration pattern and plugin.
| Need | Pattern | Plugin |
|---|---|---|
| Single agent with API access | Tool-augmented agent | ag2-agent-scaffold |
| Draft + review cycle | Two-agent chat | ag2-workflow-patterns |
| Step-by-step processing | Sequential pipeline | ag2-workflow-patterns |
| Collaborative problem solving | Group chat | ag2-workflow-patterns |
| Expert consultation | Nested chats (hub-and-spoke) | ag2-workflow-patterns |
| Context-dependent routing | Group chat with handoffs | ag2-workflow-patterns |
| Deployable A2A service | A2A agent server | ag2-agent-scaffold |
Documentation and references for building AG2 agents.
Guides, API reference, and examples for the AG2 agent framework.
Source code, issues, and community discussions for the AG2 framework.
Google's Agent-to-Agent protocol specification for interoperable agent services.
Source for these plugins. Contribute new plugins or report issues.