Atlas Session Stop
Gated session close/pause/verify flow with checkpoint files, PR creation, and optional bounty settlement.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 534cc51
Only functions once the plugin's separate Python MCP server is installed and registered - copying the SKILL.md alone gives you a document that references tools (session_read_context, contract_settle, etc.) that don't exist yet; full bounty settlement additionally needs a running AtlasCoin service and, per src/atlas_session/license.py, a Pro license for some paths.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 4/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Atlas Session Stop does
Closes out a coding session behind a mandatory user confirmation gate: harvests promotable content, writes a timestamped checkpoint, runs a verification pass, opens a PR, and optionally settles a local AtlasCoin bounty through a separate finality agent so the same agent never grades its own work. Triggers on session-ending language like /stop, wrap up, done for the day, or verify.
How to install Atlas Session Stop
git clone https://github.com/anombyte93/atlas-session-lifecycle
cd atlas-session-lifecycle
mkdir -p ~/.claude/skills
cp -r skills/stop ~/.claude/skills/atlas-session-stop
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Atlas Session Stop
-
/atlas-session-stopGated session close/pause/verify flow with checkpoint files, PR creation, and optional bounty settlement.
It also activates on plain-language prompts like these:
-
I'm done for the day, wrap up this session and open a PR -
Checkpoint this session and verify everything before we stop -
Pause here, save a checkpoint and settle the bounty for this session
Frequently asked questions
- Is the Atlas Session Stop skill free?
- Yes. The skill itself is free from anombyte93/atlas-session-lifecycle. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Atlas Session Stop work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Only functions once the plugin's separate Python MCP server is installed and registered - copying the SKILL.md alone gives you a document that references tools (session_read_context, contract_settle, etc.) that don't exist yet; full bounty settlement additionally needs a running AtlasCoin service and, per src/atlas_session/license.py, a Pro license for some paths.
- What is the Atlas Session Stop SkillProof Score?
- 7.6/10 — installs cleanly 4/5, triggers reliably 4/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Atlas Session Stop?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Atlas Session Stop with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.