atlas

atlas is a command for Claude Code from gf-labs/claude-toolbox. It costs 0 tokens per session (1,289 once invoked), scanned A, original, MIT.

A cross-project command that collects and formats information about projects, sessions, memory, plans, specifications, plugins, and instruction files. It adjusts the amount of detail based on how many projects are in scope.

In plain words
What is it for?
Use it to review project status, recent changes, sessions, stored context, plans, specifications, and plugins. You can limit the scope with a project name or directory.
Why use it?
It gives you one organised view of work spread across multiple projects instead of requiring separate status checks.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Part of the tools plugin — 2 skills, 13 commands, 5 agents, 4 hooks shipped together

Good fit Use it to review project status, recent changes, sessions, stored context, plans, specifications, and plugins. You can limit the scope with a project name or directory.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/gf-labs/claude-toolbox/atlas
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.

Clone the repo
git clone --depth 1 https://github.com/gf-labs/claude-toolbox

Made for: Claude Code.

Or install tools, the plugin that ships this one along with the rest of its 2 skills, 13 commands, 5 agents, 4 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/gf-labs/claude-toolbox/atlas.svg)](https://agentmods.dev/commands/gf-labs/claude-toolbox/atlas)
Your own site
<a href="https://agentmods.dev/commands/gf-labs/claude-toolbox/atlas"><img src="https://agentmods.dev/badge/commands/gf-labs/claude-toolbox/atlas.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01289
Opus 5 $0.00000 $0.00645
Sonnet 5 $0.00000 $0.00258
Haiku 4.5 $0.00000 $0.00129

Measured 7d ago against content hash 725c8c5296bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

atlas 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 7d 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.

commands/atlas.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Collect context

Run this once. It parses the arguments, resolves scope, dispatches to the backing collectors, renders, and emits sectioned output. Do NOT re-run collectors, re-derive enumeration, or re-render — print what it printed.

python3 ${CLAUDE_TOOLBOX_ROOT}/scripts/collect-atlas.py $ARGUMENTS

Output is delimited by === SECTION === markers:

Section Meaning
=== REQUEST === how the arguments parsed (FACETS/PROJECT/DIR/DEPTH/SCOPE/STALE). If it has an ERRORS: line, surface it and stop.
=== ERROR === --project or --dir did not resolve; show the message and stop.
=== ATLAS === the fully rendered atlas (emitted when ≥2 project facets are requested — including the bare default). First line is a ## header; every other line is pre-aligned final text.
=== PROJECTS === (single-facet mode only) TSV from collect-status: GROUP PROJECT BRANCH LOCAL_BRANCHES SESSIONS CHANGES LAST_COMMIT MEMORY_LINES MEMORY_STATUS BACKLOG_ITEMS LAST_SNAPSHOT SESSIONS_SINCE LAST_SESSION_LOG LOG_ENTRIES LAST_COMMIT_DATE, plus # ORPHANED_KEYS / # UNSCOPED_KEYS blocks.
=== SESSIONS === (single-facet) TSV PROJECT SESSION TITLE LAST_EVENT — newest last-event first within each project; = unnamed/no events.
=== MEMORY === (single-facet) same rows as PROJECTS — render the memory columns (MEMORY_LINES / MEMORY_STATUS / LAST_SNAPSHOT / LAST_SESSION_LOG / LOG_ENTRIES).
=== PLANS === (single-facet) plan inventory: file.md NL [project] Title + → first bullet.
=== SPECS === (single-facet) TSV PROJECT KIND STATUS FILE TITLE — in-repo docs/superpowers specs and plans; STATUS live/done.
=== PLUGINS === plugin cache drift / sync lines.
=== CLAUDE.MD === (single-facet) TSV CONTAINER PROJECT CLAUDE_MD_DEPTH MEMORY_LINES MEMORY_STATUS CHAIN — the »-joined inheritance chain.
=== STALE === (only with --stale) ORPHANED/UNSCOPED key rows, or (none).

Read the full file on GitHub · 73 lines

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. 7d ago First seen · 73 lines · 0 tokens per session scan A 725c8c5296bc

Subscribe to this mod's changes

atlas is a command published in the GitHub repository gf-labs/claude-toolbox (2 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,289 tokens. 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-31.