/update-claude-docs
**Automatically update all CLAUDE.md files with current codebase patterns.**
$ npx -y skills add dcouple/Pane --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/update-claude-docs
Context preview
What this command does when you run it.
**Automatically update all CLAUDE.md files with current codebase patterns.**
Command definition
update-claude-docs.mdUpdate Claude Docs
**Automatically update all CLAUDE.md files with current codebase patterns.**
Read-only analysis in each directory, updates documentation files.
What This Does
Launches parallel subagents to update CLAUDE.md files across the codebase with current patterns, conventions, and architecture.
Process
1. Launch Parallel Subagents
Spawn agents for each CLAUDE.md location:
- Root (/)
- API Backend (apps/api/)
- Webapp Frontend (apps/webapp/)
- Webapp Hooks (apps/webapp/src/hooks/)
- Webapp Components (apps/webapp/src/components/)
- Documentation (docs/)
2. Agent Task
Each agent in its relative directory:
**Analyze:**
- Current file structure
- Established patterns in code
- Import conventions
- Architecture decisions
- Tech stack versions
**Update:**
- Add missing patterns
- Update outdated conventions
- Include concrete examples from actual files
- Add references to exemplar implementations
- Remove obsolete information
**Preserve:**
- Existing structure
- Core instructions
- User-specific configurations
- Working conventions
3. Report Summary
After all agents complete:
## Updates Summary
### Root CLAUDE.md
- Added: [patterns/sections]
- Updated: [outdated info]
- Preserved: [core instructions]
### apps/api/CLAUDE.md
- Added: [patterns/sections]
- Updated: [outdated info]
[... for each location ...]
## Next Steps
- Review git diff to verify changes
- Test that patterns reflect current codebase
- Commit updates if satisfied
Command Arguments
- `--location <path>`: Update specific CLAUDE.md only
- `--dry-run`: Show what would be updated without modifying
Example Usage
# Update all CLAUDE.md files
/update-claude-docs
# Update specific location
/update-claude-docs --location apps/api
Success Checklist
- [ ] Subagents launched in parallel
- [ ] Each agent analyzes its relative directory
- [ ] Files updated with current patterns
- [ ] Summary report generated
- [ ] Changes reviewable via git diff
---
**Use this command periodically to keep documentation aligned with evolving codebase patterns.**
Read more
Update Claude Docs
**Automatically update all CLAUDE.md files with current codebase patterns.**
Read-only analysis in each directory, updates documentation files.
What This Does
Launches parallel subagents to update CLAUDE.md files across the codebase with current patterns, conventions, and architecture.
Process
1. Launch Parallel Subagents
Spawn agents for each CLAUDE.md location:
- Root (/) - API Backend (apps/api/) - Webapp Frontend (apps/webapp/) - Webapp Hooks (apps/webapp/src/hooks/) - Webapp Components (apps/webapp/src/components/) - Documentation (docs/)
2. Agent Task
Each agent in its relative directory:
**Analyze:**
- Current file structure
- Established patterns in code
- Import conventions
- Architecture decisions
- Tech stack versions
**Update:**
- Add missing patterns
- Update outdated conventions
- Include concrete examples from actual files
- Add references to exemplar implementations
- Remove obsolete information
**Preserve:**
- Existing structure
- Core instructions
- User-specific configurations
- Working conventions
3. Report Summary
After all agents complete:
## Updates Summary ### Root CLAUDE.md - Added: [patterns/sections] - Updated: [outdated info] - Preserved: [core instructions] ### apps/api/CLAUDE.md - Added: [patterns/sections] - Updated: [outdated info] [... for each location ...] ## Next Steps - Review git diff to verify changes - Test that patterns reflect current codebase - Commit updates if satisfied
Command Arguments
- `--location <path>`: Update specific CLAUDE.md only
- `--dry-run`: Show what would be updated without modifying
Example Usage
# Update all CLAUDE.md files /update-claude-docs # Update specific location /update-claude-docs --location apps/api
Success Checklist
- [ ] Subagents launched in parallel
- [ ] Each agent analyzes its relative directory
- [ ] Files updated with current patterns
- [ ] Summary report generated
- [ ] Changes reviewable via git diff
---
**Use this command periodically to keep documentation aligned with evolving codebase patterns.**
Repo: dcouple/Pane
Other commands on pane.
- /commit
Create git commits with user approval and no Claude attribution
Open command - /create_plan
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work collaboratively with the user to produce high-quality technical specifications.
Open command - /describe_pr
Generate comprehensive PR descriptions following repository templates
Open command - /implement_plan
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success criteria.
Open command - /iterate_plan
Iterate on existing implementation plans with thorough research and updates
Open command - /research_codebase
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform your reserach.
Open command

