← スキル一覧に戻る

skill-authoring-and-retrospectives
by shami-ah
⭐ 0🍴 1📅 2026年1月21日
SKILL.md
name: skill-authoring-and-retrospectives description: How to write/update .claude/skills and capture durable OpenEvent learnings via retrospectives.
When to use
- Creating or updating any
.claude/skills/*/SKILL.mdin this repo. - Finishing a non-trivial change and needing to capture durable workflow learnings.
What goes where (rubric)
- Skill: durable, repo-specific guidance (canonical vocabulary, file maps, stable commands, recurring pitfalls, debugging playbooks).
- CLAUDE.md: short policy and pointers to Skills, no detailed workflow content.
- Docs: longer explanations, architecture, and team-wide narrative (link from Skills).
Naming + description rules
- Skill folder name and
namemust match and use lowercase letters, digits, and hyphens. descriptionshould include user keywords (e.g., "email workflow", "offer", "HIL") to help trigger usage.- Keep SKILL.md concise; use progressive disclosure by linking to existing docs or code.
Retrospective protocol
After meaningful work, extract reusable learnings into Skills:
- Prefer updating an existing Skill with a new note or pitfall.
- Create a new Skill only if the guidance will be reused.
- Use the automated path when possible:
python scripts/skills/retrospective.py --skill <existing-skill> --input <note.md> --writecat note.md | python scripts/skills/retrospective.py --skill <existing-skill> --write- For new skills:
python scripts/skills/retrospective.py --new-skill <name> --description "..." --input <note.md> --write
- Validate before committing:
python scripts/skills/validate_skills.py.
Durable learning definition
- Stable commands or test lanes (not one-off debug commands).
- Recurring pitfalls or regressions and how to avoid them.
- Repo-specific conventions (workflow step names, HIL gating rules, data contracts).
- Debugging playbooks or minimal repro paths tied to canonical files.
Retrospective Notes
- Add durable learnings here via
scripts/skills/retrospective.py.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です