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

PluginRoleRequired?
superpowersTDD, debugging, planning, and code review workflowsRequired
code-simplifierAutomatically simplifies and cleans up generated codeRequired
frontend-designEnhances Frontend agent with design patterns and accessibilityRequired
code-reviewEnhances Reviewer agent with structured review checklistsRecommended
playwrightEnhances Tester agent with E2E test patternsRecommended
typescript-lspType checking and diagnostics via language serverRecommended
commit-commandsStreamlined git commit workflowsRecommended
githubGitHub CLI integration for PRs, issues, and actionsRecommended
railwayRailway deployment integration and service managementRecommended