agentsclimarketplace

Sheepdog help

Skill filipores/sheepdog/skills/sheepdog-help

Quick reference for sheepdog commands and boundary laws. Use when the user asks for sheepdog help, sheepdog commands, or how to use sheepdog.From its SKILL.md

Install
npx -y skills add filipores/sheepdog --skill sheepdog-help

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 269 tokens by cl100k_base, as published. Nobody here has run it

Sheepdog Help

Ponytail asks: Does this need to exist? Sheepdog asks: Does this belong here?

Commands

SkillWhat it does
sheepdogPersistent blocking mode for boundary drift while coding.
sheepdog-reviewDiff/target review. Reports boundary-law blockers only.
sheepdog-auditRepo-wide hotspot audit. No edits.
sheepdog-loopReview → fix → review until clean or stopped.
sheepdog-debtLists accepted boundary-debt markers.

Laws

  1. Entrypoints route only.
  2. Orchestrators coordinate only.
  3. Business decisions live in decision/domain/policy modules.
  4. External side effects go behind adapter/service + idempotency guard.
  5. Persistence goes through store/repository/data layer.
  6. Reuse existing patterns before making parallel implementations.
  7. Respect dependency direction; no shortcuts/cycles.
  8. Existing god files are not precedent for new responsibility.

Exception marker

# sheepdog: accepted boundary debt, <reason>; home: <module/layer>; trigger: <when to move>

No explicit user approval, no exception.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,149. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.