📝
AutomationTypeScript

Session End

by puritysb

Session End is an Automation skill for Claude Code, published by puritysb in AgentDeck.

219 stars42 forkson puritysb/AgentDeckAdded 2026/09/04+2% in starsRepository updated 2026/09/04
ai-agentsandroidclaude-codedeveloper-toolsesp32hardwareiotmonorepostream-deckswiftui
Install in seconds
Install Session End
Copy Session End into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/puritysb/AgentDeck/tree/master/.agents/skills/session-end ~/.claude/skills/session-end

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/puritysb/AgentDeck.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/session-end/SKILL.md in puritysb/AgentDeck
Installs to
~/.claude/skills/session-end
Collection
One of 5 skills cataloged from this repository
Category
Automation1860 skills

What Session End does

Session End helps wrap up a Codex or AgentDeck session by summarizing work, checking changed files, and preparing a concise handoff. Use it before `/clear`, `/new`, or switching tasks so the next session can continue quickly.

Session End is cataloged under Automation on DirSkills. Session End comes from a repository tagged ai-agents, android, claude-code, developer-tools and esp32.

Documentation

README

Session End

Use this skill at the end of a work session, before /clear, /new, switching tasks, or handing work to another Codex/Claude session.

Purpose

Produce a concise handoff that lets the next session continue without rereading the whole transcript. Separate temporary handoff notes from durable project knowledge.

Workflow

  1. Read CLAUDE.md and the top of DEVELOPMENT_LOG.md.
  2. Inspect the current work state:
git status --short
git diff --stat

This is the opening of the README. Read the full README on GitHub.

Commands Session End provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /clear
  • /new
  • /compact

Frequently asked about Session End

  • What else does puritysb publish alongside Session End?

    Session End is one of 5 skills that DirSkills catalogs from puritysb/AgentDeck, the repository it ships in. Its siblings there include AgentDeck Deploy, AgentDeck Diagnostics and AgentDeck Workflows. Each one is a separate skill with its own page in this directory, installs the same way Session End does, and is maintained by puritysb in that same repository. The rest of the collection is listed on the puritysb/AgentDeck page.

  • How does Session End compare to other Automation skills?

    Session End ranks #1627 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Session End against them. Open each page to compare what they document and how they install.