permanent-memory-loader

Solid

Loads permanent_memory.md summary lines (≤120 always-loaded tokens, hard cap 200). Surfaces durable wisdom from past Epics into the current session. Silent if .claude/memory/ does not exist.

AI & Automation 24 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
47
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

> **AI-consumed reference.** Optimized for Claude to read during execution. > Human-readable explanation: see [docs/architecture/HIERARCHICAL_PLANNING.md](../../../docs/architecture/HIERARCHICAL_PLANNING.md) > or [docs/getting-started/](../../../docs/getting-started/) depending on topic. # Permanent Memory Loader **STATUS — v3.7.0-alpha.4 (Milestone C interim).** Auto-invoke complement to `epic-summarizer`. ## Behavior (in order) 1. **Detect:** if `.claude/memory/permanent_memory.md` does NOT exist → exit silently (no overhead) 2. **Read** the file, extract: - Each `## Epic: <ID> — <intent>` header - For each Epic, the first non-empty line of each subsection (Architectural decisions, Gotchas discovered, Anti-patterns to avoid, Patterns that worked, Conflicts encountered) 3. **Compose** a compact context block: 1 line per Epic, 1 sub-line per subsection (≤120 chars each) 4. **Stamp** with `trust: file` per `memory-trust-policy.md` (memory content is read-verified, not user-canonical) ## Token budget ```toon budget[3]{layer,target,hard_cap}: always_loaded,120,200 per_epic_summary,12,20 per_subsection_line,1,2 ``` Auto-degradation when budget exceeded: 1. **Drop Tentative subsection** lines first 2. **Trim "Patterns that worked"** lines (keeping decisions + gotchas) 3. **Show Epic IDs only** — no subsection lines 4. **Skip entirely** if file > 8000 tokens (extreme; suggests epic-summarizer cap was bypassed) ## What this skill loads (example output) ``` [per...

Details

Author
nguyenthienthanh
Repository
nguyenthienthanh/aura-frog
Created
8 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

plan-loader

Loads minimum hierarchical plan context (.claude/plans/) for current execution focus. Auto-invokes every session when plans exist. Stays under 800 always-loaded tokens regardless of plan tree size.

24 Updated today
nguyenthienthanh
AI & Automation Listed

bettermemory

Verification-grade memory between sessions. Use bettermemory's MCP tools (memory_search, memory_show, memory_write, memory_verify, memory_record_use, etc.) instead of writing to files when the user asks you to "remember" something or references shared context from a past session. Default is to NOT call memory_search; only retrieve when the user references context you don't have ("my project", "the script we wrote") or a request is ambiguous in a way stored preferences could resolve. Every hit carries a staleness_verdict (calendar + path-drift + commit-drift); when it isn't "fresh", spot-check a claim before relying and call memory_verify to attest. Every use should record a claim_excerpt so retrievals stay auditable.

0 Updated today
0Mattias
AI & Automation Solid

auto-memory

This skill should be used when the user asks to 'set up memory', 'create memory files', 'create MEMORY.md', 'set up topic files', 'improve memory organization', 'what should I remember', 'how to structure memory files', 'MEMORY.md is too long', 'what goes in memory vs topic files', 'memory best practices', or wants to establish a persistent knowledge base across Claude Code sessions. Triggers on: memory setup, MEMORY.md, topic files, cross-session knowledge, persistent notes, memory maintenance, memory pruning.

2,105 Updated today
tractorjuice