npx claudepluginhub agentspan-ai/agentspan-skillsBuild, run, monitor, and manage durable AI agents with AgentSpan. Use when the user wants to create agents, define tools, orchestrate multi-agent teams, handle human-in-the-loop approvals, stream events, or manage credentials.
AI agents that don't die when your process dies.
Teach your AI coding agent how to build, run, monitor, and manage durable AI agents with AgentSpan.
/plugin marketplace add agentspan-ai/agentspan-skills
/plugin install agentspan@agentspan-skills
macOS / Linux:
curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --all
Windows (PowerShell):
irm https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.ps1 -OutFile install.ps1; .\install.ps1 -All
| Agent | Command |
|---|---|
| Claude Code | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent claude |
| Codex | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent codex |
| Gemini CLI | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent gemini |
| Cursor | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent cursor |
| Windsurf | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent windsurf |
| Cline | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent cline |
| Copilot | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent copilot |
| Aider | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent aider |
| Amazon Q | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent amazonq |
| Roo | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent roo |
| Amp | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent amp |
| OpenCode | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent opencode |
Try these after installing:
curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --all --upgrade
curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --all --uninstall
Run the eval suite to test skill quality across LLM providers:
python3 scripts/run_evals.py --verbose
See evaluations/README.md for details.
| Agent | Status |
|---|---|
| Claude Code | Supported (plugin + installer) |
| Codex | Supported |
| Gemini CLI | Supported |
| Cursor | Supported |
| Windsurf | Supported |
| Cline | Supported |
| GitHub Copilot | Supported |
| Aider | Supported |
| Amazon Q | Supported |
| Roo | Supported |
| Amp | Supported |
| OpenCode | Supported |
MIT — see LICENSE.txt
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
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.