skills/harness/harness-setup/SKILL.md
Bootstrap or retrofit a repo-wide harness setup: author AGENTS.md, docs overview/index maps, taskBoard control planes, and progressive-disclosure documentation that stays business- and stack-agnostic.
npx skillsauth add escapewu/skills harness-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a repo needs a portable harness layer: a root instruction file, a navigable docs map, a task execution board, and a doc tree an agent can follow without guessing the repo shape.
Deliver the smallest useful harness that still gives an agent clear entry points:
AGENTS.md or equivalentdocs/OVERVIEW.mddocs/feature/INDEX.mddocs/reference/INDEX.mddocs/archive/INDEX.mdREADME.md / INDEX.mdtasks/<module>/taskBoard.md for multi-wave or multi-node work (under harness-engineering-plan)AGENTS.md, find the next doc, and walk back.taskBoard.md as the execution control plane under harness-engineering-plan/tasks/, not as a changelog in docs.Read references/harness-bootstrap.md for:
If the target repo needs a fast bootstrap, copy the bundled demo harness from
assets/demo-harness/ into the repo root and then replace the placeholder names.
The demo pack includes:
AGENTS.mddocs/ entry pointsUse it as a starting shape, not as a final domain model.
If the current GitHub repository is the source of truth for reusable skills, install the curated harness bundle instead of copying skills one by one.
Use this when you want a target repo to receive the same harness stack:
harness-setupharness-engineering-planprogressive-disclosure-docsproject-analysisproject-docs-workflowcodex-design-reviewcode-organization-harnessRecommended install flow:
scripts/install_harness_bundle.py..agents/skills/harness/* in the target repo.AGENTS.md to register the installed skills.See references/harness-bootstrap.md and assets/harness-bundle.json for the
bundle source layout and selection order.
development
Use when working with the news fetcher REST API at <news-fetcher-host> for supported-site lookup, domain article discovery, URL fetching, batch fetch/crawl workflows, fetch history queries, and Bearer-authenticated integration examples.
development
create and refresh repository-specific development standards for an existing local codebase. use when the user wants to analyze a local repository, extract coding conventions from real files, generate docs/ai-dev-standards, create code review checklists, or update existing agents.md or claude.md files so future coding agents load the right standards before development. do not use for generic programming advice detached from a repository.
documentation
analyze postgresql or mysql database schemas from ddl files, schema-only dumps, migration sql, or read-only database metadata. use when the user wants table structure summaries, primary keys, foreign keys, indexes, inferred table relationships, er diagrams, dbml, mermaid erd, schema documentation, or database relationship analysis for postgres/mysql schemas.
tools
Replace with description of the skill and when Claude should use it.