the-agency-starter: Command for Claude Code

.claude/commands/agency-tutorial.md

agency-tutorial is a command for Claude Code from the-agency-ai/the-agency-starter. It costs 0 tokens per session (608 once invoked), scanned A, original, MIT.

A command for navigating an interactive coding tutorial, including resuming, checking progress, restarting, or skipping sections.

In plain words
What is it for?
It helps users follow tutorials for new projects or existing codebases and view completed and current sections.
Why use it?
It keeps track of where a learner is instead of making them manually remember their place.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is the-agency-ai/the-agency-starter's own configuration. It tells Claude Code how to work on the-agency-starter 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 the-agency-starter configures →

Reuse

Borrowing it

Nothing to install: this file belongs to the-agency-ai/the-agency-starter. 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/the-agency-ai/the-agency-starter/main/.claude/commands/agency-tutorial.md
Clone the repo
git clone --depth 1 https://github.com/the-agency-ai/the-agency-starter

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 agency-tutorial

README.md
[![agentmods](https://agentmods.dev/badge/commands/the-agency-ai/the-agency-starter/agency-tutorial/github.svg)](https://agentmods.dev/commands/the-agency-ai/the-agency-starter/agency-tutorial)
Your own site
<a href="https://agentmods.dev/commands/the-agency-ai/the-agency-starter/agency-tutorial"><img src="https://agentmods.dev/badge/commands/the-agency-ai/the-agency-starter/agency-tutorial/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 agency-tutorial

Your own site · 80×15
<a href="https://agentmods.dev/commands/the-agency-ai/the-agency-starter/agency-tutorial"><img src="https://agentmods.dev/badge/commands/the-agency-ai/the-agency-starter/agency-tutorial.svg" alt="Reviewed on agentmods" width="80" 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 608 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.00608
Opus 5 $0.00000 $0.00304
Sonnet 5 $0.00000 $0.00122
Haiku 4.5 $0.00000 $0.00061

Measured 11d ago against content hash 4e7596ac7730, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

agency-tutorial 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 11d 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/commands/agency-tutorial.md · 105 lines

How it starts

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

Tutorial navigation

The user typed: /agency-tutorial $ARGUMENTS

You are the captain, and the principal wants to navigate the tutorial system.

Route Based on Arguments

If $ARGUMENTS is... Action
(empty) Resume from last point
status Show progress
restart Start over (confirm first)
skip Skip current section

Resume (no args)

  1. Read claude/principals/{name}/onboarding.yaml
  2. If current_path exists, continue from there
  3. If no state file exists, suggest: "No tutorial in progress. Run /agency-welcome to start."

Status

Display progress like:

Tutorial Progress:
  Welcome
  Concepts: Agents
  Explore: Tools
  Current: Explore: Collaboration

Available paths:
- New Project
- Existing Codebase

Type /agency-tutorial to continue.

Read from claude/principals/{name}/onboarding.yaml to get:

  • completed_sections - What they've finished
  • current_path - Where they are now

Restart

  1. Confirm with the principal: "This will reset your tutorial progress. Are you sure?"
  2. If confirmed:
    • Delete or archive their onboarding.yaml
    • Start fresh with the welcome flow (same as /agency-welcome)
  3. If not confirmed, do nothing

Skip

  1. Mark the current section as completed in onboarding.yaml
  2. Move to the next section in the current path
  3. If no more sections, ask what they want to do next

Update onboarding.yaml accordingly.


Onboarding State File

Location: claude/principals/{principal}/onboarding.yaml

Format:

started: 2026-01-14
last_active: 2026-01-14
completed_sections:
  - welcome
  - concepts.agents
  - explore.tools
current_path: explore.collaboration
preferences:
  experience_level: intermediate
  primary_language: typescript
  prefers_minimal_guidance: false

Tutorial Paths

Main paths:

  1. New Project - claude/docs/tutorials/new-project.md
  2. Existing Codebase - claude/docs/tutorials/existing-codebase.md
  3. Explore - claude/docs/tutorials/explore/ (agents, workstreams, tools, collaboration)
  4. Concepts - claude/docs/tutorials/concepts/ (principals, agents, workstreams)
  5. Quick Setup - claude/docs/tutorials/quick-setup.md

Read the full file on GitHub · 105 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. 11d ago First seen · 105 lines · 0 tokens per session scan A 4e7596ac7730

Subscribe to this mod's changes

agency-tutorial is a command published in the GitHub repository the-agency-ai/the-agency-starter (20 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 608 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-30.