Skip to content

/using-project-harness

Bootstraps the project skills on first use in a repo.

What it does

Establishes the five project-harness skills in a repo, runs a four-step idempotent setup the first time, and routes any edit of project state to whichever sibling owns it.

When to reach for it

Automatically, the first time you use project tracking in a new repo. You rarely invoke it by hand.

It's working if

  • You reach for PROJECTS.md directly and land in the sibling skill that owns that edit instead.
  • You invoke one project skill and the other four are available afterwards, without you installing anything.

Install this skill

Then type /using-project-harness in your agent.

npx skills@latest add smorinlabs/smorinlabs-harness -s using-project-harness

Or install the whole project-harness plugin — this skill plus 4 others.

/plugin install project-harness@smorinlabs-harness

Where it fits