By amit152116
Session state tracking across coding, research, planning, and analysis sessions
Saves current session state to a timestamped handoff file. New sessions silently create a new file; resumed sessions update the loaded file. Use when user runs /checkpoint, says "save session state", "write a checkpoint", "save progress", "I need to stop", "I'm done for now", "wrapping up", "taking a break", "log my progress", "capture where we are", or any variation of pausing/ending a work session. When in doubt, trigger — it's non-destructive.
Shows what happened since the last checkpoint by comparing current conversation activity against the active handoff file. Use when user runs /handoff-diff, asks "what changed since checkpoint", "what's new since last save", or "diff since handoff".
View, search, or append facts to the project knowledge base (SQLite). Two tiers: session-specific facts and project-wide (global) facts. Use when user runs /knowledge, says "save this", "add to knowledge base", "remember that X", "what do we know about X", "search knowledge for X", or "save this finding/fact/decision/config".
Lists all saved checkpoints and restores chosen session state with lazy knowledge loading. Use when user runs /resume, says "resume from checkpoint", "continue last session", "what were we doing", or "load session state".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub amit152116/claude-kit --plugin session-continuityFeature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform