Add CodeRocket Deploy partner plugin — CI/CD workflow generation#92
Open
mlgraham wants to merge 1 commit intoanthropics:mainfrom
Open
Add CodeRocket Deploy partner plugin — CI/CD workflow generation#92mlgraham wants to merge 1 commit intoanthropics:mainfrom
mlgraham wants to merge 1 commit intoanthropics:mainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@mlgraham/coderocket-mcpWhat's included
Why this belongs here
The engineering plugin's
CONNECTORS.mdlists 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 vianpx, 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
plugin.json,marketplace.json,.mcp.json)descriptionfieldnameanddescriptionfieldsnpx -y @mlgraham/coderocket-mcp@latest/plugin marketplace add mlgraham/coderocket-plugin🤖 Generated with Claude Code