.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ag2ai/ag2-claude-plugins
home/skills/ag2ai/ag2-claude-plugins
ag2ai avatar

ag2ai/ag2-claude-plugins

11 skills

View on GitHub
$npx skills add ag2ai/ag2-claude-plugins
SkillInstalls
ag2-brand-guidelinesApplies AG2's official design system and brand guidelines to all generated code, artifacts, UI components, and visual output.—ag2-chat-fundamentalsCore AG2 conventions that apply to all agent patterns -- LLMConfig, ending chats, agent types, and common APIs.—connector-toolCreate tool functions that integrate with external APIs and connectors (Slack, GitHub, Microsoft Graph, databases, etc.).—group-chatCreate a multi-agent group chat using DefaultPattern with explicit handoffs.—group-chat-auto-patternCreate a multi-agent group chat using AutoPattern (no handoffs). The Group Chat Manager selects agents automatically based on their descriptions.—nested-chatCreate a nested chat workflow where a multi-step pipeline is encapsulated inside a single agent.—new-a2a-agentScaffold a new A2A (Agent-to-Agent) compliant agent with server wiring, card settings, and skill definitions.—new-agentScaffold a new AG2 ConversableAgent with tool functions and LLM config.—new-toolCreate a new tool function for an AG2 agent. Generates properly typed, documented tool functions with JSON return contracts and error handling.—sequential-chatCreate a sequential chat workflow where an initiator agent runs through a queue of chats in order.—two-agent-chatCreate a simple two-agent chat where two agents converse back and forth.—