Skip to content

Add CodeRocket Deploy partner plugin — CI/CD workflow generation#92

Open
mlgraham wants to merge 1 commit intoanthropics:mainfrom
mlgraham:add-coderocket-partner-plugin
Open

Add CodeRocket Deploy partner plugin — CI/CD workflow generation#92
mlgraham wants to merge 1 commit intoanthropics:mainfrom
mlgraham:add-coderocket-partner-plugin

Conversation

@mlgraham
Copy link

@mlgraham mlgraham commented Mar 2, 2026

Summary

  • CodeRocket Deploy is an AI-powered CI/CD generation tool that fills the CI/CD gap in the plugin ecosystem
  • Published MCP server on npm: @mlgraham/coderocket-mcp
  • 9 tools: deploy workflows, code review, PR creation, repo management
  • Supports 9 languages, 12+ frameworks, 9+ deploy targets
  • Live at deploy.coderocket.com

What's included

partner-built/coderocket/
├── .claude-plugin/
│   ├── plugin.json           # Plugin manifest
│   └── marketplace.json      # Marketplace entry
├── .mcp.json                 # MCP server config (npx @mlgraham/coderocket-mcp)
├── commands/
│   ├── deploy.md             # /coderocket:deploy — generate workflow + create PR
│   ├── review.md             # /coderocket:review — view AI code reviews
│   └── status.md             # /coderocket:status — account dashboard
├── skills/
│   └── cicd-generation/
│       └── SKILL.md          # Auto-invoked CI/CD domain skill
├── README.md
└── LICENSE                   # MIT

Why this belongs here

The engineering plugin's CONNECTORS.md lists connectors for project management (Linear, Jira), observability (Sentry, Datadog), and code review — but has no CI/CD connector. CodeRocket fills that gap as a standalone partner plugin, letting users add CI/CD generation to their Claude workflow.

Transport note

Existing partner MCP servers use HTTP transport (type: "http" with a URL). CodeRocket uses stdio transport via npx, which is the standard pattern for npm-distributed MCP servers. This works out of the box with Claude Code and Cowork — no hosted server required.

Test plan

  • All JSON files parse correctly (plugin.json, marketplace.json, .mcp.json)
  • Plugin follows the same directory structure as existing partners (apollo, slack, common-room, brand-voice)
  • Commands use YAML frontmatter with description field
  • Skill uses YAML frontmatter with name and description fields
  • MCP server installs and runs via npx -y @mlgraham/coderocket-mcp@latest
  • Plugin installs via /plugin marketplace add mlgraham/coderocket-plugin

🤖 Generated with Claude Code

Add CodeRocket Deploy as a partner-built plugin providing AI-powered
CI/CD workflow generation for Claude Code and Cowork.

- Plugin with 3 slash commands: deploy, review, status
- Auto-invoked CI/CD generation skill
- MCP server via npm (@mlgraham/coderocket-mcp)
- 9 tools: deploy workflows, code review, PR creation, repo management
- Supports 9 languages, 12+ frameworks, 9+ deploy targets

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant