ij5a

10 mods across 1 repository, 7 stars between them.

subrosa

01

ij5a/subrosa

Plugin Claude Code

Persistent, private memory for Claude Code — what's said under the rose stays under the rose.

7 yesterday A tokens not measured original MIT

subrosa

02

ij5a/subrosa

Plugin Claude Code

Persistent, private memory for Claude Code — every session archived into a local, searchable SQLite database. What's said under the rose stays under the rose.

7 yesterday A tokens not measured original MIT

subrosa CLAUDE.md

03

ij5a/subrosa

Instructions file

Instructions for ij5a/subrosa, covering claude.md: subrosa, how it fits together, module map (src/), invariants and working on it.

7 yesterday A 3,647 tokens original MIT

SessionStart

04

ij5a/subrosa

Hook

Runs when a session starts, executing run.sh. From ij5a/subrosa.

7 yesterday A tokens not measured original MIT

SessionEnd

05

ij5a/subrosa

Hook

Runs when a session ends, executing run.sh. From ij5a/subrosa.

7 yesterday A tokens not measured original MIT

UserPromptSubmit

06

ij5a/subrosa

Hook

Runs when you submit a prompt, before the agent sees it, executing run.sh. From ij5a/subrosa.

7 yesterday A tokens not measured original MIT

PreCompact

07

ij5a/subrosa

Hook

Runs before the context is compacted, executing run.sh. From ij5a/subrosa.

7 yesterday A tokens not measured copy · 86% MIT

Stop

08

ij5a/subrosa

Hook

Runs when the agent finishes a response, executing run.sh. From ij5a/subrosa.

7 yesterday A tokens not measured original MIT

checkpoint-backlog

09

ij5a/subrosa

Skill Claude CodeCodex

Checkpoint the ended Claude Code sessions waiting in subrosa's queue. Reads the pending-checkpoint queue and, for each queued past session, extracts durable facts into that project's memory (leaf files + facts database + regenerated MEMORY.md), then clears it from the queue. Run it at session start when there's a…

7 yesterday A 74 tokens original MIT

checkpoint

10

ij5a/subrosa

Skill Claude CodeCodex

Flush durable facts from the current conversation into subrosa's memory before /clear or /compact. Scans the session for user, feedback, project, and reference items; writes or updates leaf memory files and the facts database, then regenerates the byte-budgeted MEMORY.md; soft-archives stale entries; reports a short…

7 yesterday A 75 tokens original MIT