Marketplace for Sage Superpowers plugin.
npx claudepluginhub codigodoleo/superpowers-sageModern WordPress development with Sage, Acorn & Lando. Workflow skills: /architecture-discovery, /plan-generator, /building, /designing, /verifying (+ /architecting compatibility alias), with design tool integration, content modeling, visual verification, and comprehensive hooks.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Agent plugin for modern WordPress development with the Roots ecosystem — works with Claude Code, VS Code (GitHub Copilot), Cursor, and any AI assistant that supports the agent plugin format. Workflow skills, design tool integration, visual verification, content modeling, and zero-token automation hooks for Sage, Acorn, and Lando projects.
| Requirement | Version |
|---|---|
| Lando | 3.x |
| Sage + Acorn | 11+ / 4+ |
| PHP | 8.2+ |
| Node.js | 20+ |
One repository, three loaders. The same plugin installs identically regardless of your AI assistant. Pick the section for your tool below.
claude plugin marketplace add codigodoleo/superpowers-sage
claude plugin install superpowers-sage@superpowers-sage
Alternatively, install directly from the repository URL:
claude plugin install --source https://github.com/codigodoleo/superpowers-sage
Verify the installation:
claude plugin list
Enable the preview feature in your settings:
// settings.json
"chat.plugins.enabled": true
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and run:
Chat: Install Plugin From Source
Enter the repository URL:
https://github.com/codigodoleo/superpowers-sage
Alternative — install via Extensions view:
Search @agentPlugins in the Extensions sidebar, or add the repository as a marketplace source in your settings:
// settings.json
"chat.plugins.marketplaces": [
"codigodoleo/superpowers-sage"
]
Then search for and install superpowers-sage from the Extensions view.
Open Settings → Features → AI Rules / Plugins (or the equivalent plugin panel for your Cursor version).
Add the repository as a plugin source:
https://github.com/codigodoleo/superpowers-sage
Cursor discovers skills and agents from the skills/ and agents/ directories automatically. Hooks are loaded from hooks/cursor-hooks.json.
Clone the repository and register the plugin directory:
git clone https://github.com/codigodoleo/superpowers-sage ~/.ai-plugins/superpowers-sage
Then point your AI assistant to the cloned directory. For tools that support chat.pluginLocations (VS Code) or --plugin-dir (Claude Code):
// VS Code settings.json
"chat.pluginLocations": {
"/Users/you/.ai-plugins/superpowers-sage": true
}
# Claude Code — session-scoped
claude --plugin-dir ~/.ai-plugins/superpowers-sage
These MCP integrations unlock the /designing and /verifying skills. Configure once per machine independent of which AI assistant you use:
# Stitch (Google) — extract screens and sections from designs
claude mcp add stitch -- npx -y @anthropic/stitch-mcp
# Figma — extract frames and layers from designs
claude mcp add figma -- npx -y figma-developer-mcp --figma-api-key=YOUR_KEY
# Playwright — capture implementation screenshots for visual verification
claude mcp add playwright -- npx -y @anthropic/playwright-mcp
For VS Code, add MCP servers in .vscode/mcp.json or user settings under "mcp".
| Feature | Claude Code | VS Code Copilot | Cursor | Notes |
|---|---|---|---|---|
Workflow skills (/building, etc.) | ✅ | ✅ | ✅ | All tools load skills/ |
| Custom agents | ✅ | ✅ | ✅ | All tools load agents/ |
| Hooks (lifecycle automation) | ✅ | ✅ | ✅ | Claude/VS Code use hooks/hooks.json; Cursor uses hooks/cursor-hooks.json |
| MCP design tools | ✅ | ✅ | ✅ | Configure per tool's MCP settings |
| Marketplace install | ✅ | ✅ | — | Cursor installs direct from repository |
| Namespaced skills | superpowers-sage:building | superpowers-sage:building | /building | Cursor may omit namespace prefix |
After installing, open your Sage project and run:
/onboarding
This analyzes your project, detects installed packages, design tools, and active plans, then suggests next steps.
Skills are activities — gerund naming communicates what's happening, not what to type.