LevNas

10 mods across 1 repository, 3 stars between them.

ccmemo

01

LevNas/ccmemo

Plugin Claude Code

Persist knowledge and plans across Claude Code sessions. Provides /record-knowledge, /plan-task, /review-knowledge, and /recall-knowledge skills.

3 15d ago A tokens not measured original MIT

UserPromptSubmit

02

LevNas/ccmemo

Hook

Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit_knowledge_search.sh via bash. From LevNas/ccmemo.

3 15d ago A tokens not measured original MIT

Stop

03

LevNas/ccmemo

Hook

Runs when the agent finishes a response, executing stop_context_guard.py via python3. From LevNas/ccmemo.

3 15d ago A tokens not measured original MIT

PreCompact

04

LevNas/ccmemo

Hook

Runs before the context is compacted, executing precompact_checkpoint.py via python3. From LevNas/ccmemo.

3 15d ago A tokens not measured original MIT

SessionEnd

05

LevNas/ccmemo

Hook

Runs when a session ends, executing sessionend_tasks_mirror.py and sessionend_autocommit.py via python3 (2 commands). From LevNas/ccmemo.

3 15d ago A tokens not measured original MIT

PostToolUse

06

LevNas/ccmemo

Hook

Runs after a tool call finishes for Write and Edit tool calls, executing postwrite_redact_entries.py, posttooluse_context_writer.py and postwrite_check_md_links.py via python3 (3 commands). From LevNas/ccmemo.

3 15d ago A tokens not measured copy · 75% MIT

plan-task

07

LevNas/ccmemo

Skill Claude CodeCodex

Persist multi-step plans and task progress across Claude Code sessions. Use when starting work that may span multiple sessions, resuming incomplete plans, or updating task progress. Supports two modes: Git-tracked (shared via commits) and Issue-centric (issue tracker as primary source of truth, local scratchpad for…

3 15d ago A 65 tokens original MIT

recall-knowledge

08

LevNas/ccmemo

Skill Claude CodeCodex

Recall knowledge base entries by meaning, not just keywords — hybrid search (lexical ripgrep + local vector embeddings + see-link graph) over .claude/knowledge/entries/. Use when looking for prior knowledge, decisions, pitfalls, or context that may be worded differently from the query (e.g. a Japanese query vs English…

3 15d ago A 126 tokens original MIT

record-knowledge

09

LevNas/ccmemo

Skill Claude CodeCodex

Record tacit knowledge — quirks, pitfalls, dependencies, decisions, root causes — as tagged Markdown entries in .claude/knowledge/entries/. Use this skill whenever discoveries are made during work, when the user shares undocumented system behavior, or at plan completion to capture lessons learned. Also use when Claude…

3 15d ago A 92 tokens original MIT

review-knowledge

10

LevNas/ccmemo

Skill Claude CodeCodex

Review and maintain the knowledge base — find stale entries, orphan entries without connections, missing links between related entries, and generate topic summaries. Supports the "internalization" phase of knowledge management by surfacing knowledge for periodic review and reflection.

3 15d ago A 51 tokens original MIT