dwivedi-ai/ultimate-work

2Stars on the repository
5Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

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