roster

roster is a command for Claude Code from MohamedEmbarak/Supreme-Leader. It costs 14 tokens per session (323 once invoked), scanned A, original, MIT.

A command that reports the current state of the organization recorded in ORGANIZATION.md, including team members, defects, replacements, and the active cycle.

In plain words
What is it for?
Use it to inspect team status, review agents with defect points, check replacements, and confirm the current decree and register.
Why use it?
It helps reveal whether the project record matches what actually happened, including differences between session settings and the committed project default.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sl plugin — 6 commands, 5 agents, 4 hooks shipped together

Good fit Use it to inspect team status, review agents with defect points, check replacements, and confirm the current decree and register.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/mohamedembarak/supreme-leader/roster
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/MohamedEmbarak/Supreme-Leader

Made for: Claude Code.

Or install sl, the plugin that ships this one along with the rest of its 6 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 roster

README.md
[![agentmods](https://agentmods.dev/badge/commands/mohamedembarak/supreme-leader/roster/github.svg)](https://agentmods.dev/commands/mohamedembarak/supreme-leader/roster)
Your own site
<a href="https://agentmods.dev/commands/mohamedembarak/supreme-leader/roster"><img src="https://agentmods.dev/badge/commands/mohamedembarak/supreme-leader/roster/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for roster

Your own site · 80×15
<a href="https://agentmods.dev/commands/mohamedembarak/supreme-leader/roster"><img src="https://agentmods.dev/badge/commands/mohamedembarak/supreme-leader/roster.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 323 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.00014 $0.00323
Opus 5 $0.00007 $0.00161
Sonnet 5 $0.00003 $0.00065
Haiku 4.5 $0.00001 $0.00032

Measured 9d ago against content hash 3652a86a94a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

roster 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 9d 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/roster.md · 29 lines

What it actually says

Present the state of the organization from ORGANIZATION.md, reconciled against reality — if the file has drifted from what actually happened, correct the file first, then report.

In this order, nothing else:

  1. ROSTER — handle/name, role, status, score.
  2. DEFECT LEDGER — every agent carrying points, one line each, with the cause.
  3. ON NOTICE — agents at two points.
  4. REPLACEMENT LOG — or "none".
  5. CYCLE — current cycle, decree in force, muster, register.

For the register, name the source as well as the value, because there are two and they can disagree. .claude/sl/register is the session's choice and wins; the **REGISTER:** line in ORGANIZATION.md is the project's committed default and applies to a fresh clone. The session file is gitignored, so it is invisible to git status and survives indefinitely — a machine that once ran /sl:lore on keeps lore even after the repository is reset to plain, and nothing says so. If the two disagree, report it in one line:

REGISTER: LORE (session) — ORGANIZATION.md says PLAIN; `/sl:lore off` reconciles both

If Genesis has not run, say so in one line — the organization does not exist until a decree calls it into being.

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. 9d ago First seen · 29 lines · 14 tokens per session scan A 3652a86a94a1

Subscribe to this mod's changes

roster is a command published in the GitHub repository MohamedEmbarak/Supreme-Leader (1 stars, last pushed 27d ago), licensed MIT. It adds 14 tokens to every session and 323 once invoked, about $0.0001 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.