← スキル一覧に戻る

applying-code-principles
by thkt
⭐ 3🍴 0📅 2026年1月24日
SKILL.md
name: applying-code-principles description: > Fundamental software principles - SOLID, DRY, Occam's Razor, Miller's Law, YAGNI, Readable Code. Use when applying design principles, refactoring code, or when user mentions 原則, シンプル, 複雑, リファクタリング, 保守性, clean code, best practice. allowed-tools: [Read, Grep, Glob] user-invocable: false
Code Principles
Priority Order
| Priority | Principle | When to Apply |
|---|---|---|
| 1 | Safety First | Security, data integrity |
| 2 | YAGNI | Don't build what you don't need |
| 3 | Occam's Razor | Simplest solution |
| 4 | SOLID | For complex systems |
| 5 | DRY | Eliminate duplication (not at cost of clarity) |
| 6 | Miller's Law | Respect 7±2 cognitive limit |
Quick Checks
See CLAUDE.md Development Checks section (always loaded, single source of truth).
Thresholds
| Target | Ideal | Max | Limit |
|---|---|---|---|
| Function args | 3 | 5 | 7 |
| Class methods | 5 | 7 | 9 |
| Conditionals | 3 | 5 | 7 |
Rules
| Principle | Rule |
|---|---|
| DRY | Abstract on 3rd duplication (Rule of Three) |
| SOLID | Interface only when 2nd implementation appears |
| YAGNI | Build only if problem exists now |
| Readable | New team member understands in < 1 minute |
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です