skill-authoring-guide-1206bd — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-authoring-guide-1206bd (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.
Use this skill when creating or improving a reusable skill.
name and description — the description must be specific enough to avoid false triggers.SKILL.md and move bulk detail into references/ or scripts/.---
name: kebab-case-matching-directory-name
description: Use when [trigger condition]. Does [what it does]. [Optional: NOT for X.]
---Default to a pure Markdown body after the YAML frontmatter. Use headings such as ## Purpose, ## When to Use, ## Workflow, and ## Verification. Do not use XML-like tags such as <Purpose>, <Workflow>, or <Use_When> as normal top-level sections. XML-like tags are acceptable only when they strictly delimit nested examples, quoted input, external documents, or machine-readable prompt payloads.
Good description (specific, trigger-clear):
Use when designing or reviewing filesystem MCP access, path boundaries, allowed roots, and method allowlists.Weak description (too broad, won't trigger reliably):
Helps with MCP things and file access.name must match the directory name exactly.description must say what the skill does AND when to use it in one sentence.SKILL.md should be readable in one focused pass — target 50–120 lines.references/.scripts/.SKILL.md exceeds 150 lines, split off the excess into a reference file.SKILL.md: core workflow, when to use, safety constraints.references/: detailed patterns, full checklists, long examples.scripts/: automation helpers.references/ links that point to non-existent files.| Section | Target |
|---|---|
| Frontmatter description | 1 sentence, 15–30 words |
SKILL.md body | 50–120 lines |
| Individual workflow steps | 1–3 lines each |
| References total | as needed, not in SKILL.md |
scripts/init_skill.py — scaffold a new skill directoryscripts/package_skill.py — package for distributionscripts/quick_validate.py — check frontmatter and dead referencesUse them as optional helpers if they fit your workflow.
Use hard-won-skill-extractor when the challenge is turning a hard-earned session into a reusable skill candidate.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.