← スキル一覧に戻る

optimizing-claude-code
by CodeAlive-AI
A comprehensive collection of meta-skills for Claude Code that enable self-management and reflection capabilities
⭐ 21🍴 0📅 2026年1月22日
SKILL.md
name: optimizing-claude-code description: Audits repositories for Claude Code readiness and suggests improvements. Use when asked to check CLAUDE.md quality, review settings, audit project organization, or optimize for agentic work.
Optimizing Claude Code
Default: Audit-only. Present findings and await approval before modifying files.
Workflow
1. Run Audit
Execute from repo root:
python scripts/audit_repo.py --root . --include-user-scope
Analyzes:
- Repository scale and directory hotspots
- CLAUDE.md files (discovery, quality, @imports)
- Settings (user/project/local scopes)
- MCP configurations
- Skills and subagents
2. Generate Report
Structure output as:
Executive Summary (5 bullets max)
- Readiness assessment
- Key strengths
- Critical gaps
- Priority actions
Repository Profile
- File count and scale (Small/Medium/Large)
- Primary language/framework
Memory Files Assessment
- Per-file metrics
- @import validation
- Content quality
- Staleness indicators
Settings & Configuration
- Permissions analysis
- MCP server inventory
- Skills/subagents discovered
Issues by Priority
- P0: Blocks agentic work
- P1: High impact
- P2: Nice-to-have
Recommendations
- Specific suggested edits
- Reference best practices
- Do NOT apply without approval
3. Apply Changes (If Requested)
When asked to implement:
- Confirm which changes
- Edit incrementally
- Show diffs
- Re-audit to verify
Large Repository Guidance
When file count exceeds 3000, include scaling recommendations:
- Vanilla context becomes unreliable at scale
- Consider context engines or retrieval layers
- Strategic CLAUDE.md placement becomes critical
- Focus on navigation aids over exhaustive documentation
Reference Files
- best-practices.md: Environment setup, CLAUDE.md structure, prompting patterns, workflows, safety
- rubric.md: CLAUDE.md scoring criteria (0-16 scale), anti-patterns, templates
- checklist.md: Step-by-step audit workflow, prioritization guide
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です