{
  "markdown": "# AG2 Agent Builder - Claude Code Plugin Marketplace\n\nA Claude Code plugin marketplace for building [AG2 (AutoGen)](https://github.com/ag2ai/ag2) based agents, multi-agent workflows, and A2A services.\n\n## Installation\n\n```bash\n# In Claude Code\n/plugin marketplace add ag2ai/ag2-claude-plugins\n```\n\nOr for local development:\n```bash\n/plugin marketplace add /path/to/ag2-claude-plugins\n```\n\nThen install individual plugins from the Discover tab:\n```bash\n/plugin\n```\n\n## Plugins\n\n### ag2-agent-scaffold\n\nScaffold new AG2 agents with proper structure, tool functions, and A2A server wiring.\n\n| Skill | Description |\n|-------|-------------|\n| `/new-agent` | Create a ConversableAgent with tools, system prompt, and LLM config |\n| `/new-a2a-agent` | Create a full A2A-compliant agent with server wiring and CardSettings |\n\n### ag2-workflow-patterns\n\nMulti-agent orchestration patterns for common use cases.\n\n| Skill | Description |\n|-------|-------------|\n| `/ag2-chat-fundamentals` | Learn AG2 chat fundamentals and ConversableAgent basics |\n| `/two-agent-chat` | Set up a two-agent conversation pattern |\n| `/sequential-chat` | Create a sequential multi-agent pipeline |\n| `/group-chat` | Set up a multi-agent group chat with configurable speaker selection |\n| `/group-chat-auto-pattern` | Group chat with automatic speaker selection pattern |\n| `/nested-chat` | Create nested chat workflows (hub-and-spoke) |\n\n### ag2-tool-builder\n\nCreate well-structured tool functions with proper contracts.\n\n| Skill | Description |\n|-------|-------------|\n| `/new-tool` | Generate a tool function with type annotations, docstrings, and JSON contracts |\n| `/connector-tool` | Build API connector tools with auth handling, pagination, and error mapping |\n\n### ag2-agent-reviewer\n\nReview AG2 agent code for common issues.\n\n| Agent | Description |\n|-------|-------------|\n| `ag2-reviewer` | Analyzes agent code for tool contract violations, prompt quality, security, and best practices |\n\n### ag2-agent-guide\n\nArchitecture advisors for AG2 agent systems.\n\n| Agent | Description |\n|-------|-------------|\n| `ag2-architect` | Recommends orchestration patterns (group chat, pipeline, handoffs, etc.) based on your use case |\n| `ag2-prompt-engineer` | Crafts and reviews system prompts for maximum agent reliability |\n\n### ag2-brand-guidelines\n\nAG2 design system and brand guidelines with live Figma sync.\n\n| Skill | Description |\n|-------|-------------|\n| `ag2-brand-guidelines` | Applies AG2's official design system (colors, typography, components, dark/light themes) to all generated UI code and artifacts |\n\n**MCP Connectors:** Figma — pull live design tokens from the [AG2 design system](https://www.figma.com/design/1fqtTB9astetM1bfkdEwN5/AG2---2026)\n\n## Pattern Quick Reference\n\n| Need | Pattern | Plugin |\n|------|---------|--------|\n| Single agent with API access | Tool-augmented agent | ag2-agent-scaffold |\n| Draft + review cycle | Two-agent chat | ag2-workflow-patterns |\n| Step-by-step processing | Sequential pipeline | ag2-workflow-patterns |\n| Collaborative problem solving | Group chat | ag2-workflow-patterns |\n| Expert consultation | Nested chats (hub-and-spoke) | ag2-workflow-patterns |\n| Context-dependent routing | Group chat (DefaultPattern with handoffs) | ag2-workflow-patterns |\n| Deployable A2A service | A2A agent server | ag2-agent-scaffold |\n\n## AG2 Resources\n\n- [AG2 Documentation](https://docs.ag2.ai/)\n- [AG2 GitHub](https://github.com/ag2ai/ag2)\n- [A2A Protocol](https://github.com/google/A2A)\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Add or modify plugins under `plugins/`\n4. Test locally with `/plugin marketplace add ./ag2-claude-plugins`\n5. Submit a pull request\n\n### Adding a New Plugin\n\n1. Create a directory under `plugins/<plugin-name>/`\n2. Add `.claude-plugin/plugin.json` with name, version, description\n3. Add skills (`skills/<name>/SKILL.md`) or agents (`agents/<name>.md`)\n4. Add the plugin entry to `.claude-plugin/marketplace.json`\n5. Test with `/plugin marketplace add .` and verify your skills/agents appear\n\n## License\n\nApache-2.0\n",
  "bytes": 4091,
  "sha": "5a7e1b9bd836e46b73a8d991ef15faa897d8a0e3d78b173cf731520ad9c76952",
  "repo_slug": "ag2ai/ag2-claude-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_ag2ai_ag2_claude_plugins_ag2_claude_plug_2bc14cce/readme"
}