atlas-session-lifecycle

atlas-session-lifecycle is a plugin for Claude Code from anombyte93/atlas-session-lifecycle. Its manifest loads nothing; the 6 skills it bundles cost 323 tokens per session together, scanned A, original, MIT.

A session-management add-on for agent teams that tracks work across coding sessions and connects completed work to AtlasCoin bounties. AtlasCoin is the service named in its configuration for tracking and settling those bounties.

In plain words
What is it for?
Use it when initializing projects, preserving session memory, coordinating agent teams, managing session context, and checking or settling AtlasCoin bounty work.
Why use it?
It addresses the problem of losing project context between sessions and provides a defined place to verify and settle bounty-related work.

Plugin for Claude Code

Install

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.

Claude Code
/plugin marketplace add anombyte93/atlas-session-lifecycle
agentmods
npx agentmods add plugins/anombyte93/atlas-session-lifecycle/atlas-session-lifecycle
Clone the repo
git clone --depth 1 https://github.com/anombyte93/atlas-session-lifecycle

Made for: Claude Code.

Wrote 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.

agentmods badge for atlas-session-lifecycle

README.md
[![agentmods](https://agentmods.dev/badge/plugins/anombyte93/atlas-session-lifecycle/atlas-session-lifecycle.svg)](https://agentmods.dev/plugins/anombyte93/atlas-session-lifecycle/atlas-session-lifecycle)
Your own site
<a href="https://agentmods.dev/plugins/anombyte93/atlas-session-lifecycle/atlas-session-lifecycle"><img src="https://agentmods.dev/badge/plugins/anombyte93/atlas-session-lifecycle/atlas-session-lifecycle.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 6 skills cost 323 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

atlas-session-lifecycle scanned grade A with 0 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/plugin.json · 34 lines

What it actually says

{
  "name": "atlas-session-lifecycle",
  "version": "3.0.0",
  "description": "Agent Teams-based session lifecycle with AtlasCoin bounty verification",
  "author": {
    "name": "Atlas AI",
    "url": "https://atlas-ai.au"
  },
  "repository": "https://github.com/anombyte93/atlas-session-lifecycle",
  "license": "MIT",
  "keywords": [
    "session",
    "lifecycle",
    "init",
    "soul-purpose",
    "context-management",
    "claude-code",
    "persistent-memory",
    "project-initialization",
    "session-management",
    "agent-teams",
    "atlascoin",
    "bounty",
    "verification"
  ],
  "config": {
    "atlascoin_url": {
      "type": "string",
      "default": "http://localhost:3000",
      "description": "AtlasCoin service endpoint for bounty tracking and settlement"
    }
  }
}
Contents

What it installs

The manifest is a name and a version. 6 skills travel with it, and installing the plugin installs all of them — 323 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

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.

  1. 5d ago First seen · 34 lines scan A 8250b287367f

Subscribe to this mod's changes

atlas-session-lifecycle is a plugin published in the GitHub repository anombyte93/atlas-session-lifecycle (88 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other plugins, from other repositories

pr-workflow

PR and issue lifecycle — structured planning (CEO/Eng gates), PR creation, code review, issue triage, session handoffs.

FlorianBruniaux/claude-code-plugins · not measured

super-dev marketplace

Engineering workflow layer for AI coding tools with specs, review, quality gates, and traceability.为 AI 编程工具提供工程化流程、质量门禁与可追溯能力。.

shangyankeji/super-dev · not measured

coco

Autonomous spec-driven development for Claude Code. Describe a feature, get merged, tested, reviewed code.

skullninja/coco-workflow · not measured

oh-my-pm

面向产品经理的 AI Agent 工作流系统。提供 3 种核心流程:快速 PRD(/quick-prd)、完整产品规划(/full-pm-cycle)、功能发布(/feature-launch)。包含 11 个 Skills(8 个可独立使用 + 3 个工作流编排)+ 6 个 Subagents + 4 个 Commands,原型设计推荐使用 HTML 直接生成。覆盖需求感知→策略规划→方案设计→交付协调→价值验证完整闭环。采用 Plan-and-Execute 模式,包含完整的阶段定义、状态追踪和质量门控。.

kelegele/oh-my-pm · not measured

cadence

讨论驱动的通用项目工作流插件 — 通过记 / 整 / 查三阶段协议自动落地决定、约束、待决问题和下一步,支持长 session handoff 与跨 session resume(Claude Code 与 OpenCode 均 first-class,Codex 兼容层)。.

hxt9805/cadence · not measured

prd-os

PRD operating system with DSSE execution: capture rough ideas, draft reviewable PRDs, run Codex review + adversarial review, triage findings, decompose into atomic issue specs, and execute those issues with scope enforcement, receipts, and Codex review. Ships /prd-start, /prd-review, /prd-approve, /prd-triage…

assafkip/prd-os · not measured