director:help

A help command for the Director project workflow. It explains the available commands and gives examples, with project progress shown when a project has already been set up.

In plain words
What is it for?
Use it to learn what Director can do, get guidance for a specific command, or see the current project status.
Why use it?
It helps you find the right command without needing to remember the workflow or command names.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/noahrasheta/director/help
Any agent
npx skills add noahrasheta/director --skill help
Clone the repo
git clone --depth 1 https://github.com/noahrasheta/director

Made for: Claude Code, Codex.

Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,812 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00029 $0.02812
Opus 5 $0.00015 $0.01406
Sonnet 5 $0.00006 $0.00562
Haiku 4.5 $0.00003 $0.00281

Measured yesterday against content hash 023bda4cdcd3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

director:help 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 yesterday.

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.

skills/help/SKILL.md · 268 lines

How it starts

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

Director Help

!cat .director/STATE.md 2>/dev/null || echo "NO_PROJECT"

Check the output above. If .director/STATE.md was found and contains project information, show a mini-status header before the command list. Parse the STATE.md content to find the project name (from the first heading or "Project" field), the current goal, current step, and current task. Format it as:

You're working on [project name]. Currently on [current goal] -- [current step/task summary].

If the output was "NO_PROJECT" (no .director/ exists), show this welcome instead:

Welcome to Director! Here's what you can do:


Check for topic-specific help

Look at $ARGUMENTS. If the user provided an argument, check whether it matches one of the command names below (case-insensitive, with or without the /director: prefix):

Recognized command names: onboard, blueprint, build, quick, undo, inspect, status, resume, refresh, brainstorm, pivot, idea, ideas, help

  • If $ARGUMENTS matches a command name: Show the topic-specific help for that command (see the Topic-Specific Help section below). Do NOT show the full command list.
  • If $ARGUMENTS does not match a command name: Show the full command list below.
  • If $ARGUMENTS is empty: Show the full command list below.

Commands

Blueprint (Plan Your Project)

Command What it does Example
/director:onboard Set up a new project or map an existing one /director:onboard
/director:blueprint Create, view, or update your gameplan /director:blueprint "add payment processing"

Build (Make Progress)

Command What it does Example
/director:build Work on the next ready task /director:build
/director:quick "..." Fast change without full planning /director:quick "change the button color to blue"
/director:undo Go back to before the last task /director:undo

Read the full file on GitHub · 268 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. yesterday First seen · 268 lines · 29 tokens per session scan A 023bda4cdcd3

Subscribe to this mod's changes

director:help is a skill published in the GitHub repository noahrasheta/director (1 stars, last pushed 6mo ago), licensed MIT. It adds 29 tokens to every session and 2,812 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.