Agent Plugins Marketplace
All plugins

pipeline

v0.4.2

Autonomous dev pipeline: pipe-start, pipe-review, pipe-quality, pipe-commit, pipe-finish. Phase-by-phase code-writing flow. Post-commit reports + session wrap-up both live in pipe-finish. All output follows the base:convey high-yield-communication format. Runs identically in human-loop and dispatched-worker contexts.

Claude Code5 Skills

By Dan Newman0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 21, 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 pipeline for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pipeline-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/newms87/claude-plugins

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

Plugin files

pipeline/
├── .claude-plugin/plugin.json
├── skills/pipe-commit/SKILL.md
├── skills/pipe-finish/SKILL.md
├── skills/pipe-quality/SKILL.md
├── skills/pipe-review/SKILL.md
└── skills/pipe-start/SKILL.md

Included Skills5

pipe-commitskills/pipe-commit/SKILL.md

Stage and commit changes with summary table.

pipe-finishskills/pipe-finish/SKILL.md

Post-commit report + next-step invocation; session-end unwritten-knowledge sweep + Action Item card spawning.

pipe-qualityskills/pipe-quality/SKILL.md

Post-review decision audit — validates all findings addressed, no rationalizations slipped through.

pipe-reviewskills/pipe-review/SKILL.md

Post-commit reviewer-agent fan-out; findings ship as a separate follow-up commit.

pipe-startskills/pipe-start/SKILL.md

Reload critical development rules at phase boundary / before writing code.

Plugin manifests1

pipeline/.claude-plugin/plugin.json
{
  "name": "pipeline",
  "description": "Autonomous dev pipeline: pipe-start, pipe-review, pipe-quality, pipe-commit, pipe-finish. Phase-by-phase code-writing flow. Post-commit reports + session wrap-up both live in pipe-finish. All output follows the base:convey high-yield-communication format. Runs identically in human-loop and dispatched-worker contexts.",
  "version": "0.4.2",
  "author": {
    "name": "Dan Newman",
    "email": "[email protected]"
  }
}

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

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