skill-generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-generator (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.
自動生成符合標準的 SKILL.md 和資料夾結構。
---
name: skill-name # kebab-case 必須(小寫 + 連字號)
description: 描述 # 包含 WHAT + WHEN + Triggers
category: core # core/workflow/meta/integration
version: 1.0.0 # SemVer
compatibility: # 支援的平台(可選)
- claude-code
- github-copilot
- vscode
allowed-tools: # 可使用的工具(可選)
- read_file
- write_file
orchestrates: # 組合的其他 skills(workflow 用)
- skill-a
- skill-b
---| 規則 | 正確 ✅ | 錯誤 ❌ |
|---|---|---|
| kebab-case | code-reviewer | codeReviewer, CodeReviewer |
| 小寫 | git-precommit | Git-Precommit |
| 有意義 | test-generator | tg, testgen |
| 無底線 | memory-bank | memory_bank |
.claude/skills/
└── skill-name/
├── SKILL.md # 主要技能定義(必要)
├── references/ # 詳細參考文檔(可選)
│ ├── examples.md
│ └── api.md
├── templates/ # 範本檔案(可選)
│ └── template.py
└── scripts/ # 輔助腳本(可選)
└── helper.ps1❓ Skill 名稱:[輸入名稱,會自動轉 kebab-case]
❓ 描述:[一句話描述 + 觸發詞]
❓ 類別:[core/workflow/meta/integration]
❓ 需要額外資料夾嗎?[references/templates/scripts]📁 建立 .claude/skills/{name}/
📄 建立 .claude/skills/{name}/SKILL.md
📁 建立子資料夾(如需要)
📝 更新 AGENTS.md skills 清單「新增 skill: api-tester」
「SG 建立 docker 管理技能」
「create skill for database migrations」當你說「新增 skill: example-skill」,我會生成:
---
name: example-skill
description: [描述]. Triggers: [觸發詞列表].
category: core
version: 1.0.0
compatibility:
- claude-code
- github-copilot
- vscode
---
# [Skill 名稱]
## 描述
[詳細描述]
## 觸發條件
- 「[觸發詞 1]」「[觸發詞 2]」
## 執行流程
[流程圖或步驟]
## 參數
| 參數 | 說明 | 預設 |
|------|------|------|
| `--option` | 說明 | false |
## 使用範例
[範例 1] [範例 2]
## 輸出格式
[預期輸出格式]
| 項目 | 建議 | 上限 |
|---|---|---|
| SKILL.md 總行數 | < 300 行 | 500 行 |
| SKILL.md Token | < 3000 | 5000 |
| 單個區塊 | < 50 行 | 100 行 |
如果內容過長:
references/ 子資料夾~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.