writing-agent-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited writing-agent-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.
Identify what context an agent lacks — that gap is the skill's content.
(e.g., processing-pdfs over pdf-processor). Must match directory name.
it controls when the skill activates. Write in third person. State both what the skill does AND when to use it. Include keywords matching how users phrase requests. Max 1024 chars.
already know. Keep under 500 lines (~5000 tokens).
detailed information into references/ files. Link from SKILL.md — keep all references one level deep (no chains).
is rewritten repeatedly or deterministic reliability matters.
references/08-organizing-and-checklist.md.
SKILL.md and all bundled files.SKILL.mdconversation history. Only include what the agent cannot already know.
only for specific edge cases.
instructions; open-ended tasks need general direction.
descriptionfrontmatter, not in the body.
QUICK_REFERENCE inside a skill.
---
name: my-skill-name
description: "[What it does]. [What it produces or transforms]. Use when [specific triggers and contexts]."
---
# [Skill Name]
## Workflow
1. [First step]
2. [Second step]
3. [Third step]
## Examples
**Input:** [example input]
**Output:** [example output]
## Edge cases
- [Edge case 1]: [How to handle it]
- [Edge case 2]: [How to handle it]Consult these for detailed guidance on specific topics:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.