jstoobz

14 mods across 1 repository, 2 stars between them.

checkin

01

jstoobz/session-kit

Skill Claude CodeCodex

Register the current Claude Code session under Session Kit and pre-allocate the durable archive + ledger that other session-kit skills depend on. Use when the user says "/checkin", "register this session", "set up session kit here", "start a session", or starts working in a scratch / unfilled cwd and wants explicit…

2 1mo ago A 120 tokens

checkpoint

02

jstoobz/session-kit

Skill Claude CodeCodex

Synthesize context from selected chain nodes into a focused starting point. Use when the user says "/checkpoint", "synthesize these sessions", "branch from chain", "cherry-pick sessions", or wants to combine findings from specific past sessions while leaving dead ends behind. Reads archived artifacts from selected…

2 1mo ago A 92 tokens

handoff

03

jstoobz/session-kit

Skill Claude CodeCodex

Generate a HANDOFF.md for sharing investigation results or session context with teammates who weren't involved. Use when the user says "/handoff", "share this with the team", "write up for others", "teammate summary", or needs to create documentation for someone unfamiliar with the session. Unlike /tldr (quick scan)…

2 1mo ago A 87 tokens

hone

04

jstoobz/session-kit

Skill Claude CodeCodex

Capture the session's initial user prompt, analyze its effectiveness, and generate an optimized version. Use when the user says "/hone", "hone my prompt", "capture my prompt", "optimize my prompt", or wants to save and improve the prompt that kicked off the session. Produces HONE.md with the original prompt, analysis…

2 1mo ago A 79 tokens

index

05

jstoobz/session-kit

Skill Claude CodeCodex

Scan $SESSIONKITROOT/manifest.json (default /.stoobz/) for session artifacts and build a searchable index of past work. Use when the user says "/index", "find that session", "list my sessions", "what did I work on", "where was that investigation", or needs to locate a past session by topic or ticket. Supports…

2 1mo ago A 106 tokens

park

06

jstoobz/session-kit

Skill Claude CodeCodex

Park the current session by generating all session artifacts, archiving them to $SESSIONKITROOT/sessions/ / / (default /.stoobz/), and updating the manifest. Use when the user says "/park", "park this session", "wrap up", "I'm done for now", "save everything", or wants to create a complete handoff package before…

2 1mo ago A 132 tokens

persist

07

jstoobz/session-kit

Skill Claude CodeCodex

Save a specific artifact from the current conversation to $SESSIONKITROOT/sessions/ (default /.stoobz/) for future discovery via /index. Use when the user says "/persist", "save this", "keep this", "persist this", "stash this for later", or wants to capture a reference artifact (table, runbook, research doc…

2 1mo ago A 95 tokens

pickup

08

jstoobz/session-kit

Skill Claude CodeCodex

Resume a session by loading prior context from artifacts. Use when the user says "/pickup", "pick up where I left off", "resume", "load context", or starts a new session in a directory that has CONTEXTFORNEXTSESSION.md or TLDR.md files. Reads existing session artifacts and primes Claude with full context so the user…

2 1mo ago A 78 tokens

prime

09

jstoobz/session-kit

Skill Claude CodeCodex

Bootstrap a repository with expert skills and context files for productive Claude sessions. Analyzes codebase architecture, proposes domain-specific expert roles, creates SKILL.md files with references, and wires up feature/debug context loaders. Use when starting in a new repo ("/prime", "bootstrap this repo", "set…

2 1mo ago A 95 tokens

rca

10

jstoobz/session-kit

Skill Claude CodeCodex

Generate investigation artifacts for handing off a root cause analysis to a teammate. Produces INVESTIGATIONSUMMARY.md (human quick-scan), INVESTIGATIONCONTEXT.md (Claude-droppable deep context), and an evidence/ directory with raw artifacts. Use when the user says "/rca", "root cause analysis", "investigation…

2 1mo ago A 115 tokens

relay

11

jstoobz/session-kit

Skill Claude CodeCodex

Generate a CONTEXTFORNEXTSESSION.md that captures everything needed to resume work in a new Claude Code session without re-explaining. Use when the user says "/relay", "save context", "context for next session", "I need to pick this up later", or wants to preserve session state for continuation. Produces a structured…

2 1mo ago A 94 tokens

retro

12

jstoobz/session-kit

Skill Claude CodeCodex

Run a session retrospective analyzing what went well, what took longer than expected, and what to do differently next time. Use when the user says "/retro", "retrospective", "what went wrong", "session review", or wants to reflect on process and effectiveness after a session. Produces RETRO.md with honest assessment…

2 1mo ago A 71 tokens

sweep

13

jstoobz/session-kit

Skill Claude CodeCodex

Interactive cleanup of old Claude Code sessions from the resume picker. Use when the user says "/sweep", "sweep sessions", "too many sessions", "session picker is cluttered", or wants to remove old/unused sessions. Runs an interactive Python script that categorizes and selectively deletes sessions.

2 1mo ago A 63 tokens

tldr

14

jstoobz/session-kit

Skill Claude CodeCodex

Generate a concise TLDR.md summary of the current session's key findings, decisions, and outcomes. Use when the user says "/tldr", "write a tldr", "summarize this session", "create a summary", or wants a shareable document capturing what happened in this conversation. Produces a clean, engineer-friendly markdown file…

2 1mo ago A 81 tokens