From skillz
Use when ending an AI-agent work session, switching tools (e.g. Cursor to Claude Code), or handing work to a teammate. Produces a self-contained handoff note so the next agent or person can resume without re-reading the whole codebase — covering goal, state, decisions, open threads, and exact next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillz:agent-handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Make AI-agent work resumable. Context is lost between sessions, tools, and people, which causes rework and contradictory changes. This skill captures just enough state — goal, what changed, why, what's left — so the next agent or human can pick up cleanly.
Make AI-agent work resumable. Context is lost between sessions, tools, and people, which causes rework and contradictory changes. This skill captures just enough state — goal, what changed, why, what's left — so the next agent or human can pick up cleanly.
Use at the end of a work session, before switching between AI tools, when pausing a long task, or when transferring ownership to someone else. Also use when a task is blocked and needs a different agent or person to continue.
Good: "Goal: add CSV export to reports. State: export works for the summary table on dev (commit a1b2c3); detail-table export is stubbed and untested. Decision: reused services/export.py rather than a new module. Next: 1) implement export_detail(), 2) wire the button in reports.html, 3) run pytest tests/test_export.py. Verify: open /reports, click Export, expect a 2-sheet file."
Bad: "Did some work on exports, mostly done, continue where I left off."
npx claudepluginhub tanveerriaz/skillz --plugin skillzProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.