Session End.Skill banner
ArtemisAI ArtemisAI

Session End.Skill

Development community

Description

--- name: session-end description: Close a session cleanly by running tests, committing, updating all state files, and appending a handoff entry to claude-progress.txt. tier: T2 allowed-tools: - bash - read_file - write_file - git_commit - git_status - git_diff --- # Skill: session-end ## Purpose Leave the codebase in a clean, fully documented state so the next agent session — on any provider — can resume without confusion. ## Invocation - Claude Code: `/session-end` - All others:

Installation

Installs to ~/.claude/skills/artemisai-harness_engineering-session-end.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemisai-harness_engineering-session-end.skill && curl -fsSL https://raw.githubusercontent.com/ArtemisAI/Harness_Engineering/HEAD/skills/session-end.skill.md -o ~/.claude/skills/artemisai-harness_engineering-session-end.skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository