status

status is a skill for Claude Code, Codex from IncommensurableHubris/fullstack-director. It costs 237 tokens per session (4,640 once invoked), scanned A, original, MIT.

A read-only project status tool that checks the project’s files and reports its current workflow state. It verifies the project’s core record, counts release blockers, and selects the next command.

In plain words
What is it for?
Use it to check whether the project record is consistent, identify pending or unclear items that block release, and route the work to the correct next command.
Why use it?
It replaces guesses based on memory with a state derived from the files on disk. This makes it easier to see broken requirements, unresolved decisions, and what should happen next.

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/incommensurablehubris/fullstack-director/status
Any agent
npx skills add IncommensurableHubris/fullstack-director --skill status
Clone the repo
git clone --depth 1 https://github.com/IncommensurableHubris/fullstack-director

Made for: Claude Code, Codex.

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 status

README.md
[![agentmods](https://agentmods.dev/badge/skills/incommensurablehubris/fullstack-director/status.svg)](https://agentmods.dev/skills/incommensurablehubris/fullstack-director/status)
Your own site
<a href="https://agentmods.dev/skills/incommensurablehubris/fullstack-director/status"><img src="https://agentmods.dev/badge/skills/incommensurablehubris/fullstack-director/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 237 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,640 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.00237 $0.04640
Opus 5 $0.00118 $0.02320
Sonnet 5 $0.00047 $0.00928
Haiku 4.5 $0.00024 $0.00464

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

Security

Grade A, and why

status 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 4d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (evals/build_fixture.py, evals/check_status.py, evals/fixtures/base/src/digest.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/status/SKILL.md · 212 lines

How it starts

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

status · Project GPS — scan, integrity-check, derive, route

The framework's "where am I / what's next" oracle. It is a cross-cutting meta activity (named by function, not an SDLC seat — prefix-less, like 08-refactor), and per the master plan it is built and run last: it scans everything, so it is correct only once every other skill's shape is final. Give any project to /status and it answers three questions from the files on disk — never from memory:

  1. Is the spine sound? — the integrity verdict (PASS, or FAIL naming the offending REQ-ID).
  2. What's blocking? — the pending/deferred amendment + surviving [NEEDS CLARIFICATION] counts that 06-release gates on, surfaced early.
  3. What do I run next? — the single exact next command, in the framework's vocabulary.

Its graded value is not "a nice summary" — a strong reader summarizes a repo too. It is the deterministic derived state: the integrity verdict + the governance counts + the routed command, computed from the files and emitted machine-readably into CLAUDE.md § Current State so the next seat — and 06's release gate, and the next /status — can act on it, not re-derive it.

(2026-07-28, FB-013) status is the propagation contract — name it, don't leave it implied. The framework propagates by pull: each seat reads a narrow slice, which is what keeps verification isolation auditable and contexts small. That design has exactly one push channel, and this is it — the only seat whose Reads is a superset of every other's, and whose write target (CLAUDE.md § Current State) loads into every session automatically. So: a seat that flips gate-relevant state (a verdict, an amendment row, a release, an audit) routes here before the next seat — their ## Next skill sections say so — and /06 asserts freshness mechanically at G0 rather than trusting that someone ran it. Left optional, this channel simply does not run: three weeks of sustained dogfooding never invoked it once, and every downstream view went stale in exactly the way FB-013 and FB-014 describe. Optional load-bearing machinery is not load-bearing.

Read the full file on GitHub · 212 lines

Files

What ships with it

44 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 212 lines · 237 tokens per session scan A e6988b52b1eb

Subscribe to this mod's changes

status is a skill published in the GitHub repository IncommensurableHubris/fullstack-director (5 stars, last pushed 24d ago), licensed MIT. It adds 237 tokens to every session and 4,640 once invoked, about $0.0012 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

agtx-sweep

Sweep this conversation into agtx tasks and push them to the kanban board. Use when the user wants to capture, decompose, or hand off conversation results to the agtx board.

fynnfluegge/agtx · 43 tokens

codex-issue-coordinator

Coordinates a large batch of GitHub issues through separate Codex worker threads, tested pull requests, review loops, and gated merges. Use when the user asks one Codex thread to manage several coding sessions or complete a parent issue, milestone, or issue batch.

owainlewis/blueprint · 59 tokens

backlog

EXPERIMENTAL. Use when working the project-wide out-of-scope backlog at paad/code-reviews/backlog.md — cleaning it of entries that are already fixed or gone, or picking the next entry and fixing it end-to-end. Not for producing backlog entries — that is /agentic-review — and not for reviewing a branch diff.

Ovid/paad · 73 tokens

autospec-constitution

Generate or update project constitution in YAML format.

ariel-frischer/autospec · 14 tokens

sync-project-docs

Usar para sincronizar la documentación viva del proyecto después de una fase. También: actualizar docs/project, índice, architecture.md, compliance.md, threat-model.

686f6c61/alfred-dev · 37 tokens

bmad-enhance-initiatives-backlog

Manage lane-aware initiative lifecycle backlog — triage findings into intakes and qualify into Bug/Fast/Initiative lanes, rescore lane items, or bootstrap a new lifecycle backlog. Use when the user says triage findings, qualify intakes, or manage backlog.

amalik/convoke-agents · 63 tokens