pipeline
v0.4.2Autonomous 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pipeline-3@agent-plugin-marketplacePaste 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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pipeline/.
Plugin files
├── .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
Stage and commit changes with summary table.
Post-commit report + next-step invocation; session-end unwritten-knowledge sweep + Action Item card spawning.
Post-review decision audit — validates all findings addressed, no rationalizations slipped through.
Post-commit reviewer-agent fan-out; findings ship as a separate follow-up commit.
Reload critical development rules at phase boundary / before writing code.
Plugin manifests1
{
"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]"
}
}For maintainers
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)