From shipshitdev-library
Loads project context from `.agents/memory/` and recent session history at session start or after `/clear`, surfaces open next steps, and activates session-documenter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shipshitdev-library:session-startThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load critical context and recent history at the start of each session or after `/clear`.
Load critical context and recent history at the start of each session or after /clear.
Inputs:
.agents/memory/ and .agents/sessions/ filesOutputs:
Creates/Modifies:
session-documenterExternal Side Effects:
Confirmation Required:
Delegates To:
session-documenter to track the active sessionrules-capture if startup reveals uncaptured preferencesRead the repo's memory files at .agents/memory/. These are the source of truth
for current project context: architecture, deployment state, migrations, known
gotchas, and operating decisions. Apply the staleness and temporary-file checks
defined in the global CLAUDE.md / MEMORY.md before citing any entry.
Read today's session to understand what was already done before /clear:
Read today's session file at .agents/sessions/YYYY-MM-DD.md (where YYYY-MM-DD
is today's date).
If the file exists, it shows tasks completed, decisions made, files changed, mistakes, and next steps. If it doesn't exist yet, this is a fresh session day.
Run the session-documenter skill to track work throughout the session.
After reading memory and the session file, provide a brief confirmation (5-7 bullet points max):
last_verified or status: temporary files)npx claudepluginhub shipshitdev/skillsSaves session summaries, decisions, pending tasks, and auto-loads a briefing on the next session for continuity between Claude Code sessions.
Manages Claude Code session lifecycle: load project context, save checkpoints, and reflect on task progress with validation evidence. Use when starting, resuming, or concluding a session.
Manages cross-session memory persistence by saving work history, decisions, and learned patterns to `.claude/memory/`. Useful for continuing work across sessions.