Sreedhara GS
1e226ba556
feat(skill): ck — context-keeper v2, persistent per-project memory
...
Adds the ck (Context Keeper) skill — deterministic Node.js scripts
that give Claude Code persistent, per-project memory across sessions.
Architecture:
- commands/ — 8 Node.js scripts handle all command logic (init, save,
resume, info, list, forget, migrate, shared). Claude calls scripts
and displays output — no LLM interpretation of command logic.
- hooks/session-start.mjs — injects ~100 token compact summary on
session start (not kilobytes). Detects unsaved sessions, git
activity since last save, goal mismatch vs CLAUDE.md.
- context.json as source of truth — CONTEXT.md is generated from it.
Full session history, session IDs, git activity per save.
Commands: /ck:init /ck:save /ck:resume /ck:info /ck:list /ck:forget /ck:migrate
Source: https://github.com/sreedhargs89/context-keeper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 16:30:39 +09:00
..
2026-03-21 18:10:05 -07:00
2026-03-04 14:48:06 -08:00
2026-03-04 14:48:06 -08:00
2026-03-04 14:48:06 -08:00
2026-03-16 13:35:31 -07:00
2026-03-10 20:53:39 -07:00
2026-02-23 19:00:57 +03:00
2026-03-20 00:20:25 -07:00
2026-02-27 05:50:23 -08:00
2026-03-21 18:10:05 -07:00
2026-02-23 19:00:57 +03:00
2026-03-23 04:31:17 -07:00
2026-03-10 19:23:00 -07:00
2026-03-23 04:31:17 -07:00
2026-03-16 14:03:40 -07:00
2026-03-23 04:31:17 -07:00
2026-03-10 21:13:55 -07:00
2026-03-27 16:30:39 +09:00
2026-03-12 14:49:05 -07:00
2026-03-16 13:35:50 -07:00
2026-03-22 15:40:55 -07:00
2026-02-23 19:00:57 +03:00
2026-03-20 00:20:20 -07:00
2026-02-23 19:00:57 +03:00
2026-03-10 20:53:39 -07:00
2026-03-16 13:35:23 -07:00
2026-02-27 05:50:23 -08:00
2026-02-23 19:00:57 +03:00
2026-03-20 00:20:23 -07:00
2026-03-04 14:48:06 -08:00
2026-03-04 14:48:06 -08:00
2026-03-24 23:08:27 -04:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-03-03 12:32:35 -08:00
2026-03-14 12:55:25 -07:00
2026-03-10 21:07:36 -07:00
2026-03-16 13:35:44 -07:00
2026-03-22 15:40:53 -07:00
2026-03-12 14:49:05 -07:00
2026-02-23 19:00:57 +03:00
2026-03-23 04:31:17 -07:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-03-21 18:10:05 -07:00
2026-02-23 19:00:57 +03:00
2026-03-16 14:03:40 -07:00
2026-02-23 19:00:57 +03:00
2026-03-10 21:07:36 -07:00
2026-03-04 14:48:06 -08:00
2026-03-04 14:48:06 -08:00
2026-03-14 12:55:25 -07:00
2026-03-14 12:55:25 -07:00
2026-03-20 06:40:28 -07:00
2026-02-24 14:39:25 +09:00
2026-02-23 19:00:57 +03:00
2026-03-03 12:32:35 -08:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-03-10 21:13:55 -07:00
2026-02-27 05:50:23 -08:00
2026-02-27 05:50:23 -08:00
2026-03-09 22:49:43 -07:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-03-10 20:53:39 -07:00
2026-03-10 21:25:52 -07:00
2026-03-10 21:25:52 -07:00
2026-03-10 21:25:52 -07:00
2026-03-12 23:53:23 -07:00
2026-03-16 13:35:23 -07:00
2026-03-16 13:35:23 -07:00
2026-03-16 13:35:23 -07:00
2026-03-16 13:35:23 -07:00
2026-02-24 14:39:25 +09:00
2026-03-10 21:07:36 -07:00
2026-02-27 05:50:23 -08:00
2026-03-16 13:35:11 -07:00
2026-03-04 14:48:06 -08:00
2026-03-16 14:03:40 -07:00
2026-03-21 18:10:05 -07:00
2026-03-20 04:44:31 -07:00
2026-03-10 20:42:54 -07:00
2026-03-10 20:42:54 -07:00
2026-03-10 20:42:54 -07:00
2026-03-21 18:10:05 -07:00
2026-03-03 12:32:35 -08:00
2026-03-23 04:31:17 -07:00
2026-03-10 21:07:36 -07:00
2026-02-23 19:00:57 +03:00
2026-03-12 23:40:02 -07:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-03-19 20:49:34 -07:00
2026-03-10 21:07:36 -07:00
2026-03-04 14:48:06 -08:00
2026-02-23 19:00:57 +03:00
2026-03-10 21:13:55 -07:00
2026-03-20 01:44:55 -07:00
2026-03-20 00:29:17 -07:00
2026-03-16 13:34:25 -07:00
2026-03-23 04:31:17 -07:00
2026-03-22 15:41:04 -07:00
2026-02-28 10:06:43 -08:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-03-22 21:51:49 -07:00
2026-03-10 20:15:38 -07:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-03-12 14:49:05 -07:00
2026-02-23 19:00:57 +03:00
2026-02-24 14:39:25 +09:00
2026-02-23 19:00:57 +03:00
2026-02-17 17:04:31 +02:00
2026-02-23 19:00:57 +03:00
2026-03-16 13:35:38 -07:00
2026-02-23 19:00:57 +03:00
2026-03-12 14:49:05 -07:00
2026-03-21 18:10:05 -07:00
2026-02-20 16:25:23 +08:00
2026-03-12 15:07:57 -07:00