cc-skill:close-session
Claude Code skill · anthropic · active
Wraps up your Claude Code session in three organized steps: reflecting on what happened and what's left to do, tidying up your code and git state, and preparing clear notes for your next session. It ensures nothing gets lost and your codebase stays clean.
Anyone working on a codebase across multiple sessions who wants to avoid losing context or leaving the code in a messy state.
When you say you're done for the day, ready to wrap up, or want to close out the session. Phrases like 'close session', 'wrap up', 'we're done', or '/close' trigger it.
- "Let's close out this session."
- "We're done for today. Close session."
- "Wrap up everything we did and prepare for next week."
You'll see three clear sections covering what happened, what's ready to go, and what to do next. The repo is clean, tests run successfully, and you have a one-paragraph note ready for your next work session.
Deploy this skill
no laptop requiredRun this skill on a schedule in the cloud. Pipe output to Telegram, email, or any webhook. Every run is logged here with full output, cost, and thumbs feedback.
How this performs
Cloud-automation runs, real outputs, and feedback.
No cloud runs yet for this skill.
Once you deploy it (above), every run will show up here with the actual output, exact cost, and a thumbs button so you can rate quality over time.
Claude Code skill at /Users/olanrewajukareem/.claude/skills/close-session/SKILL.md. Auto-triggered by description matching when you type in Claude Code, OR embedded into agent system prompts (LeadFlow framework skills are wired this way). Auto-synced from disk every 6h via launchd.
Use this skill when the user wants to wrap up, end, or close out a Claude Code session cleanly. Triggers on "/close", "close session", "wrap up", "end of session", "session done", "let's close out", "we're done for today". Runs a three-phase shutdown
Local Claude Code use (optional)
Install the SKILL.md file locally so this skill is available the next time you open Claude Code on your Mac. Most users skip this and just use cloud deployments above.
Save this skill to ~/.claude/skills/close-session/SKILL.md so Claude Code auto-loads it whenever its description matches your prompt.
{
"source": "global",
"description": "Use this skill when the user wants to wrap up, end, or close out a Claude Code session cleanly. Triggers on \"/close\", \"close session\", \"wrap up\", \"end of session\", \"session done\", \"let's close out\", \"we're done for today\". Runs a three-phase shutdown — Retrospective, Housekeeping, Close — so nothing important leaks out of context, the repo is left tidy, and the next session can pick up cleanly."
}{
"method": "embed_in_prompt",
"skill_path": "/Users/olanrewajukareem/.claude/skills/close-session/SKILL.md"
}That means either: (a) the system has not had a task that matched its strengths, (b) a more cost-effective alternative was picked by the router, or (c) the related automation is toggled OFF on /automations. The Recommender reviews idle tools weekly and may suggest killing it.