idiaz01/enterprise-superpowers
CLI tool that scaffolds Claude Code plugins for enterprise teams with skills, agents, commands, rules, hooks, and MCP server configs.
Platform-specific configuration:
{
"mcpServers": {
"enterprise-superpowers": {
"command": "npx",
"args": [
"-y",
"enterprise-superpowers"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> CLI tool that scaffolds AI coding assistant plugins for enterprise teams.
Generate Claude Code plugins with your company's branding, tool integrations, and enterprise-ready defaults in minutes.
npx enterprise-superpowers init my-companyThis interactive command will:
# Run directly with npx (no install needed)
npx enterprise-superpowers init <company-name>
# Or install globally
npm install -g enterprise-superpowers
enterprise-superpowers init <company-name># Scaffold a new enterprise plugin
enterprise-superpowers init <company-name>
# Add an integration to an existing plugin
enterprise-superpowers add <integration>
# Update company design assets
enterprise-superpowers update-styles
# List available integrations
enterprise-superpowers list
# Remove a generated plugin
enterprise-superpowers destroy [path]By default, all integrations are installed. You can customize during init.
| Category | Integrations | |----------|-------------| | Project Management | Jira (MCP + skill + agent) | | Collaboration & Docs | Confluence (MCP), Notion (MCP), Draw.io / Excalidraw | | Cloud & Infrastructure | AWS (MCP + skill + agent), Azure / GCP, IaC (Terraform / CDK) | | Development | Git (Lab/Hub), Go, DevOps, PR/MR Workflows, Language Servers, Observability (Grafana + Sentry MCP) | | Quality & Security | Security (hooks + agent + rules), Code Quality & Coverage (TDD + hooks) | | Frontend & Design | Frontend Patterns, Frontend Slides, Visual Companion | | Backend | Backend Patterns, Django, Java / Spring Boot | | Data & Analytics | Databases (PostgreSQL + migratio
Loading reviews...