For Teams
Ship the workflow with the code.
x4 lives in your repo. Every teammate gets the full agent setup when they clone.
Drop this in your repo:
.claude/settings.json
{
"mcpServers": {
"x4": {
"command": "npx",
"args": ["x4-mcp-server"]
}
}
}Auto-installs for new teammates
Clone the repo, get the agents. No manual setup required.
Same plugin version
Everyone runs the same x4 version, pinned in the repo.
No manual setup
Settings are committed to git. The workflow ships with the code.
Companion plugins
Extend x4 agents with specialized Claude Code plugins
| Plugin | Role | Required? |
|---|---|---|
superpowers | TDD, debugging, planning, and code review workflows | Required |
code-simplifier | Automatically simplifies and cleans up generated code | Required |
frontend-design | Enhances Frontend agent with design patterns and accessibility | Required |
code-review | Enhances Reviewer agent with structured review checklists | Recommended |
playwright | Enhances Tester agent with E2E test patterns | Recommended |
typescript-lsp | Type checking and diagnostics via language server | Recommended |
commit-commands | Streamlined git commit workflows | Recommended |
github | GitHub CLI integration for PRs, issues, and actions | Recommended |
railway | Railway deployment integration and service management | Recommended |