claudemd-reviewer

Audit and optimize CLAUDE.md file hierarchies across repositories.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill claudemd-reviewer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claudemd-reviewer
Source: https://github.com/AskTinNguyen/vesper-team-skills/tree/main/claudemd-reviewer
Command: npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill claudemd-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLAUDE.md hierarchy can be opaque in large codebases; this skill helps review and optimize how ancestor and descendant CLAUDE.md files influence context loading and monorepo structure.

Core Features & Use Cases

  • Discover and map CLAUDE.md files across a repository to identify root (ancestor) and nested (descendant) files.
  • Audit loading behavior to improve startup time and on-demand context loading.
  • Generate a structured report with recommended placements and validation checks for CLAUDE.md setups.

Quick Start

Run a CLAUDE.md hierarchy audit across the repository to map ancestors and descendants.

Frequently Asked Questions about claudemd-reviewer

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

FAQPage Schema
How do I audit CLAUDE.md hierarchy in a monorepo?▼

Auditing CLAUDE.md hierarchy involves discovering root and nested files across a repository to optimize context loading and module boundaries, producing a structured report with recommended placements and validation checks.

Why does my CLAUDE.md context loading take so long at startup?▼

Slow CLAUDE.md context loading at startup stems from unoptimized ancestor and descendant file hierarchies. Auditing these structures improves startup time by enabling efficient on-demand context loading.

What is the best way to structure CLAUDE.md files across multi-package codebases?▼

Structuring CLAUDE.md files across multi-package codebases requires optimizing ancestor and descendant hierarchies to establish clear module boundaries and efficient context loading governed by root and nested files.

Can I use a CLAUDE.md audit for multi-package codebases?▼

A CLAUDE.md audit applies directly to multi-package codebases by mapping ancestor and descendant files to optimize context loading, delivering a structured plan with recommended placement changes and tooling guidance.

How do I map CLAUDE.md files to check module boundaries?▼

Mapping CLAUDE.md files to check module boundaries requires discovering root and nested files across the repository, then analyzing the hierarchy to validate how context loading governs structural boundaries.