standards — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited standards (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
My non-negotiable conventions — the floor every other skill stands on. When one applies, follow it exactly; it overrides generic defaults. Flag a real conflict once, then proceed (don't rehash).
type(scope): subject — English, imperative. No body unless I explicitly ask. Detail belongs in the PR description, not the commit.Co-Authored-By:, and never add a 🤖 Generated with Claude Code footer to commits or PR bodies.feat/fix cut releases; chore/docs/refactor/test don't. Scaffolding is chore, not feat.main stays strictly linear; release-please keeps its release PR rebased on main automatically.feat/…, fix/…, chore/…), pushed and opened as a PR — even in a solo repo.main stays strictly linear.type(scope): subject as a commit — English, imperative, one line.🤖 Generated with Claude Code footer and never Co-Authored-By: — same rule as commits.Closes #N when there is one.Fewer, higher-signal tests over a high count. Before writing one, ask: _"If I delete this, what real bug could ship undetected?"_ If the answer is "none / TypeScript catches it", don't write it.
vi.fn()/spy a port and assert it was called — that tests wiring, not behavior. Build a small in-memory fake of the port and assert the observable outcome.git status --short and stage explicit paths.../<repo>-notes/ dir — never committed, and never `.gitignore`'d either (gitignoring a doc is itself the violation; just don't stage it).brainstorming, writing-plans and task-flow default to saving specs/plans at docs/superpowers/... _inside_ the repo and then committing them. Do NOT follow that. When bootstrapping a project, create ../<repo>-notes/ as a sibling of the repo before the first spec/plan write, and target it from that very first Write. The first time a spec lands in docs/ inside the repo, the rule is already broken.git rm it (or rewrite history with the user's OK if already pushed) and move it to ../<repo>-notes/. Never "fix" it by adding the path to .gitignore.Applies to identifiers, comments, commits, log strings and user-facing copy in every locale. Swap the term at write time; if a neutral genuinely reads worse, flag it once and pick the least-bad rephrase — don't revert to the excluding form.
master/slave → primary/replica, leader/follower, or main/worker (by domain); the default branch is main.whitelist/blacklist → allowlist/blocklist (or allowed/blocked).grandfathered → legacy / pre-existing; sanity check → quick check / validation.dummy → placeholder / sample; man-hours → person-hours; manned → staffed.eskills:ux-bar enforces this for UI strings; eskills:standards for code, commits and identifiers.uuidv7, RFC 9562) for any newly generated entity ID — no need to ask each time. The ~1 KB dependency is acceptable; time-ordering is worth it.Run all the gates CI runs, as one batched call — not just tests:
lint + typecheck + tests
verify/check script if it exposes one. Passing CI is the floor, not a stretch goal.Once I validate a decision ("OK, hazlo"), stop adding caveats or re-validation on the same point. Group critical warnings once, up front. Push back again only for genuinely new, un-flagged risks (security, data loss).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.