Skip to content

LodeAgentic coding's persistent memory

Capture the why. Compound it into reports, reviews, and decision roadmaps.

Lode

Skills

Each skill maps to a habit you already have. Activate it with a namespaced command.

SkillWhenWhat it does
/lode:cold-start-interviewFirst runCreates ~/.lode/config.yaml with vault path, project identity, and report preferences
/lode:recallSession startRecalls recent decisions, risks, open questions, and relevant docs
/lode:captureEvery wrap-upClassifies session archetype, captures decision/repair depth, indexes artifacts
/lode:dailyDaily, on demandUpdates Obsidian daily notes from raw entries and git history
/lode:weeklyWeekly, on demandBuilds weekly outline from raw entries with conditional hard-stuff section
/lode:monthlyMonthly, on demandGenerates monthly review and candidate rules from repeated evidence
/lode:roadmapOn demandGenerates narrative decision roadmap with accumulating risks

The Habit Loop

text
开工 (recall) → 实现探索 (work) → 收工 (capture) → 周期复盘 (review)

Weekly, monthly, and roadmap outputs are compounding layers on top of that loop. Skills are independent — each works on its own, but they share one local storage convention so downstream reports reuse earlier context.

Install

bash
# Codex Git-backed marketplace
codex plugin marketplace add KKenny0/Lode

# CLI verification
npx @lode/cli doctor

Then run /lode:cold-start-interview once. Say 开工 at the start of a session, 收工 at the end.

No vault? No problem — 收工 outputs structured Markdown directly in the conversation.

Released under the MIT License.