Manage long development sessions with structured progress tracking. Creates SESSION.md files for multi-session handoff, checkpoints progress with WIP commits, and captures learnings to CLAUDE.md. Trigger with 'start session', 'checkpoint', 'wrap session', 'resume session', or 'context getting full'.
Manages multi-session development work with structured progress files, checkpoint commits, and durable learnings.
npx claudepluginhub jezweb/claude-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/compaction-survival.mdreferences/session-template.mdManage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions.
When: Beginning multi-step work, "start session", "new session for [feature]"
SESSION.md already exists in the project root
git branch --show-currentWhen: "checkpoint", major milestone reached, before risky changes, context getting large
git add -A && git commit -m "WIP: [what was accomplished]"
When: "resume", "continue from last session", "where were we", start of a new conversation
SESSION.md — if missing, inform user and offer to start a new sessionCLAUDE.md for contextgit log --oneline [checkpoint-hash]..HEAD
git statusWhen: "wrap session", "done for now", "save progress", ending a session
| Scenario | Use this skill? |
|---|---|
| Multi-phase feature spanning 2+ sessions | Yes |
| Work that might hit context compaction | Yes |
| Before making risky or destructive changes | Yes (checkpoint first) |
| Quick bug fix or single-file edit | No |
| Single-session task with clear scope | No |
src/auth.ts:42, implement token refresh" beats "Continue auth work"| When | Read |
|---|---|
| Creating a new SESSION.md | references/session-template.md |
| Context compaction tips, what survives | references/compaction-survival.md |
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.