← スキル一覧に戻る

skill-authoring
by JoernStoehler
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: skill-authoring description: Create or update repo skills under .claude/skills. Use when adding new skills, editing SKILL.md, or deciding what should be a skill vs a spec/doc.
Skill Authoring (repo conventions)
When to use a skill
- Use skills for procedural workflows and package conventions that are not always‑on.
- Keep specs/APIs/algorithms in conventional docs; reference them from skills.
Where skills live
- Repo skills are committed under
.claude/skills/<skill-name>/SKILL.md. - Do not modify
~/.claude/skills(global).
Authoring guidance
- Keep SKILL.md lean; move large details into
references/. - Avoid extra docs like README.md inside skills.
Naming
- Use lowercase letters, digits, and hyphens.
- Name the folder exactly after the skill name.
Editing onboarding materials (CLAUDE.md, skills)
Every future agent reads these files and acts on their content. There will be many future sessions, so errors here have high cost.
- Always add
[proposed]markers when editing these files - Show changes to Jörn; remove markers only after clear approval
- Ambiguous responses ("sounds fine, I guess") mean "I see it" not "remove the markers"
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です