Agent Plugins Marketplace
All plugins

autobuild

v1.8.5

Autonomous build iteration orchestrator. Runs structured improvement cycles with multi-agent review, FSM-driven phase lifecycle, per-phase gates, and YAML-configured workflows.

Claude Code4 Skills

By Stellars HensonLicense: MIT4 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
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 autobuild 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 autobuild@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/stellarshenson/claude-code-plugins

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

Plugin files

plugins/autobuild/
├── .claude-plugin/plugin.json
├── skills/autobuild/SKILL.md
├── skills/benchmark-writer/SKILL.md
├── skills/program-writer/SKILL.md
└── skills/run/SKILL.md

Included Skills4

autobuildskills/autobuild/SKILL.md

Autonomous build iteration orchestrator. Runs structured improvement cycles with multi-agent review. Use when asked to iterate, improve, fix bugs, refactor, run GC, implement features, do quality improvement, run cleanup, or execute structured development cycles. Phases - research, hypothesis, plan, implement, test, review, record. 12 commands, 2 calls per phase.

benchmark-writerskills/benchmark-writer/SKILL.md

Write a BENCHMARK.md with measurable evaluation criteria through iterative dialogue. Pushes for programmatic metrics over subjective checklists. Invoked after program-writer, before workflow execution.

program-writerskills/program-writer/SKILL.md

Write a PROGRAM.md file through iterative dialogue with the user. Asks clarifying questions, proposes work items, refines based on feedback until the user approves. Invoked before workflow execution.

runskills/run/SKILL.md

Run the autobuild orchestrator for structured improvement cycles

Plugin manifests1

plugins/autobuild/.claude-plugin/plugin.json
{
  "name": "autobuild",
  "description": "Autonomous build iteration orchestrator. Runs structured improvement cycles with multi-agent review, FSM-driven phase lifecycle, per-phase gates, and YAML-configured workflows.",
  "version": "1.8.5",
  "license": "MIT",
  "author": {
    "name": "Stellars Henson",
    "email": "[email protected]"
  },
  "keywords": [
    "orchestrator",
    "iteration",
    "multi-agent",
    "review",
    "fsm",
    "build",
    "quality",
    "autonomous"
  ]
}

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

[autobuild on Agent Plugins Marketplace](https://pluginsmp.com/plugins/autobuild)