The hybrid marketplace for AI agent development: original skills, curated tools, and cross-platform support
npx claudepluginhub awakehsh/awesome-agent-toolsThe hybrid marketplace for AI agent development: original skills, curated tools, and cross-platform support. Built for developers using AI agents.
The hybrid marketplace for AI agent development: original skills, curated tools, and cross-platform support.
For developers building with AI agents | Original Skills + Curated Tools | Cross-Platform
Supports: Claude Code (⭐ Recommended) | Codex | Cursor | Windsurf | Antigravity
Unlike other lists, we offer:
# Install as marketplace (browse all skills)
/plugin marketplace add Awakehsh/awesome-agent-tools
/plugin install awesome-agent-tools@awesome-agent-tools
# Or add to settings manually
# Add to ~/.claude/settings.json:
# {
# "extraKnownMarketplaces": {
# "awesome-agent-tools": {
# "source": {
# "source": "github",
# "repo": "Awakehsh/awesome-agent-tools"
# }
# }
# },
# "enabledPlugins": {
# "awesome-agent-tools@awesome-agent-tools": true
# }
# }
# Or install individual skill
claude skill add https://github.com/Awakehsh/awesome-agent-tools/tree/main/skills/learn
# Install a single skill (in Codex CLI chat, not your shell)
$skill-installer https://github.com/Awakehsh/awesome-agent-tools/tree/main/skills/learn
# Restart Codex to pick up new skills
# Install all skills (recommended if this repo will keep adding skills)
git clone https://github.com/Awakehsh/awesome-agent-tools ~/awesome-agent-tools
mkdir -p ~/.codex/skills
# Option A (recommended): symlink all skills for easy updates via `git pull`
for d in ~/awesome-agent-tools/skills/*; do ln -s "$d" ~/.codex/skills/; done
# Option B: copy all skills (no symlinks)
# cp -R ~/awesome-agent-tools/skills/* ~/.codex/skills/
# Update later
# (cd ~/awesome-agent-tools && git pull) && restart Codex
# Import from GitHub URL in settings
# Or configure MCP server integration
# See detailed guide below
Detailed setup: Cross-Platform Guide
Special features for building AI agent systems:
| Feature | Description | Platform |
|---|---|---|
| Custom Sub-Agents | Independent contexts for specialized tasks (guide) | Claude Code |
| Parallel Execution | Run multiple agents simultaneously (examples) | Claude Code |
| Agent Skills | Reusable skill bundles for agents | Claude Code, Codex |
| MCP Integration | Connect agents to external tools & data sources | All platforms |
| Workflow Automation | Slash commands, hooks, and agent orchestration | Claude Code |
New to agents? Check out our Agent Development Guide for workflows, patterns, and best practices.
Start here if you're new - these tools deliver immediate value:
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.