homolog-claude-md

Routes CLAUDE.md audit and update requests to the claude-md-management plugin under toolkit governance.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/JaviMontano/claude-plugins --skill homolog-claude-md-javimontano
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: homolog-claude-md
Source: https://github.com/JaviMontano/claude-plugins/tree/main/plugins/claude-native-toolkit/skills/homolog-claude-md
Command: npx skills add https://github.com/JaviMontano/claude-plugins --skill homolog-claude-md-javimontano

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about homolog-claude-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update CLAUDE.md with session learnings?▼

Ask to update CLAUDE.md with what was learned in the session. The request is routed to the claude-md-management plugin through the /claude-native-toolkit:revise-claude-md wrapper, which performs the targeted update.

How do I audit CLAUDE.md files against a template?▼

Request an audit of your CLAUDE.md files and the Skill routes the task to the claude-md-management plugin's claude-md-improver surface, which handles auditing plus targeted updates.

Does this Skill edit CLAUDE.md files directly?▼

No. It governs and routes to the claude-md-management plugin rather than re-implementing its logic. The actual audit and update work is performed by the plugin's own commands and skills.

What happens if the claude-md-management plugin is not installed?▼

The Skill verifies runtime availability before claiming the plugin is present. If installation cannot be confirmed, the state is flagged as a coverage gap instead of asserting availability.

When should I use claude-skill-authoring instead of this Skill?▼

Use claude-skill-authoring or skill-improver when the request is about improving a SKILL.md file. This Skill only handles CLAUDE.md memory files; SKILL.md authoring requests are explicitly out of scope.