claudemd · diff
git:20260530.d997ea5 to git:20260610.be2a852
1 added, 1 removed. Audit A to A.
---
name: claudemd
description: "Audit or generate a CLAUDE.md for any project. Natural companion to /brana:align — run audit after align on brownfield projects."
effort: low
model: sonnet
keywords: [CLAUDE.md, project-instructions, context, bloat, audit, generate, init]
task_strategies: [investigation, greenfield]
stream_affinity: [roadmap]
argument-hint: "[audit [path] | generate [path]]"
group: execution
allowed-tools:
- Read
- Glob
- Grep
- Write
- Edit
- AskUserQuestion
- Bash
status: stable
growth_stage: evergreen
---
<!-- PROCEDURE_FILE: procedures/claudemd.md -->
This skill's full procedure is in a separate file for startup performance (ADR-034).
- Read and execute `system/procedures/claudemd.md` from the plugin root directory.
+ Read and execute `../../procedures/claudemd.md` resolved against this skill's base directory (the path announced when the skill loads) — i.e. `{base-dir}/../../procedures/claudemd.md`. This form is valid in both the repo layout and the deployed-plugin layout.
If the path doesn't resolve, use Glob to find `**/procedures/claudemd.md`.