Produce a compact, zero-context handoff for the current Codex or Pi work and, after user confirmation, save it to the active task conclusion or a new task summary file. Use when the user asks to preserve progress for a later session.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add btseytlin/ultrapack --skill summary --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Summary?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/btseytlin-summary)More formats (shields.io, HTML) on the badges page.
---
name: summary
description: Produce a compact, zero-context handoff for the current Codex or Pi work and, after user confirmation, save it to the active task conclusion or a new task summary file. Use when the user asks to preserve progress for a later session.
---
# Handoff summary
Use this as the Codex and Pi equivalent of `/up:summary`. Work from the current conversation, task file, git state, and repository; do not assume a Claude JSONL transcript exists.
1. Find the most recently modified in-flight file in `docs/tasks/*.md`, if one exists.
2. Draft a concise handoff with: Goal, Problem, Current state, Active blocker, Key files, What to do next, and Gotchas. Include only facts not obvious from the code or git history.
3. Show the draft verbatim and ask the user whether to append it under `## Conclusion` in the active task file or create `docs/tasks/summary-<slug>.md`. If there is no active task, offer only the new-file destination.
4. Write only after the user chooses. Keep paths, commands, evidence, and unresolved decisions concrete.
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...