From continuity
Hand off work between Claude Code sessions (or to a human), and pick up handoffs left for you. Use when you're stopping mid-task, when work belongs in another session's lane, or at task start to check whether a pending handoff already covers what you're about to do.
How this skill is triggered — by the user, by Claude, or both
Slash command
/continuity:handoffsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A handoff is a structured transfer of in-flight work: enough context and state for
A handoff is a structured transfer of in-flight work: enough context and state for another session (or a human) to continue cleanly.
At task start: call handoff_pending to see if something is already waiting
for you. A pending handoff may be exactly the work you were about to start — if
so, handoff_accept it instead of duplicating.
When you stop mid-task or hand work off: call handoff_create. Target a
specific session (to_session_id) or broadcast (omit it). Put enough in state
(branch name, files touched, links, pending decisions) and
suggested_next_actions that the receiver doesn't have to reverse-engineer where
you were.
When you finish handed-off work: handoff_complete it.
handoff_pending — handoffs waiting for you.handoff_create — hand off work (targeted or broadcast).handoff_accept — take ownership of a pending handoff.handoff_complete — mark a handoff done.npx claudepluginhub uziiuzair/continuity-mcp --plugin continuityProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.