harness-bootstrap

Solid

Bootstraps or standardizes the complete AI-agent harness for a repo - analyzes the existing source first, then generates the .claude folder (agents with explicit model/effort/tool budgets, path-scoped rules, commands, hooks, settings.json), the docs tree (specs/requirements/architecture/tasks/context), and AGENTS.md + CLAUDE.md, so the repo runs under orchestrator-driven task control. Also runs in a read-only audit mode that builds an audit control plane beside untouched source. Use when the user asks to "set up base", "thiet lap base coding", "chuan hoa claude folder", "chuan hoa source thanh claude ready", "khoi tao workspace cho AI agents", "set up agents for this repo", or adopts a project that should follow the standard structure.

AI & Automation 5 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Harness bootstrap Sets up the standard operating harness for a repo: a roster of agents that know their scope and their cost, rules that load only when relevant, hooks that actually fire, and a task board that survives context compaction. **The assets are real files, not prose to retype.** Everything copyable lives under `assets/` and is installed by `scripts/scaffold.py`. Your job is the decisions - the roster, the scope, the variables - not transcribing 1,300 lines of hooks and commands. Read a reference file when you reach its step; never improvise a step that has one. ## Three modes - decide first | Mode | When | What happens | |---|---|---| | **Greenfield** | Empty or near-empty repo | Generate the full structure from intake answers | | **Brownfield** | Repo already has code, and maybe a partial `.claude/` | Run codebase analysis FIRST, derive most answers from evidence, then RECONCILE - never clobber | | **Audit** | The repo(s) will be analysed but never modified by agents; a human applies any fixes | Build a read-only control plane beside untouched source. See [`reference/audit-mode.md`](reference/audit-mode.md) | Selection rule: if agents will never modify the source (a human applies fixes), you are in **audit** mode, however much code exists. Otherwise, any source code at all means **brownfield**. ## Procedure **0. Codebase analysis** - brownfield and audit: MANDATORY. Greenfield: skip. Follow [`reference/codebase-analysis.md`](reference/codebase-analysis.md...

Details

Author
nguyenhx2
Repository
nguyenhx2/agent-harness-bootstrap
Created
1 weeks ago
Last Updated
3 days ago
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

project-bootstrap

Bootstraps or standardizes the full AI-agent workspace for any project - analyzes the existing source first, then generates/reconciles the complete .claude folder (agents incl. orchestrator, rules, commands, hooks, skills, settings.json), the standardized docs tree (specs/requirements/architecture/tasks/context/templates), CLAUDE.md + AGENTS.md + README.md, and relevant skills - so the repo runs under orchestrator-driven task control. Use when the user asks to "set up base", "thiet lap base coding", "chuan hoa claude folder", "chuan hoa source thanh claude ready", "khoi tao workspace cho AI agents", or starts/adopts a project that should follow the standard structure.

5 Updated 3 days ago
nguyenhx2
AI & Automation Listed

bootstrap-harness

Create a complete AI-agent harness (CLAUDE.md + supporting docs system) for any project. Portable across Python/Java/TS/Go. Based on 2025-2026 best practices (AGENTS.md spec, GitHub's 2,500-repo study, ACE paper, context-engineering research). Use when a repo has no harness, was just cloned/scaffolded, or its docs are bloated/stale and need a structured rebuild.

3 Updated 1 weeks ago
TIANTIAN-ZHAN
AI & Automation Listed

bigin-harness-setup

Scaffolds BigIn's AI workflow harness into a repo — CLAUDE.md brief, path-scoped .claude/rules/, commit-time gates (guard hooks + context-budget check). Profiles: nuxt, go, nodejs, next. Triggers: 'set up harness', 'add AI rules', 'add CLAUDE.md'.

0 Updated 2 days ago
tammai