Generate and maintain an LLM-optimized CLAUDE.md for the target project. Scans the codebase (tech stack, conventions, structure), reads .claude/.prove.json config, and composes a concise CLAUDE.md with behavioral directives that Claude Code follows during the session. Full ownership of the file — safe to re-run, always produces deterministic output.
From provenpx claudepluginhub mjmorales/claude-prove --plugin proveThis skill uses the workspace's default tool permissions.
AGENTS.mdREADME.md__init__.py__main__.pycomposer.pyscanner.pytest_composer.pytest_scanner.pyGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Reviews prose for communication issues impeding comprehension, outputs minimal fixes in a three-column table per Microsoft Writing Style Guide. Useful for 'review prose' or 'improve prose' requests.
generate)skills/claude-md/__main__.py relative to this SKILL.md$PLUGIN = absolute path to this plugin's root directory.
| Subcommand | Purpose | Command |
|---|---|---|
generate (default) | Scan project, write CLAUDE.md | python3 $PLUGIN/skills/claude-md/__main__.py generate --project-root $CWD --plugin-dir $PLUGIN |
scan | Scanner only, output JSON | python3 $PLUGIN/skills/claude-md/__main__.py scan --project-root $CWD --plugin-dir $PLUGIN |
subagent-context | Compact context for subagent injection | python3 $PLUGIN/skills/claude-md/__main__.py subagent-context --project-root $CWD --plugin-dir $PLUGIN |
--project-root -- user's cwd (target project)--plugin-dir -- $PLUGIN