From tipi
Pick up where the last session left off — loads latest handoff, opens its files_changed in VS Code, seeds a Claude Code session with the right cowork-paths profile. The "where was I?" compounding move.
npx claudepluginhub jackreis/vs-tipi --plugin tipiThis skill uses the workspace's default tool permissions.
Ends the "where was I?" problem every time Jack sits down. Reads the latest handoff file and re-hydrates the environment around it.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Ends the "where was I?" problem every time Jack sits down. Reads the latest handoff file and re-hydrates the environment around it.
~/Documents/=notes/claude/mcp-coordination/state/session-handoffs/ (by mtime).files_changed, next_actions, branch, worktree, verification_commands.files_changed in VS Code (use code CLI — absolute paths required).~/Documents/=notes/claude/config/cowork-paths.json):
infrastructure profilehealth profilejob-search profiledefaultbranch: is specified and not currently checked out. If worktree: is specified, cd into it.verification_commands to confirm the world hasn't broken since last session.next_actions automatically — that's the user's call.When this skill works smoothly, "sitting down at the computer" becomes a ~5-second operation instead of a 5-minute context-rebuild. That's the real value of the tipi / vs-tipi stack — not the agents, but this ritual.