Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/anombyte93/atlas-session-lifecycle/claude-mdgit clone --depth 1 https://github.com/anombyte93/atlas-session-lifecycleWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/anombyte93/atlas-session-lifecycle/claude-md)<a href="https://agentmods.dev/instructions/anombyte93/atlas-session-lifecycle/claude-md"><img src="https://agentmods.dev/badge/instructions/anombyte93/atlas-session-lifecycle/claude-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01678 | $0.01678 |
| Opus 5 | $0.00839 | $0.00839 |
| Sonnet 5 | $0.00336 | $0.00336 |
| Haiku 4.5 | $0.00168 | $0.00168 |
Grade C, and why
atlas-session-lifecycle CLAUDE.md scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://raw.githubusercontent.com/anombyte93/atlas-session-lifecycle/main/install.sh | bash Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://raw.githubusercontent.com/anombyte93/atlas-session-lifecycle/main/install.sh | bash How it starts
The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
Project: Atlas Session Lifecycle Goal: MCP server for AI session lifecycle management — persistent memory, soul purpose tracking, and contract verification for Claude Code Stack: Python 3.10+, FastMCP, FastAPI, HTMX, TailwindCSS, Playwright, pytest
Architecture
Modular Monolith Design
The MCP server (src/atlas_session/server.py) is a single FastMCP application with three tool domains:
- Session tools (
session/): Session lifecycle management (init, validate, read_context, harvest, archive, check_clutter, cache/restore_governance) - Contract tools (
contract/): Bounty creation and verification with executable test criteria - Stripe tools (
stripe/): License and payment processing (optional)
Key pattern: Stateless tools with file-based state management. All state lives in session-context/ directories.
MCP Tool Registration
FastMCP tools are registered via decorator functions in each domain's tools.py. The server entry point aggregates all domains:
session_tools.register(mcp)
contract_tools.register(mcp)
stripe_tools.register(mcp)
Deterministic Operations
Session operations use JSON-outputting subcommands in session/operations.py. Each operation returns structured JSON that the skill layer (SKILL.md) interprets.
Contract/Bounty System
- Contracts define executable test criteria at creation time
- Verification just runs tests — no subjective judgment required
- Criteria types:
shell,context_check,file_exists,git_check - Local
session-context/contract.json+ optional AtlasCoin remote bounty
Development Commands
Testing
# Run all tests
pytest tests/
# Run specific test suite
pytest tests/unit/
pytest tests/integration/
pytest tests/e2e/
# Run with coverage
pytest tests/ --cov=atlas_session --cov-report=html
# Run single test file
pytest tests/unit/test_session_operations.py -v
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 257 lines · 1,678 tokens per session scan C 30c899a03fb9
atlas-session-lifecycle CLAUDE.md is an instructions file published in the GitHub repository anombyte93/atlas-session-lifecycle (88 stars, last pushed 1mo ago), licensed MIT. It adds 1,678 tokens to every session, about $0.0084 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
vibe-coding-prompt-template backend.instructions.md
Instructions for KhazP/vibe-coding-prompt-template: Read AGENTS.md, agentdocs/techstack.md, and agentdocs/codepatterns.md.
Library-First-Engineering copilot-instructions.md
Instructions for StChiotis/Library-First-Engineering: You are an AI agent operating in a Library-First Engineering (LFE) repository. This adapter is a pointer. Canonical rules live in human-readable docs.
festival GEMINI.md
Gemini CLI instructions for Obedience-Corp/festival: Festival is a goal-oriented project management methodology for human and AI development workflows, driven by the fest and camp CLIs, installed and kept in sync by a third tool, festival. The skills imported below describe how to plan and execute festivals. Load them…
unity-ai-workflow CLAUDE.md
Instructions for devdavv/unity-ai-workflow, covering unity ai workflow, workspace layout, project config, dev modes and non-negotiable rules.
daily-watchlist CLAUDE.md
Instructions for Benboerba620/daily-watchlist: This file is the source protocol for the Daily Watchlist workflow. Hypothesis Tracker is bundled in this repository as the thesis/evidence layer.
claude-code-orchestration-template CLAUDE.md
Claude Code instructions for jeroromano/claude-code-orchestration-template, covering orchestration policy, model routing, delegation, review gate (manual, branch-level) and risk paths (fill in - replace with yours).