Help us improve
Share bugs, ideas, or general feedback.
From engram
engram: Manage the identity codebook — show the active codebook, diff against CLAUDE.md, initialize new codebooks, or validate existing ones
npx claudepluginhub pythondatascrape/engram-ccode --plugin engramHow this skill is triggered — by the user, by Claude, or both
Slash command
/engram:codebookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage the active identity codebook for the current project.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
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.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
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.