Awesome AI Agent Tools
The most comprehensive open-source library for AI agent skills, MCP servers, and agent workflows.
What This Skill Does
This skill teaches you how to install and use resources from the Awesome AI Agent Tools collection. It covers three types of resources:
- Skills (69 files) - Reusable SKILL.md instruction sets for specific tasks
- MCP Servers (66 configs) - Model Context Protocol servers for tool integration
- Agent Loops (73 workflows) - Repeatable patterns with prompts and verification
When to Use
- When the user wants to install AI agent skills
- When the user wants to set up MCP servers
- When the user wants to browse or use agent workflows
- When the user asks about AI agent tools, skills, or MCPs
- When the user wants to explore the AI development ecosystem
Installation Methods
Method 1: Install via skills.sh CLI (Recommended)
The fastest way to install skills from this collection:
# Install all skills from this repo
npx skills add michielhdoteth/awesome-ai-agent-tools
# Install a specific skill
npx skills add michielhdoteth/awesome-ai-agent-tools --skill test-driven-development
# Search for skills by keyword
npx skills find "debugging"
# List installed skills
npx skills list
# Update all installed skills
npx skills update
Method 2: Install via add-mcp CLI
For MCP servers, use the Neon add-mcp tool:
# Install a specific MCP server
npx add-mcp <url-or-package>
# Examples:
npx add-mcp https://mcp.neon.tech/mcp
npx add-mcp @upstash/context7-mcp
npx add-mcp @anthropic-ai/mcp-server-playwright
# Search for available servers
npx add-mcp find
# List supported agents
npx add-mcp list-agents
# Install for a specific agent
npx add-mcp -a cursor <url-or-package>
# Install globally
npx add-mcp -g <url-or-package>
# Skip prompts
npx add-mcp -y <url-or-package>
Method 3: Clone and Copy
# Clone the full collection
git clone https://github.com/michielhdoteth/awesome-ai-agent-tools.git
cd awesome-ai-agent-tools
# Copy skills to your project
cp -r skills/test-driven-development/.claude/skills/ your-project/.claude/skills/
cp -r skills/test-driven-development/.opencode/skills/ your-project/.opencode/skills/
cp -r skills/test-driven-development/.agents/skills/ your-project/.agents/skills/
Browsing Resources
Skills by Category
| Category |
Count |
Top Skills |
| Development |
28 |
test-driven-development, systematic-debugging, code-reviewer |
| Productivity |
14 |
brainstorming, writing-plans, verification-before-completion |
| Design |
8 |
figma-design-to-code, multimedia-generation, playwright-automation |
| Content |
7 |
cold-email, copywriting, humanizer |
| Testing |
5 |
webapp-testing, agent-browser |
| DevOps |
5 |
devops-infrastructure, using-git-worktrees |
| Marketing |
3 |
seo-audit, content-strategy |
| Data |
3 |
data-analysis, supabase-postgres-best-practices |
| Security |
2 |
mcp-security, security-guidance |
MCP Servers by Category
| Category |
Count |
Top Servers |
| Official Reference |
6 |
Filesystem, Fetch, Memory, Sequential Thinking, Git, Brave Search |
| Developer Tools |
8 |
Context7 (53K stars), MarkItDown (119K stars), GitHub MCP |
| Browser/Web |
7 |
Playwright (31K stars), Firecrawl (29.7K stars) |
| Databases |
8 |
PostgreSQL, Neon, Supabase, MindsDB, Redis |
| Cloud Platforms |
5 |
AWS, Cloudflare, DigitalOcean, Vercel |
| DevOps |
5 |
Docker, Kubernetes, Terraform, Pulumi |
| Agent Orchestration |
3 |
n8n (185K stars), Ruflo, Claude-Flow |
Agent Loops by Category
| Category |
Count |
Top Loops |
| Engineering |
41 |
overnight-docs-sweep, alpha-loop, kitchenloop, autoloop |
| Evaluation |
14 |
core-agentic-workflow, quality-streak-loop |
| Operations |
9 |
agent-teams, dynamic-workflows, developer-os-memory |
| Content |
3 |
content-refresh-loop, seo-geo-visibility-loop |
| Design |
6 |
ui-ux-score-loop, accessibility-repair-loop |
Cross-Platform Compatibility
This collection works with every major AI coding assistant:
| Platform |
Skills Path |
MCP Support |
| Claude Code |
.claude/skills/ |
Yes |
| OpenCode |
.opencode/skills/ |
Yes |
| Codex |
.agents/skills/ |
Yes |
| Cursor |
.cursor/skills/ |
Yes |
| Gemini CLI |
.gemini/skills/ |
Yes |
| Copilot |
.github/skills/ |
Yes |
| Aider |
.aider/skills/ |
Yes |
| Windsurf |
.windsurf/skills/ |
Yes |
All skills follow the SKILL.md open standard adopted by ~40 clients.
Quick Install Commands
Popular Skills
# TDD workflow
npx skills add michielhdoteth/awesome-ai-agent-tools --skill test-driven-development
# Systematic debugging
npx skills add michielhdoteth/awesome-ai-agent-tools --skill systematic-debugging
# Code review
npx skills add michielhdoteth/awesome-ai-agent-tools --skill code-reviewer
# Brainstorming
npx skills add michielhdoteth/awesome-ai-agent-tools --skill brainstorming
# Writing plans
npx skills add michielhdoteth/awesome-ai-agent-tools --skill writing-plans
Popular MCP Servers
# Context7 - Version-pinned library docs
npx add-mcp @upstash/context7-mcp
# Playwright - Browser automation
npx add-mcp @anthropic-ai/mcp-server-playwright
# Neon - Serverless Postgres
npx add-mcp https://mcp.neon.tech/mcp
# GitHub - Issues, PRs, code search
npx add-mcp @anthropic-ai/mcp-server-github
Catalog Files
For programmatic discovery, use the JSON catalogs:
skills/catalog.json - 69 skills with metadata
mcps/catalog.json - 66 MCP servers with install commands
loops/catalog.json - 73 agent workflows with prompts
Contributing
To add resources to this collection, see contributing.md.
Rules
- Always verify a skill/MCP before recommending it
- Prefer official or well-maintained sources
- Check cross-platform compatibility
- Follow the SKILL.md standard for new skills
- Attribute all sources properly
Output Format
When installing resources, confirm:
- What was installed (name, type)
- Where it was installed (path)
- How to use it (next steps)
- Any configuration needed
References
1---2name: awesome-ai-agent-tools3description: Install and manage AI agent skills, MCP servers, and agent workflows from the Awesome AI Agent Tools collection. Use this when the user wants to install skills, set up MCP servers, browse agent workflows, or explore the AI agent tool ecosystem. Supports Claude Code, Cursor, Codex, OpenCode, Gemini CLI, Copilot, and 30+ agents.4---56# Awesome AI Agent Tools78> The most comprehensive open-source library for AI agent skills, MCP servers, and agent workflows.910## What This Skill Does1112This skill teaches you how to install and use resources from the [Awesome AI Agent Tools](https://github.com/michielhdoteth/awesome-ai-agent-tools) collection. It covers three types of resources:13141. **Skills** (69 files) - Reusable SKILL.md instruction sets for specific tasks152. **MCP Servers** (66 configs) - Model Context Protocol servers for tool integration163. **Agent Loops** (73 workflows) - Repeatable patterns with prompts and verification1718## When to Use1920- When the user wants to install AI agent skills21- When the user wants to set up MCP servers22- When the user wants to browse or use agent workflows23- When the user asks about AI agent tools, skills, or MCPs24- When the user wants to explore the AI development ecosystem2526## Installation Methods2728### Method 1: Install via skills.sh CLI (Recommended)2930The fastest way to install skills from this collection:3132```bash33# Install all skills from this repo34npx skills add michielhdoteth/awesome-ai-agent-tools3536# Install a specific skill37npx skills add michielhdoteth/awesome-ai-agent-tools --skill test-driven-development3839# Search for skills by keyword40npx skills find "debugging"4142# List installed skills43npx skills list4445# Update all installed skills46npx skills update47```4849### Method 2: Install via add-mcp CLI5051For MCP servers, use the Neon add-mcp tool:5253```bash54# Install a specific MCP server55npx add-mcp <url-or-package>5657# Examples:58npx add-mcp https://mcp.neon.tech/mcp59npx add-mcp @upstash/context7-mcp60npx add-mcp @anthropic-ai/mcp-server-playwright6162# Search for available servers63npx add-mcp find6465# List supported agents66npx add-mcp list-agents6768# Install for a specific agent69npx add-mcp -a cursor <url-or-package>7071# Install globally72npx add-mcp -g <url-or-package>7374# Skip prompts75npx add-mcp -y <url-or-package>76```7778### Method 3: Clone and Copy7980```bash81# Clone the full collection82git clone https://github.com/michielhdoteth/awesome-ai-agent-tools.git83cd awesome-ai-agent-tools8485# Copy skills to your project86cp -r skills/test-driven-development/.claude/skills/ your-project/.claude/skills/87cp -r skills/test-driven-development/.opencode/skills/ your-project/.opencode/skills/88cp -r skills/test-driven-development/.agents/skills/ your-project/.agents/skills/89```9091## Browsing Resources9293### Skills by Category9495| Category | Count | Top Skills |96|----------|------:|------------|97| Development | 28 | test-driven-development, systematic-debugging, code-reviewer |98| Productivity | 14 | brainstorming, writing-plans, verification-before-completion |99| Design | 8 | figma-design-to-code, multimedia-generation, playwright-automation |100| Content | 7 | cold-email, copywriting, humanizer |101| Testing | 5 | webapp-testing, agent-browser |102| DevOps | 5 | devops-infrastructure, using-git-worktrees |103| Marketing | 3 | seo-audit, content-strategy |104| Data | 3 | data-analysis, supabase-postgres-best-practices |105| Security | 2 | mcp-security, security-guidance |106107### MCP Servers by Category108109| Category | Count | Top Servers |110|----------|------:|-------------|111| Official Reference | 6 | Filesystem, Fetch, Memory, Sequential Thinking, Git, Brave Search |112| Developer Tools | 8 | Context7 (53K stars), MarkItDown (119K stars), GitHub MCP |113| Browser/Web | 7 | Playwright (31K stars), Firecrawl (29.7K stars) |114| Databases | 8 | PostgreSQL, Neon, Supabase, MindsDB, Redis |115| Cloud Platforms | 5 | AWS, Cloudflare, DigitalOcean, Vercel |116| DevOps | 5 | Docker, Kubernetes, Terraform, Pulumi |117| Agent Orchestration | 3 | n8n (185K stars), Ruflo, Claude-Flow |118119### Agent Loops by Category120121| Category | Count | Top Loops |122|----------|------:|-----------|123| Engineering | 41 | overnight-docs-sweep, alpha-loop, kitchenloop, autoloop |124| Evaluation | 14 | core-agentic-workflow, quality-streak-loop |125| Operations | 9 | agent-teams, dynamic-workflows, developer-os-memory |126| Content | 3 | content-refresh-loop, seo-geo-visibility-loop |127| Design | 6 | ui-ux-score-loop, accessibility-repair-loop |128129## Cross-Platform Compatibility130131This collection works with every major AI coding assistant:132133| Platform | Skills Path | MCP Support |134|----------|-------------|:-----------:|135| Claude Code | `.claude/skills/` | Yes |136| OpenCode | `.opencode/skills/` | Yes |137| Codex | `.agents/skills/` | Yes |138| Cursor | `.cursor/skills/` | Yes |139| Gemini CLI | `.gemini/skills/` | Yes |140| Copilot | `.github/skills/` | Yes |141| Aider | `.aider/skills/` | Yes |142| Windsurf | `.windsurf/skills/` | Yes |143144All skills follow the [SKILL.md open standard](https://agentskills.io) adopted by ~40 clients.145146## Quick Install Commands147148### Popular Skills149150```bash151# TDD workflow152npx skills add michielhdoteth/awesome-ai-agent-tools --skill test-driven-development153154# Systematic debugging155npx skills add michielhdoteth/awesome-ai-agent-tools --skill systematic-debugging156157# Code review158npx skills add michielhdoteth/awesome-ai-agent-tools --skill code-reviewer159160# Brainstorming161npx skills add michielhdoteth/awesome-ai-agent-tools --skill brainstorming162163# Writing plans164npx skills add michielhdoteth/awesome-ai-agent-tools --skill writing-plans165```166167### Popular MCP Servers168169```bash170# Context7 - Version-pinned library docs171npx add-mcp @upstash/context7-mcp172173# Playwright - Browser automation174npx add-mcp @anthropic-ai/mcp-server-playwright175176# Neon - Serverless Postgres177npx add-mcp https://mcp.neon.tech/mcp178179# GitHub - Issues, PRs, code search180npx add-mcp @anthropic-ai/mcp-server-github181```182183## Catalog Files184185For programmatic discovery, use the JSON catalogs:186187- `skills/catalog.json` - 69 skills with metadata188- `mcps/catalog.json` - 66 MCP servers with install commands189- `loops/catalog.json` - 73 agent workflows with prompts190191## Contributing192193To add resources to this collection, see [contributing.md](https://github.com/michielhdoteth/awesome-ai-agent-tools/blob/main/contributing.md).194195## Rules196197- Always verify a skill/MCP before recommending it198- Prefer official or well-maintained sources199- Check cross-platform compatibility200- Follow the SKILL.md standard for new skills201- Attribute all sources properly202203## Output Format204205When installing resources, confirm:2061. What was installed (name, type)2072. Where it was installed (path)2083. How to use it (next steps)2094. Any configuration needed210211## References212213- [GitHub Repository](https://github.com/michielhdoteth/awesome-ai-agent-tools)214- [Skills.sh CLI](https://skills.sh) - Official skill package manager215- [add-mcp CLI](https://github.com/neon-mcp/add-mcp) - MCP server installer216- [SKILL.md Standard](https://agentskills.io) - Open skill format217- [MCP Documentation](https://modelcontextprotocol.io) - Model Context Protocol