repo-harness-capability
SolidAdds or syncs explicit repo-local capability boundaries without running full repo-harness init, migrate, or upgrade.
AI & Automation 397 stars
27 forks Updated yesterday MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# repo-harness-capability
Use this command when the repo already has the repo-harness harness and the user
wants to add selected capability boundaries without refreshing the full harness.
## Protocol
1. Confirm the target repo path and selected capability prefixes.
2. Run `bun scripts/inspect-project-state.ts --repo <repo> --format text` when available to confirm the harness exists.
3. For each selected prefix, run:
- `bun scripts/capability-config.ts add --repo <repo> --prefix <path>`
4. Add explicit `--id`, `--domain`, `--name`, and `--verification-hint` values when the inferred names would be unclear.
5. Verify with:
- `bun scripts/capability-resolver.ts validate --repo <repo> --format text`
- `bun scripts/capability-resolver.ts match --repo <repo> --path <path> --format json`
## Failure Modes
- If the prefix is ambiguous or too broad, stop and require explicit narrower prefixes.
- If the repo lacks the harness, route to `repo-harness-init`.
- If the change would refresh unrelated helpers, stop and keep capability work targeted.
## Boundaries
- Does not run `repo-harness adopt`.
- Does not install or refresh the full harness.
- Does not create an application stack.
- Does not infer capabilities from broad directory globs; use explicit prefixes.
- Creates local `AGENTS.md` and `CLAUDE.md` contract files only for requested capabilities.
- Use `--create-prefix` only when the user explicitly wants the missing directory created.
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
repo-harness-setup
Canonical rule owner for installing, migrating, upgrading, repairing, scaffolding, and capability-configuring the repo-harness workflow in a repository.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness
Route explicit repo-harness setup, planning, execution, verification, and handoff actions through deterministic repository state.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-init
Installs or refreshes the repo-harness workflow in an existing repository. Adds hooks, docs/spec.md, tasks, plans, .ai/context, .ai/harness, helpers, and policy without creating an application stack.
397 Updated yesterday
Ancienttwo