Claude Memory Reminder
Description
Persistent tiered memory & reminder notebook skill for Claude Code and codex. Zero-dependency bash hook, multi-window dedup, natural-language reminder add/complete/cancel.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**English** | [中文](README.zh-CN.md)
Claude Code Memory & Reminder Skill
**Persistent tiered memory & reminder notebook for [Claude Code](https://claude.com/claude-code) and [OpenAI Codex CLI](https://github.com/openai/codex).**
So your assistant actually remembers what matters and gently reminds you of things you promised yourself.
[](https://github.com/moyunliuyin/claude-memory-reminder/actions/workflows/shellcheck.yml) [](LICENSE) [](https://github.com/moyunliuyin/claude-memory-reminder/releases) [](#install-for-codex-cli)
git clone https://github.com/moyunliuyin/claude-memory-reminder ~/.claude/skills/claude-memory-reminder
Features
- Tiered memory — importance (H/M/L) × recency (vivid/distilled/archive); important configs stay fresh past 30 days, one-off noise drops out early
- Scheduled triggers — daily boundary check; monthly
verifiedrefresh (default: 1st); twice-monthly pattern extraction (default: 15th + last day) - Reminder notebook — add / complete / cancel via natural language in chat ("remind me to X on May 10", "X done"); supports
[earliest:HH:MM]for time-of-day gating - Multi-window dedup — a cooldown stamp (default 8h) prevents repeated reports across parallel CLI windows; saves ~300–500 tokens per extra window
- Zero dependencies at runtime — the hook script uses only
bash+grep+date. Local validation can optionally use Python and ShellCheck
How it works
Every Claude Code session runs a `SessionStart` hook that either:
- REQUIRED — first window in the cooldown win
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11