skill-creator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-creator (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
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.
A skill is only valuable if an agent loads it at the right moment and then actually follows it. Most weak skills fail on one of those two: a vague description that never triggers, or "advice" with no executable process. This skill is the process for writing skills that don't fail that way — it dogfoods this repo's own anatomy.
corners. If it's a one-off fact or generic advice, it's a doc or a reference — not a skill.
Overlap dilutes routing.
name.(third person), then concrete conditions ("Use when…"). Name the situations and keywords an agent would see. This single line decides whether the skill ever loads.
matters most. If it can't be followed step-by-step, rewrite it until it can. Add short illustrative examples only where they clarify.
Common Rationalizations (the excuse → the rebuttal) andRed Flags (observable signs it's being violated). These are what make the skill stick under pressure — don't skip them.
[[name]]. Keep it tight — one screen of signal.scripts/validate.sh and scripts/generate-catalog.sh; fix anythingthat fails ([[pipeline-ops]] enforces this in CI).
produce a better result than not? Iterate the description and steps from real runs.
description with no concrete trigger conditionsCommon Rationalizations, Red Flags, or a testable Verificationname not matching the directory; validation not rundescription leads with what it does, then specific triggersscripts/validate.sh passes and the catalog is regenerated~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.