dwivedi-ai

5 mods across 1 repository, 2 stars between them.

memory-archivist

01

dwivedi-ai/ultimate-work

Agent Claude Code

Use whenever the main agent needs to recall past work — episodes, prior sessions, decisions, or past artifacts — from inside .xo/. Keeps heavy reads off the main thread and returns only distilled, relevant context. Invoke when the user references prior work ("continue", "the bug from yesterday", "what we discussed")…

2 3mo ago A 83 tokens

session-closer

02

dwivedi-ai/ultimate-work

Agent Claude Code

Use at the end of every session — when the user signals stop ("done", "wrap up", "good for today") or a natural close is detected. Runs the full session-close ritual: writes session.md, distills semantic memory, promotes artifacts, updates WORKSPACE.md, runs cheap compression, wipes working memory. Always dispatch…

2 3mo ago C 0 tokens

skill-finder

03

dwivedi-ai/ultimate-work

Agent Claude Code

Use when the main agent is about to perform a recurring workflow (deploy, release, migration, code review, debugging recipe) and may have a procedural skill stored in .xo/memory/procedural/ or .xo/skills/. Returns the matching skill verbatim or a clear "no skill found".

2 3mo ago A 65 tokens

dwivedi-ai/ultimate-work

Instructions file CodexOpenCode

AGENTS.md instructions for dwivedi-ai/ultimate-work, covering agents.md, stable prefix (auto-loaded), boot ritual, during-session rules and memory writing discipline.

2 3mo ago A 1,803 tokens