What problem does it solve? Keeping CLAUDE.md files accurate and current with session learnings is easy to neglect, and duplicating maintenance logic across tools creates drift. This Skill governs and routes CLAUDE.md audit, improvement, and update requests to the dedicated claude-md-management plugin instead of re-implementing its behavior. ## Core Features & Use Cases - Governed Routing: Directs CLAUDE.md audit and update requests to the claude-md-management plugin via the namespaced wrapper /claude-native-toolkit:revise-claude-md. - Runtime Verification: Confirms the plugin is actually installed and available before claiming availability, flagging unverified states as coverage gaps. - Anti-Duplication Guardrails: Explicitly prevents re-implementing functionality the plugin already provides. - Use Case: After a long working session, ask to update CLAUDE.md with what was learned; the Skill routes the request to the plugin's revise command and verifies the plugin is present first. ## Quick Start Ask the assistant to update CLAUDE.md with the learnings from this session and it will route the request through the claude-md-management plugin.