Official skills for the Agno AI agent framework
npx claudepluginhub agno-agi/agno-skillsOfficial Agno AI agent framework skill - build production-ready agents, multi-agent teams, workflows, MCP integrations, and deploy with AgentOS.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Share bugs, ideas, or general feedback.
Official Agno skills for Claude Code. Provides comprehensive knowledge of the Agno framework for building production-ready agents, teams, workflows, and MCP integrations.
# Add the marketplace
/plugin marketplace add agno-agi/agno-skills
# Install the Agno skill
/plugin install agno@agno-skills
Copy the skill directly into your project or global config:
# Project-level
mkdir -p .claude/skills
cp -r plugins/agno/skills/agno .claude/skills/agno
# Global
mkdir -p ~/.claude/skills
cp -r plugins/agno/skills/agno ~/.claude/skills/agno
Once installed, the skill activates automatically when you:
agno.* importsYou can also invoke it directly:
/agno How do I create a multi-agent team?
plugins/agno/skills/agno/
├── SKILL.md # Main skill (10 examples + patterns)
└── references/
├── agents.md # Agent API reference
├── teams.md # Team modes and coordination
├── workflows.md # Step types (Step, Parallel, Condition, Loop, Router)
├── mcp.md # MCP integration (stdio, SSE, Streamable HTTP)
├── tools.md # 120+ built-in tools + custom tool creation
├── learning.md # LearningMachine (profiles, memory, entities)
└── models.md # 40+ model providers
/plugin update agno@agno-skills