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.
Purpose: Create a new skill using the standard system template. When: Improve Skill proposes a new skill, or user wants to automate a recurring action. Output: Ready ~/.claude/skills/[name]/SKILL.md + row in ~/.claude/skills/index.md.
Создаём новый скилл. Три вопроса:
1. НАЗВАНИЕ и назначение?
Название — kebab-case (например: code-review, deploy, test-runner)
Назначение — одно предложение: что делает и когда использовать
2. ТРИГГЕР?
При каком условии этот скилл должен запускаться?
3. ЕСТЬ ЛИ ПОХОЖИЙ СКИЛЛ в ~/.claude/skills/index.md?
Проверь индекс — если есть похожий, лучше расширить егоRead ~/.claude/skills/index.md. If similar skill exists — offer to extend it instead:
Скилл [existing] уже делает [similar thing].
Предлагаю добавить [new behavior] в него, а не создавать отдельный.
Согласен?Read ~/.claude/skills/cross-cutting-principles.md. Verify the new skill will satisfy every principle before generating. Flag any principle that the skill design might violate — resolve before proceeding.
Create file ~/.claude/skills/[name]/SKILL.md using template:
# Skill: [Name]
**Purpose:** [one sentence]
**When:** [trigger]
**Output:** [concrete artifact or action]
---
## PROCESS
### Step 1 — [First action]
[What agent does]
### Step 2 — [Next step]
[What agent does]
---
## OUTPUT
[Result template or description of expected output]
---
## CHECKLIST
- [ ] [quality criterion]
- [ ] [quality criterion]
---
## PRE-FLIGHT
Before delivering output, re-read ## RULES and ## CHECKLIST.
Verify output complies with every item. Fix before delivery.Add row in the correct group table:
| [name] | [purpose] | [tags] | 0 | ✅ Ready |Tags: meta loop start tools code test deploy review security data
Created: ~/.claude/skills/[name]/SKILL.md
Added to: ~/.claude/skills/index.md
Invoke: "@~/.claude/skills/[name]/SKILL.md" or "use skill [name]"
Optional: create ~/.claude/commands/[name].md?~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.