Plugin Claude Code
Claude Code plugin marketplace for building AG2 agents and multi-agent workflows.
Plugin Claude Code
Claude Code plugin marketplace for building AG2 agents and multi-agent workflows.
Plugin Claude Code
Agent-based guide for AG2 architecture decisions: when to use which patterns, agent design principles, and multi-agent best practices.
Agent
AG2 architecture advisor that helps choose the right agent patterns, orchestration strategies, and design approaches for multi-agent systems. Consult before building to get the design right.
Agent
Helps craft effective system prompts for AG2 agents. Analyzes the agent's role, tools, and orchestration context to produce high-quality system messages that maximize agent reliability.
Plugin Claude Code
Review AG2 agent code for common issues: prompt quality, tool contracts, error handling, and security.
Agent
Reviews AG2 agent implementations for correctness, prompt quality, tool contracts, security, and best practices. Use after creating or modifying AG2 agents.
Plugin Claude Code
Scaffold new AG2 agents with proper structure, tool functions, and A2A server wiring.
Skill Claude CodeCodex
Scaffold a new A2A (Agent-to-Agent) compliant agent with server wiring, card settings, and skill definitions. Use for agents that will be deployed as A2A services.
Skill Claude CodeCodex
Scaffold a new AG2 ConversableAgent with tool functions and LLM config. Use when creating a standalone agent that needs tools, a system prompt, and proper structure.
Plugin Claude Code
AG2 design system and brand guidelines. Applies consistent visual identity to all generated UI code, artifacts, and visual output for the AG2 multi-agent AI framework.
Skill Claude CodeCodex
Applies AG2's official design system and brand guidelines to all generated code, artifacts, UI components, and visual output. Use this skill whenever building web pages, landing pages, dashboards, product UIs, React components, HTML artifacts, presentations, or any visual output that should follow AG2's brand…
Plugin Claude Code
Create well-structured tool functions for AG2 agents with proper error handling and JSON contracts.
Skill Claude CodeCodex
Create tool functions that integrate with external APIs and connectors (Slack, GitHub, Microsoft Graph, databases, etc.). Handles authentication, pagination, and rate limiting.
Skill Claude CodeCodex
Create a new tool function for an AG2 agent. Generates properly typed, documented tool functions with JSON return contracts and error handling.
Plugin Claude Code
Multi-agent orchestration patterns for AG2: group chat, sequential, round-robin, and custom workflows.
Skill Claude CodeCodex
Core AG2 conventions that apply to all agent patterns -- LLMConfig, ending chats, agent types, and common APIs. Loaded automatically when building any AG2 workflow.
Skill Claude CodeCodex
Create a multi-agent group chat using AutoPattern (no handoffs). The Group Chat Manager selects agents automatically based on their descriptions. Use when conversation flow is unpredictable or defining explicit routing rules would be overly complex.
Skill Claude CodeCodex
Create a multi-agent group chat using DefaultPattern with explicit handoffs. Use when you need deterministic control over agent transitions, pipelines with validation gates, hierarchical delegation, or context-aware routing between specialists.
Skill Claude CodeCodex
Create a nested chat workflow where a multi-step pipeline is encapsulated inside a single agent. Use when you want to package a sequence of agent interactions (research, draft, edit) into one agent that runs the pipeline automatically when triggered.
Skill Claude CodeCodex
Create a sequential chat workflow where an initiator agent runs through a queue of chats in order. Use for step-by-step pipelines like outline -> plan -> format, where each stage builds on the previous output.
Skill Claude CodeCodex
Create a simple two-agent chat where two agents converse back and forth. The simplest multi-agent pattern -- use for iterative refinement, Q&A, debate, or any task where two roles alternate.