ワンクリックで
config
Manage engram plugin settings — redundancy thresholds, notification preferences, pricing, and auto-report configuration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage engram plugin settings — redundancy thresholds, notification preferences, pricing, and auto-report configuration
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
engram: Generate a token savings report showing compression and redundancy statistics for the current session
| name | config |
| description | Manage engram plugin settings — redundancy thresholds, notification preferences, pricing, and auto-report configuration |
Manage engram plugin settings stored in .engram/config.yaml.
redundancy_threshold: 10000
notify_on_redundancy: true
auto_report_on_exit: false
pricing:
model: "claude-sonnet-4-20250514"
input_per_1k: 0.003
Check if .engram/config.yaml exists in the project root.
Present these options:
For each setting, show the current value and ask if they want to change it. Accept Enter to keep the current value.
redundancy_threshold (integer, default: 10000)
Number of redundant tokens detected before a notification is surfaced. Higher values reduce noise; lower values increase sensitivity.
notify_on_redundancy (true/false, default: true)
Whether to surface a notification when the redundancy threshold is crossed during a session.
auto_report_on_exit (true/false, default: false)
Whether to automatically generate a savings report when the session ends.
pricing.model (string, default: "claude-sonnet-4-20250514")
The model name used for cost estimation in reports. Must match an Anthropic model identifier.
pricing.input_per_1k (number, default: 0.003)
Cost per 1,000 input tokens in USD, used to calculate estimated savings.
After collecting all changes, display a summary of what will be written and ask for confirmation before saving.
Show the default config and ask: "Reset .engram/config.yaml to defaults? (yes/no)"
If confirmed, write the default config to .engram/config.yaml, creating .engram/ if it does not exist.
When writing the config file:
.engram/ directory exists (create it if not)..engram/config.yaml..engram/config.yaml."