Agent Plugins Marketplace
All plugins

super-bootstrap

v2.50.0

Bootstrap or sync the development pipeline in any repo. /super-bootstrap is a thin orchestrator: it installs/syncs the generic harness runway (CLAUDE.md, AGENTS.md foreign-executor contract, skeleton docs, path-scoped rules, the core plugin pin, default-on harness hooks (commit-channel routing raw commits to the gateway-inline commit door; consult-check pair injecting prompt-time doc recall); a plugin-owned runway-version SessionStart hook flagging a runway receipt that lags the installed plugin and routing to the re-run; monorepo tier per-package fan-out; adopt mode retiring a consumer's superseded fork skills/agents and backfilling skeleton sections added since bootstrap; opt-in earn-gated scale module: parked + test-queue + outward + venue map), seeds product GAP cards on greenfield, and gates stack-matched skill/MCP/hook curation on substantive seed docs. Bundles commit, todo, log, triage, triage-report, help, merge, drain, check-docs-consistency, and optional release-init — all namespaced under super-bootstrap: except the entry. Per-skill contracts live in each SKILL.md frontmatter (canonical catalog); plugin README carries the index. Solo dev workflow.

Claude Code12 Skills

By Rocky HongLicense: MIT3 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 10, 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 super-bootstrap 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 super-bootstrap@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/RockyHong/super-bootstrap

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

Plugin files

plugins/super-bootstrap/
├── .claude-plugin/plugin.json
├── skills/check-docs-consistency/SKILL.md
├── skills/commit/SKILL.md
├── skills/drain/SKILL.md
├── skills/harness-bootstrap/SKILL.md
├── skills/help/SKILL.md
├── skills/log/SKILL.md
├── skills/merge/SKILL.md
├── skills/release-init/SKILL.md
├── skills/resolve-plugins/SKILL.md
├── skills/super-bootstrap/SKILL.md
├── skills/todo/SKILL.md
└── skills/triage-report/SKILL.md

Included Skills12

check-docs-consistencyskills/check-docs-consistency/SKILL.md

Cross-reference project docs for drift, stale references, and contradictions. Outputs timestamped report. Discovers Markdown wherever it lives in the repo.

commitskills/commit/SKILL.md

Commit the current session's changes only, gateway-inline. Session-isolated (never -A, staged set verified against the session list), doc-sync-gated. The gateway runs the commit inline — it already holds the diff, session file list, and change intent; on a mechanical gate hit it judges doc-sync warm in its own context (the cold doc-sync-scan agent dispatches only past the scope ceiling), and the premise-closure judge dispatches on a product-anchor hit. Conventional message, commits directly, offers push on explicit confirmation. Bundled with super-bootstrap — encodes the harness commit rules.

drainskills/drain/SKILL.md

Parallel-worktree auto-drain of the board. One `/super-bootstrap:drain` turn = scan the pipeline sources (specs/plans/backlog, plus the scale module's test queue when present) → keep only admissible items → relation-analyze into a conflict-free wave → confirm with the user → spawn one isolated git worktree + headless `claude -p` per item, each consuming a scoped brief rendered from its card thread and running to its first wall (typed user|shape), then halting. A single-item wave hands off to the normal in-session pipeline (drain offers no parallelism for one item); inline-sized items in a larger wave roll in-session, no worktree. State lives in files; the next invocation cold-reads and picks the next wave. Merge is never automatic — it delegates to `/super-bootstrap:merge`. Sub-verbs: `status`, `release {id}`, `--dry-run`. Manual invocation only.

harness-bootstrapskills/harness-bootstrap/SKILL.md

Install or sync the generic harness runway in any repo — greenfield or with code present. Scaffolds CLAUDE.md, AGENTS.md (foreign-executor contract), CODING_STANDARDS.md (headings-only), skeleton docs (overview, techstack, decisions, specs/, work/), path-scoped rules, and the core plugin pin; bakes in doc-sync discipline. On greenfield it writes empty product skeletons; stack-matched skill/MCP/hook curation is gated tier-2, orchestrated by /super-bootstrap; opt-in earn-gated scale module (parked + test-queue + outward containers, venue-map rule, card fact fields). Monorepo tier fans path-scoped rules out per package; adopt mode retires superseded harness forks and backfills skeleton sections added since bootstrap on re-run. Solo dev workflow.

helpskills/help/SKILL.md

Passive on-demand index of installed user-invoke skills, grouped by category. Bundled with super-bootstrap. Invoke as `/super-bootstrap:help` (namespaced to avoid colliding with Claude Code's built-in `/help`); `/super-bootstrap:help <category>` filters. Reads installed-plugin registry + project skills + each enabled plugin's skills via a bundled script — zero-dispatch. No active reminders — discovery is pull-only, zero ambient cost.

logskills/log/SKILL.md

Capture front door. Logs 1..N observations as card files at docs/work/{ID}.md (BUG / DEBT / GAP), gateway-inline — no dispatch. Use when the user says "log this", "track that", "note this down", or types `/super-bootstrap:log <observation>` — and when Claude needs to file its own findings (out-of-scope findings from a review, audit, or returned subagent report). A suspected duplicate is surfaced for the user's pick (amend / new card / drop), never auto-resolved. Captures raw — the real/worth/now call is triage's at `/super-bootstrap:todo` pickup. Does NOT triage (that is the `/super-bootstrap:todo` triage lane). Feature ideas log as GAP.

mergeskills/merge/SKILL.md

Absorb one or more feature branches into the base branch. Recommends merge vs rebase per branch. On conflict, aborts that branch + surfaces the file list + stops. Resolution out of scope; routes to the harness-named conflict-resolution agent or the user.

release-initskills/release-init/SKILL.md

Detect project type and generate a tailored project-level /release skill. Run once per project to set up releasing.

resolve-pluginsskills/resolve-plugins/SKILL.md

Curate Claude Code skill / MCP / hook picks against live upstream sources and pin them in .claude/settings.json. Adding a process harness (a paired skill set) is an ordinary pick this door handles. Reads stack from docs/techstack.md, workflow signal from docs/overview.md + existing pins, then live-queries six source pools, dedupes, scores trust tier, presents diff vs pinned, writes settings.json. Standalone refresh path; also run as gated tier-2 curation by /super-bootstrap. Solo dev workflow. Requires `docs/techstack.md` (seeded by `/super-bootstrap:harness-bootstrap`).

super-bootstrapskills/super-bootstrap/SKILL.md

Public entry for the super-bootstrap pipeline — thin orchestrator. Git-inits if absent, then dispatches /super-bootstrap:harness-bootstrap to install or sync the generic runway (always; the runway self-detects fresh-vs-sync). Checks whether seed docs are substantive: greenfield seeds three GAP cards (overview, techstack, tech-curation) via /super-bootstrap:log and stops at the resolve gate; substantive seed docs run gated tier-2 tech curation (resolve-plugins + release-init). Zero product prework. Solo dev workflow.

todoskills/todo/SKILL.md

Intent-based session opener. Bare `/super-bootstrap:todo` renders the need-me board — drainable work collapses to a count, need-me work groups by venue category with a downstream fan-out signal (no MCQ, rendered immediately by a bundled zero-dispatch script; the todo agent dispatches only as the script-failure fallback). Sub-verbs slice explicitly: `/super-bootstrap:todo discuss` (decisions, design approvals), `/super-bootstrap:todo cloud` (drainable detail), `/super-bootstrap:todo device` (UI/e2e/manual), `/super-bootstrap:todo harness` (orchestration-engine rows, careful handle), `/super-bootstrap:todo full` (flat everything). Scans open cards in docs/work/, plus docs/test-queue.md and the docs/outward/ threads when present. Bundled with super-bootstrap — works in any repo with the development pipeline.

triage-reportskills/triage-report/SKILL.md

Drain the `.review/` report queue. Resolves un-triaged scan/audit reports (producer-agnostic — check-docs-consistency and any other scanner), dispatches the `triage-report` subagent (Sonnet) one report at a time for per-finding dispositions (promote / patch / dup / needs-investigation / dismiss), then the gateway absorbs: promotes batch through /super-bootstrap:log, doc-mechanical patches land per CLAUDE.md § Dispatch, investigations route to /super-bootstrap:triage, report deleted at close-out once every finding holds a terminal verdict. Use when a report lands in `.review/` or the user asks to process review findings. Does NOT fix findings.

Plugin manifests1

plugins/super-bootstrap/.claude-plugin/plugin.json
{
  "name": "super-bootstrap",
  "description": "Bootstrap or sync the development pipeline in any repo. /super-bootstrap is a thin orchestrator: it installs/syncs the generic harness runway (CLAUDE.md, AGENTS.md foreign-executor contract, skeleton docs, path-scoped rules, the core plugin pin, default-on harness hooks (commit-channel routing raw commits to the gateway-inline commit door; consult-check pair injecting prompt-time doc recall); a plugin-owned runway-version SessionStart hook flagging a runway receipt that lags the installed plugin and routing to the re-run; monorepo tier per-package fan-out; adopt mode retiring a consumer's superseded fork skills/agents and backfilling skeleton sections added since bootstrap; opt-in earn-gated scale module: parked + test-queue + outward + venue map), seeds product GAP cards on greenfield, and gates stack-matched skill/MCP/hook curation on substantive seed docs. Bundles commit, todo, log, triage, triage-report, help, merge, drain, check-docs-consistency, and optional release-init — all namespaced under super-bootstrap: except the entry. Per-skill contracts live in each SKILL.md frontmatter (canonical catalog); plugin README carries the index. Solo dev workflow.",
  "version": "2.50.0",
  "author": {
    "name": "Rocky Hong",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/rockyhong/super-bootstrap",
  "license": "MIT",
  "keywords": [
    "bootstrap",
    "scaffold",
    "setup",
    "meta",
    "docs",
    "harness",
    "pipeline"
  ]
}

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

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