engram: Manage the identity codebook — show the active codebook, diff against CLAUDE.md, initialize new codebooks, or validate existing ones
From engramnpx claudepluginhub pythondatascrape/engram-ccode --plugin engramThis skill uses the workspace's default tool permissions.
Guides 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.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Manage the active identity codebook for the current project.
Present the following options to the user and ask which they want:
.engram-codebook.yaml override filemcp__engram__get_stats with no arguments.codebook field from the result and display each dimension with its key, description, and any example values.CLAUDE.md file from the project root.mcp__engram__derive_codebook with the full CLAUDE.md content as the content argument.mcp__engram__get_stats to get the currently active codebook dimensions.Walk the user through creating a .engram-codebook.yaml override file.
CLAUDE.md file from the project root.mcp__engram__derive_codebook with the CLAUDE.md content to get auto-derived dimensions. Display them..engram-codebook.yaml in the project root..engram-codebook.yaml. Engram will use this on the next session start."Check that the active codebook covers all meaningful sections of CLAUDE.md.
CLAUDE.md file from the project root.mcp__engram__derive_codebook with the CLAUDE.md content.mcp__engram__get_stats to get the active codebook.mcp__engram__check_redundancy with a sample of the CLAUDE.md content to detect any patterns the codebook is not capturing.