enterprise dev toolkit  ·  v2.3.5

Install
$ curl -fsSL https://nexus.coderstudio.co/install.sh | bash
Use cases
Generate code from Figma Make or a prompt
nexus run prompt "My app" -g nextjs-fullstack
→ full setup
Use inside a Claude Code session
claude mcp add nexus -- uvx --refresh --from nexus-toolkit@latest nexus-mcp
→ full setup
Use in Claude Desktop or Cursor
{ "mcpServers": { "nexus": { … } } }
→ full setup
Automate workflows with n8n
MCP_TRANSPORT=http uvx --from nexus-toolkit nexus-mcp
→ full setup
Example commands
Design-to-Code Pipeline
nexus run prompt "My app"-g nextjs-fullstack -p my-app
nexus run zip export.zip-g nextjs-static -p landing
nexus run codebase ./old-app-g nextjs-fullstack
Dev-Workflow Agents
nexus agent listshow all 22 agents by category
nexus agent run securitysrc/api/routes.ts
nexus agent run code-reviewer-c "$(git diff HEAD~1)"
Workflow Commands
nexus workflow run workflow-review-codesrc/auth.ts
nexus workflow run workflow-deploydocker-compose.yml