← スキル一覧に戻る

update-claude-md
by vichannnnn
update-claude-mdは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 69🍴 7📅 2026年1月22日
SKILL.md
name: update-claude-md description: Update CLAUDE.md sections through interactive Q&A. Use when the user wants to update project documentation, refresh CLAUDE.md content, or says "/update-claude-md". Guides user through questions to update auto-generated sections (overview, objectives, commands, notes).
Update CLAUDE.md Skill
Update auto-generated sections in CLAUDE.md through interactive Q&A with the user.
Target Sections
CLAUDE.md contains auto-generated sections marked with special comments:
<!-- auto-generated-start:SECTION_NAME -->
[content]
<!-- auto-generated-end:SECTION_NAME -->
Sections to update:
overview- Brief project descriptionobjectives- Key project objectives (bullet list)commands- Common project commands (code block)notes- Additional important information
Workflow
- Read current CLAUDE.md content
- Ask user which sections to update (or update all)
- For each section, ask targeted questions
- Generate updated content based on responses
- Replace content between section markers
Questions by Section
Overview
- "What does this project do in one or two sentences?"
- "What problem does it solve?"
Objectives
- "What are the main goals of this project?"
- "What key features or capabilities should it provide?"
Commands
- "What commands do you commonly run for development?"
- "What are the test, build, and run commands?"
Notes
- "What technology stack does this project use?"
- "Are there any important dependencies or requirements?"
- "Any other context that would help when working on this project?"
Update Process
- Find section markers using pattern:
<!-- auto-generated-start:SECTION_NAME --> - Replace content between start and end markers
- Preserve marker comments
- Keep all content outside markers unchanged
Example
User: "/update-claude-md"
Assistant asks: "Which sections would you like to update?"
- Overview
- Objectives
- Commands
- Notes
- All sections
User selects "Overview"
Assistant asks: "What does this project do in one or two sentences?"
User responds: "It's a REST API for managing a book library with search and recommendations"
Assistant updates:
<!-- auto-generated-start:overview -->
A REST API for managing a book library, providing search functionality and personalized book recommendations.
<!-- auto-generated-end:overview -->
Guidelines
- Keep overview concise (1-3 sentences)
- Format objectives as bullet points starting with action verbs
- Include actual commands in the commands section, not placeholders
- Notes should capture technology-specific details and gotchas
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です