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 auto-generated sections in CLAUDE.md through interactive Q&A with the user.
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<!-- auto-generated-start:SECTION_NAME -->User: "/update-claude-md"
Assistant asks: "Which sections would you like to update?"
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 -->
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer