
Bootstrap Project
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Assess a repo, decide what scaffolding/setup tools it needs (CI, linters, language toolchains), present a plan, and execute in order.
About
Bootstrap-project inspects a repository, determines which scaffolding and setup tools it needs — CI, linters, language toolchains (Go, Rust, Lean/Mathlib, Zig, and more) — then presents a plan and executes the steps in the correct order. It takes a bare or partial repo to a properly configured starting state. A scaffolding/DevOps skill for kicking off new projects.
- Assesses repo needs
- Plans scaffolding and setup
- Sets up CI and linters
- Handles Go, Rust, Lean, Zig toolchains
Bootstrap Project by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install bootstrap-project@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Assess a repo, decide what scaffolding/setup tools it needs (CI, linters, language toolchains), present a plan, and execute in order.
README.md
Bootstrap Project
Assess a repository, determine what scaffolding and setup tools are needed, present a plan, and execute them in the correct order.
Type: Skill
Trigger: /bootstrap-project
Installation
See the marketplace install instructions.
What It Does
Scans the repository for language markers and existing infrastructure, determines which scaffolding and setup tools are needed, presents a plan with status for each tool, and executes confirmed tools in the correct dependency order. Handles overlap between tools automatically (e.g., scaffold-go-cli already includes CI and GoReleaser, so those are skipped).
Orchestrates these tools:
scaffold-new-repo: LICENSE, README, .gitignore, agent configscaffold-go-cli/scaffold-go-library/scaffold-lean-library: language-specific project structureset-up-ci: GitHub Actions CI workflow and Makefile targetsset-up-linters: linters and formattersset-up-secret-scanning: secret scanning workflowsadd-goreleaser-homebrew: GoReleaser and Homebrew tap publishingset-up-installers: Homebrew formulaadd-scrut-cli-tests: scrut CLI integration tests
Usage
/bootstrap-project
Examples
- "bootstrap this project": full assessment and setup
- "set up everything": same behavior
- "scaffold everything": same behavior
- "full project setup": same behavior
See Also
- Scaffold New Repo: foundational repo boilerplate only
- Scaffold Go CLI: Go CLI project scaffolding only
- Scaffold Go Library: Go library project scaffolding only
- Scaffold Lean Library: Lean 4 library project scaffolding only
- Set-Up Linters: linter and formatter setup only
- All plugins