Agent Plugins Marketplace
All plugins

shipflow

v0.6.0

Scaffold a configurable dev/main branching, auto-merge, branch-cleanup, and release-tagging workflow into any repo

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install shipflow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add shipflow@claude-skills

Paste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “shipflow-2” remain stable.

  • Codex: shipflow-2@agent-plugin-marketplaceshipflow@claude-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/natejswenson/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/shipflow/.

Plugin files

skills/shipflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/shipflow/SKILL.md

Included Skills1

shipflowskills/shipflow/SKILL.md

Scaffold a configurable dev/main branching, auto-merge, branch-cleanup, and release-tagging workflow into any repo. Detects existing branch protection, CI checks, and release conventions; always shows a plan and waits for confirmation before mutating anything. Use when the user asks to set up branch protection standards, apply deployment/release standards to a repo, or wants long-lived dev/main branches with auto-merge and branch cleanup.

Plugin manifests2

skills/shipflow/.codex-plugin/plugin.json
{
  "name": "shipflow",
  "version": "0.6.0",
  "description": "Scaffold a configurable dev/main branching, auto-merge, branch-cleanup, and release-tagging workflow into any repo",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/shipflow",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "shipflow",
    "shortDescription": "Scaffold a configurable dev/main branching, auto-merge, branch-cleanup, and release-tagging workflow into any repo",
    "longDescription": "Scaffold a configurable dev/main branching, auto-merge, branch-cleanup, and release-tagging workflow into any repo",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $shipflow to help me."
    ]
  }
}
skills/shipflow/.claude-plugin/plugin.json
{
  "name": "shipflow",
  "version": "0.6.0",
  "description": "Scaffold a configurable dev/main branching, auto-merge, branch-cleanup, and release-tagging workflow into any repo",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/shipflow",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[shipflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shipflow-2)