commit
Create git commits with user approval and no Claude attribution
**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.
/update-claude-docsContext preview
What this command does when you run it.
**Automatically update all CLAUDE.md files with current codebase patterns.**
**Automatically update all CLAUDE.md files with current codebase patterns.**
Read-only analysis in each directory, updates documentation files.
Launches parallel subagents to update CLAUDE.md files across the codebase with current patterns, conventions, and architecture.
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/)
Each agent in its relative directory:
**Analyze:**
**Update:**
**Preserve:**
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
# Update all CLAUDE.md files /update-claude-docs # Update specific location /update-claude-docs --location apps/api
---
**Use this command periodically to keep documentation aligned with evolving codebase patterns.**
Repo: dcouple/Pane
Create git commits with user approval and no Claude attribution
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work…
Generate comprehensive PR descriptions following repository templates
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success…
Iterate on existing implementation plans with thorough research and updates
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…