원클릭으로
report
engram: Generate a token savings report showing compression and redundancy statistics for the current session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
engram: Generate a token savings report showing compression and redundancy statistics for the current session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build an engram codebook for Claude prompts — compresses identity (CLAUDE.md) and prompt vocabulary into key=value pairs to reduce per-turn token cost
engram: Manage the identity codebook — show the active codebook, diff against CLAUDE.md, initialize new codebooks, or validate existing ones
Manage engram plugin settings — redundancy thresholds, notification preferences, pricing, and auto-report configuration
| name | report |
| description | engram: Generate a token savings report showing compression and redundancy statistics for the current session |
Generate a token savings report for the current session.
Call mcp__engram__get_stats with no arguments to retrieve the current session statistics.
Present the stats summary to the user, then ask:
Session Report — {today's date} (e.g. "Session Report — 2026-03-27").engram/savings-log.csv (default: yes)Check if .engram/config.yaml exists. If it does, read it and extract any pricing fields (pricing.model, pricing.input_per_1k). Pass those as arguments when calling the report tool.
Call mcp__engram__generate_report with:
name: the report name the user provideddescription: the description the user provided (omit if blank)savingsLogPath: if user said yes to saving, pass .engram/savings-log.csv; omit if they said nopricing: if config has pricing info, pass as { "model": "...", "inputPer1k": ... } (nested object)Display the full markdown report returned by the tool.
Ask: "Would you like to save this report as a markdown file?" If yes, ask for a filename (suggest engram-report-{date}.md) and write the report to that path in the current working directory.