atlas: Skill for Claude Code

.claude/skills/operator-commands/SKILL.md

operator-commands is a skill for Claude Code from AtlasDevHQ/atlas. It costs 95 tokens per session (2,672 once invoked), scanned A, original, AGPL-3.0.

A set of operator commands for the atlas-operator program, which manages tenant data and related account operations. Tenant data is information kept for separate customers or workspaces in a shared system.

In plain words
What is it for?
Use it to enable or disable tenants, seed prompts or workspaces, wipe or backfill data, run CRM smoke tests, tear down and verify accounts, and export gate decisions.
Why use it?
It provides named commands for operational jobs that would otherwise require manually coordinating several data-management steps.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is AtlasDevHQ/atlas's own configuration. It tells Claude Code how to work on atlas itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything atlas configures →

Reuse

Borrowing it

Nothing to install: this file belongs to AtlasDevHQ/atlas. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/AtlasDevHQ/atlas/main/.claude/skills/operator-commands/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AtlasDevHQ/atlas

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 operator-commands

README.md
[![agentmods](https://agentmods.dev/badge/skills/atlasdevhq/atlas/operator-commands.svg)](https://agentmods.dev/skills/atlasdevhq/atlas/operator-commands)
Your own site
<a href="https://agentmods.dev/skills/atlasdevhq/atlas/operator-commands"><img src="https://agentmods.dev/badge/skills/atlasdevhq/atlas/operator-commands.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,672 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00095 $0.02672
Opus 5 $0.00048 $0.01336
Sonnet 5 $0.00019 $0.00534
Haiku 4.5 $0.00010 $0.00267

Measured 2d ago against content hash 5c9053293467, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

operator-commands 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 2d 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/skills/operator-commands/SKILL.md · 93 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 2d ago Changed · +22 lines · +17 tokens per session 5c9053293467
  2. 6d ago First seen · 71 lines · 78 tokens per session scan A 924f50d28d64

Subscribe to this mod's changes

operator-commands is a skill published in the GitHub repository AtlasDevHQ/atlas (1 stars, last pushed yesterday), licensed AGPL-3.0. It adds 95 tokens to every session and 2,672 once invoked, about $0.0005 per session on Opus 5. 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.

Related

Other skills, from other repositories

business-intelligence

Use when a metric (revenue, MRR, margin) needs defining once in a governed semantic layer so every dashboard, report and agent returns the same number, or when an LLM must answer data questions in plain language without hallucinating SQL. NOT chart layout (that is dashboard), NOT which KPIs to track (that is…

ericrisco/rsc-harness · 90 tokens

sl_capture

How to capture new reusable patterns into ktx's semantic layer - when a measure, segment, or join belongs in the catalog and how to write it generically so it stays small and useful over time. Loaded by the post-turn memory-agent only. The research agent does not write to the SL.

Kaelio/ktx · 63 tokens

looker_ingest

Extract durable ktx knowledge and semantic-layer contribution proposals from staged Looker runtime dashboard, Look, and explore JSON. Load for WorkUnits whose raw files are under explores/, dashboards/, or looks/.

Kaelio/ktx · 44 tokens

metricflow_ingest

Map a MetricFlow semanticmodel or metric into ktx semantic layer sources. Covers the MetricFlow to ktx primitive table, extends: inheritance flattening, metric-type handling (simple / derived / ratio / cumulative / conversion), model: ref('x') resolution, and four worked examples. Load when the turn contains…

Kaelio/ktx · 0 tokens

lookml_ingest

Map a LookML view/model/explore into ktx semantic layer sources. Covers the LookML to ktx primitive table, provenance tagging, and three worked examples (overlay, standalone from derivedtable, standalone with sqlalwayswhere). Load when the turn contains .lkml content.

Kaelio/ktx · 63 tokens

sigma_ingest

Extract durable ktx wiki knowledge from staged Sigma data model specs and workbook summaries. Load for WorkUnits with unitKey sigma-data-models or sigma-workbooks.

Kaelio/ktx · 36 tokens