By live9369
Save and restore assistant role, task state, decisions, progress, blockers, and next steps across Claude Code sessions or model switches using save, resume, update, and status commands.
English | 简体中文
Save and restore agent role, task state, decisions, progress, blockers, and next steps across Cursor sessions, Claude Code sessions, or model switches.
Long agent tasks lose context when you:
Session Handoff writes a structured, verifiable snapshot to
.cursor/state/HANDOFF.md so the next session can continue from documented facts
instead of guessing.
It does not claim to preserve hidden reasoning or full chat history.
| Mode | Description |
|---|---|
| save | Create or replace the handoff file from current work |
| resume | Read handoff, verify repo state, continue from next actions |
| update | Refresh handoff after new progress |
| status | Summarize handoff without modifying files |
Install to .cursor/skills/session-handoff/SKILL.md — see CURSOR.md
Before ending a session:
/session-handoff save context
In a new session:
/session-handoff resume
Install the plugin — see CLAUDE.md
Save:
/session-handoff:session-handoff save current context
Resume:
/session-handoff:session-handoff resume from HANDOFF.md
| Method | Cursor | Claude Code |
|---|---|---|
| Project skill | .cursor/skills/session-handoff/SKILL.md | .claude/skills/session-handoff/ |
| Personal skill | ~/.cursor/skills/session-handoff/SKILL.md | ~/.claude/skills/session-handoff/ |
| Plugin | — | .claude-plugin/plugin.json |
Detailed steps:
git clone <repo-url> session-handoff-skill
cd session-handoff-skill
Cursor — project install:
mkdir -p .cursor/skills
ln -sf "$(pwd)/skills/session-handoff" .cursor/skills/session-handoff
Cursor — personal install:
mkdir -p ~/.cursor/skills
ln -sf "$(pwd)/skills/session-handoff" ~/.cursor/skills/session-handoff
Claude Code plugin test:
claude --plugin-dir "$(pwd)"
session-handoff-skill/
├── .cursor/
│ └── skills/
│ └── session-handoff/
│ └── SKILL.md # → skills/session-handoff/SKILL.md
├── .claude-plugin/
│ ├── plugin.json # Claude Code plugin manifest
│ └── marketplace.json # Marketplace metadata (optional publish)
├── skills/
│ └── session-handoff/
│ └── SKILL.md # Canonical skill source
├── CURSOR.md # Cursor usage guide
├── CLAUDE.md # Claude Code usage guide
├── EXAMPLES.md # Prompt and handoff examples
├── README.md
└── README.zh.md
Path: .cursor/state/HANDOFF.md (in your project, not in this repo)
The file includes sections for role, objective, acceptance criteria, completed work, decisions, files, commands/tests, blockers, open questions, next actions, constraints, and a paste-ready resume prompt.
See EXAMPLES.md for a minimal example.
The same handoff file works in Cursor and Claude Code:
.cursor/state/HANDOFF.md (optional)Never store passwords, tokens, private keys, or API keys in the handoff file. Summarize errors and logs; do not paste large secret-bearing output.
| Document | Description |
|---|---|
| CURSOR.md | Cursor-specific setup and commands |
| CLAUDE.md | Claude Code-specific setup and commands |
| EXAMPLES.md | Sample prompts and handoff templates |
| skills/session-handoff/SKILL.md | Full skill specification |
MIT
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 live9369/session-handoff-skill --plugin session-handoffUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.