Wrap up the current session by writing a short HANDOFF.md in the project folder, so the next session can resume quickly. Use when the user says done, wrap up, close this out, or capture the session.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add chrisblattman/claudeblattman --skill done --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Done?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/chrisblattman-done)More formats (shields.io, HTML) on the badges page.
---
name: done
description: Wrap up the current session by writing a short HANDOFF.md in the project folder, so the next session can resume quickly. Use when the user says done, wrap up, close this out, or capture the session.
---
# Done
Close the session by capturing where things stand.
## Workflow
1. Review what changed this session, what was decided, and what comes next.
2. Overwrite `./HANDOFF.md` in the current project folder with a snapshot of 30 lines or fewer, using these sections:
- **Status** — where the work stands right now
- **Next steps** — the first concrete things to do next session
- **Key files** — the paths that matter, each with a one-line note
- **Decisions** — choices made this session, and briefly why
3. Show the user what you wrote.
Replace the whole file each time — `HANDOFF.md` is a current-state snapshot, not a log. Do not append dated entries.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...