Results for “session-continuity”
16 skillsloki
Maintains a working memory file for AI agents, tracking active goals, completed tasks, performance metrics, blockers, and key decisions across sessions.
0 · bundle
tc-tracker
Track code changes with structured JSON records, an enforced state machine, and a session handoff format for AI continuity.
20.4k · bundle
More results
nemo-rl-session-memory
Maintain durable session memory across agent disconnects by writing structured checkpoints to the repo's session directory, enabling context recovery.
2.2k · bundle
session-memory
Maintains a persistent session memory across Claude sessions by loading project state at startup, capturing errors and decisions during work, and writing structured handoff summaries at session end.
2 · bundle
focus-guard
Keeps long AI sessions on track by tracking decisions, detecting scope creep, and flagging drift before it costs work.
10 · bundle
nanoclaw-repl
Operate and extend NanoClaw v2, a zero-dependency session-aware REPL built on Claude's -p mode.
226k
mem-search
Search and retrieve past work from claude-mem's persistent cross-session memory database using a three-layer workflow: search, timeline, and fetch.
codex-session-history
Search locally saved Codex session history stored in SQLite and session_index.jsonl, with filters for provider, time range, and archived status.
0 · bundle
session-bootstrap
Start-of-session routine — load context, check state, suggest next task. Use at the beginning of a fresh session or after a context reset.
1
new-session
Generates a copy-paste handoff prompt for starting a new session by collecting current session context, project files, and git state.
0
reflect
Generates a structured post-task reflection capturing surprises, patterns, prompt improvements, and gotchas, writing it to a markdown file without modifying project rules.
0
catchup
Quickly refreshes project state when resuming work by reporting git status, recent commits, environment, memory staleness, pending tasks, and red flags.
0
session-start
At the start of a session, reads the session baton file to restate the goal and next task, and opens any doc listed under "Read first" before confirming the next step with the user.
0
nanoclaw-repl
Operate and extend NanoClaw v2, a zero-dependency session-aware REPL built on claude -p, with commands for model switching, skill loading, session branching, search, compaction, export, and metrics.
0
syke
Provides cross-harness memory for agents by maintaining a local memex and offering commands to query, record, and check status across sessions.
58 · bundle
handoff
Creates or resumes a HANDOFF.md so a fresh Claude Code session can continue work without repeating dead ends, with strict anti-hallucination verification.
24 · bundle