optimize-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited optimize-skills (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 to create, review, or improve SKILL.md-based skills so they trigger correctly, stay concise, and execute reliably.
optimize-skills.references/ instead.SKILL.md, references/, assets/, and scripts/.A skill is a reference guide for proven techniques, patterns, or tools, typically classed as procedural knowledge or best practices. Skills help future Agent instances find and apply effective approaches.
Skills are: Reusable techniques, patterns, tools, reference guides
Skills are NOT: Narratives about how you solved a problem once
Create when:
Don't create for:
SKILL.md and related resources as baseline.name and description.description and ## When to Use (and ## When Not to Use when helpful).references/, assets/, or scripts/ and link from SKILL.md.references/best-practices.md and references/skills-search-optimization.md.Then run scenario and functional checks against realistic prompts.
SKILL.md sections into resources where appropriate.Verify:
If not, rewrite.
If yes, move to references/.
If not, trim or offload to references/.
description/## When to Use, not pasted verbatim?If not, convert.
If not, apply before finalizing. Fix any failures before declaring the skill complete.
references/skills-search-optimization.md).description and ## When to Use.SKILL.md under 500 lines and focused on action.name + description): small startup footprint, ideally ~100 tokens.SKILL.md: keep actionable and concise, target \<5000 tokens and \<500 lines.scripts/, references/, assets/: loaded only when needed; keep files narrow so agents pull less context.digraph when_flowchart {
"Need to show process guidance?" [shape=diamond];
"Non-obvious decision or loop?" [shape=diamond];
"Use markdown (list/table/code)" [shape=box];
"Use small inline DOT flowchart" [shape=box];
"Need to show process guidance?" -> "Non-obvious decision or loop?" [label="yes"];
"Need to show process guidance?" -> "Use markdown (list/table/code)" [label="no"];
"Non-obvious decision or loop?" -> "Use small inline DOT flowchart" [label="yes"];
"Non-obvious decision or loop?" -> "Use markdown (list/table/code)" [label="no"];
}references/graphviz-conventions.dot for node shapes and labels.Render DOT to SVG with scripts/render-dot.py. Output SVGs are written to the target skill's assets/ directory.
scripts/render-dot.py skills/optimize-skills/references/skill-workflow.dot
scripts/render-dot.py skills/optimize-skills/SKILL.md
scripts/render-dot.py skills/optimize-skills/SKILL.md --force # overwrite existing SVGsskills/
skill-name/
SKILL.md # Main reference (required)
assets/ # (optional) Static reusable resources such as templates or figures
references/ # (optional) On-demand documentation, organized by topic or variant
scripts/ # (optional) Executable helpers for deterministic tasks;
# scripts should be self-contained or clearly declare dependencies,
# include clear errors, and handle edge cases.SKILL.md.name in frontmatter.name and description fields.name must be kebab-case and match the folder name.description should emphasize when to use the skill and include triggers/symptoms.## When to Use / ## When Not to Use for trigger cues; do not add a dedicated trigger-scenarios section unless explicitly requested by the repo.assets/skill-template.md for a suggested (but easily modified) template structure.description instead of stating actionable triggers and symptoms.description and ## When to Use.SKILL.md instead of linking to references/.assets/skill-template.md for a suggested SKILL.md structure.references/best-practices.md: checklists, structure guidance, testing, and troubleshooting patterns.references/skills-search-optimization.md: description and trigger optimization rules.references/skill-workflow.dot: canonical workflow for this skill.references/graphviz-conventions.dot: DOT style and semantics for workflow diagrams.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.