short-term-memory

Solid

Maintain working context via current-context.md - read before and update after every response with timestamp YYYYMMDD-HHMMSS

Data & Documents 21 stars 1 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 76/100

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

Skill Content

# Short-term Memory Skill **Purpose:** Maintain working context across sessions and compactions via `current-context.md` --- ## Problem & Solution **After context compaction, you lose:** - Recent momentum, nuanced decisions, next logical step, mental state, decision timestamps **Solution:** A concise living memory file = your sticky note between sessions --- ## Mandatory Workflow ### READ -> WORK -> UPDATE -> CHECK -> SEND **Before EVERY response:** Read `current-context.md` **After EVERY response:** Update `current-context.md` with timestamp ``` 1. Read current-context.md 2. Do your work 3. Update current-context.md (add timestamp YYYYMMDD-HHMMSS) 4. Check line count (>200? archive old entries) 5. Send response ``` --- ## Critical Rules ### 1. The file lives in the project The file is `PROJECT_DIRECTORY/current-context.md`. It lives in the project directory, not in `~/.claude/`. ### 2. Timestamp Format **Use:** `YYYYMMDD-HHMMSS` prefix for all entries. Always get the timestamp from the system clock — never invent one. ```markdown ✅ 20251230-143022 : shipping-mapping.md created (relay cascade) ⏸️ 20251230-150133 pending : API vs FTP decision (contact vendor Jan) ``` ### 3. Summaries not Novels **Keep entries short** ❌ BAD: Created shipping-mapping.md with complete cascade detection for relay points including WCMultiShipping priority, Boxtal fallback... ✅ GOOD: `✅ 20251230-143022 : shipping-mapping.md (relay: WCMultiShipping->Boxtal->carrier). Fixed one le...

Details

Author
Malaiac
Repository
Malaiac/claude
Created
2 months ago
Last Updated
2 months ago
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

sync

Fast save-point: sync all session-context files and MEMORY.md with current progress. Zero questions, zero delay. Use when user says /sync, save progress, save state, sync context, or /sync --full for capability inventory.

87 Updated 4 weeks ago
anombyte93
AI & Automation Featured

ck

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

192,199 Updated today
affaan-m
Data & Documents Listed

fewword

Use this skill when tool outputs exceed 2000 tokens, tasks span multiple conversation turns, sub-agents need to share state, context window is bloating, plans need to persist across summarization, terminal/log output needs selective querying, or when user mentions "offload context", "dynamic context discovery", "filesystem memory", "scratch pad", "reduce context bloat", or "just-in-time context loading".

38 Updated 4 months ago
sheeki03
Data & Documents Featured

planning-with-files

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Hermes adaptation with minimal notes.

22,057 Updated today
OthmanAdi
AI & Automation Featured

beads

Dolt-powered issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction. Trigger with "create task", "what's ready", "track this work", "resume after compaction". Make sure to use this skill whenever managing multi-session work, tracking dependencies, or recovering context.

24,081 Updated today
gastownhall