Status

Status is a skill for Claude Code from Nagiliant/Genesis-Legacy-V2. It costs 28 tokens per session (544 once invoked), scanned A, original, Apache-2.0.

A read-only dashboard that reports the current feature, workflow phase, group progress, approvals, pending pull requests, blockers, and uncommitted work.

In plain words
What is it for?
Use it to inspect pipeline progress, micro-specification status, low-level unit progress, pull requests, and clarification markers.
Why use it?
It gives a single view of project status without changing approval records or other files.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the genesis-spec-kit plugin — 23 skills shipped together

Good fit Use it to inspect pipeline progress, micro-specification status, low-level unit progress, pull requests, and clarification markers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nagiliant/genesis-legacy-v2/genesis-status
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.

Any agent
npx skills add Nagiliant/Genesis-Legacy-V2 --skill genesis-status
Clone the repo
git clone --depth 1 https://github.com/Nagiliant/Genesis-Legacy-V2

Made for: Claude Code.

Or install genesis-spec-kit, the plugin that ships this one along with the rest of its 23 skills.

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/nagiliant/genesis-legacy-v2/genesis-status/github.svg)](https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-status)
Your own site
<a href="https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-status"><img src="https://agentmods.dev/badge/skills/nagiliant/genesis-legacy-v2/genesis-status/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 Status

Your own site · 80×15
<a href="https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-status"><img src="https://agentmods.dev/badge/skills/nagiliant/genesis-legacy-v2/genesis-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 544 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.00028 $0.00544
Opus 5 $0.00014 $0.00272
Sonnet 5 $0.00006 $0.00109
Haiku 4.5 $0.00003 $0.00054

Measured 11d ago against content hash dcd794a03f04, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 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.

skills/genesis-status/SKILL.md · 54 lines

What it actually says

Status — Where Am I?

The pipeline dashboard. Reads on-disk state and reports. Never writes approval records — a deterministic filesystem read, no generative step. Runs any time.

Inputs (filesystem only)

  • .genesis/project-state.md (active feature, mode)
  • .genesis/features/<feature>/approvals/master.json (feature-level phases)
  • .genesis/features/<feature>/approvals/group-{N}.json (group progress)
  • micro-specs/*.md frontmatter (per-spec status)
  • units.json (lowfield unit progress)
  • git status / git log (uncommitted work, recent commits)
  • gh for pending PRs (if available); a NEEDS_CLARIFICATION marker scan

Process

  1. Read project-state.md for the active feature and mode.
  2. Read master.json; count micro specs per group from the micro-specs/ directory.
  3. If in implementation, read the active group-{N}.json for spec-level detail.
  4. If lowfield, read units.json for unit progress.
  5. Check for pending PRs and NEEDS_CLARIFICATION markers.
  6. Render the dashboard (or JSON with --json). --all shows every feature.

Output

FEATURE: <name>   BRANCH: ...   MODE: <mode>   PHASE: ...
Pipeline:
  [x] Brainstorm / Design / Specify / North Star / Micro Specs
  [ ] Implement — G0: 4/4, G1: 2/6  <- current
  [ ] Audits — G0: A1+ A2+ A3+ A4+ A5+, G1: pending
  [ ] Final (F-pass)
Progress: 6/26 micro specs implemented   PRs: 2 pending   Blockers: none
Approval State: | Phase | Status | Disposition | Date | Notes |

Mode differences

Brownfield adds scope boundaries (files in/out of scope) and regression surface. Lowfield adds a unit-progress table with per-unit stage depth (e.g. 6/8 line-edit).

Natural language triggers

- "status"
- "where am I"
- "pipeline position"
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 · 54 lines · 28 tokens per session scan A dcd794a03f04

Subscribe to this mod's changes

Status is a skill published in the GitHub repository Nagiliant/Genesis-Legacy-V2 (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 28 tokens to every session and 544 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.

Related

Other skills, from other repositories

new-project

Start a new project from scratch. 3-phase interview: project goals → tech stack → architecture → conventions. Scaffolds using official tools then configures the Claude Code harness. Run on an empty directory. Trigger phrases: "start a new project", "create project from scratch", "greenfield setup", "I have an empty…

ShipWithAI/shipwithai-plugins · 78 tokens

slice-closure

Decide whether the current slice is ready to close, distinguishing slice completion from full task completion, then persist the result in slice notes and TASKSTATE.md as explicit reviewable closure notes. For single-slice tasks may route directly to delivery. Returns no-op when slice memory would not materially…

Mozurok/fhorja.dev · 146 tokens

task-init

Initialize the official task folder and base task memory inside projects/ /active/YYYY-MM-DD /. Creates README.md, TASKSTATE.md, SOURCEOFTRUTH.md, DECISIONS.md, IMPLEMENTATIONPLAN.md; seeds from PROJECTCHARTER.md when present; emits a multi-repo ## Repositories section in SOURCEOFTRUTH.md when 2+ repos are provided.…

Mozurok/fhorja.dev · 209 tokens

task-close

Perform the terminal task lifecycle transition for a finished task: verify the spec done-conditions, set TASKSTATE.md to its final closed state, and move the task folder from active/ to archive/. The symmetric counterpart to task-init and the only official way to close a whole task. Use when every slice is closed, the…

Mozurok/fhorja.dev · 177 tokens

sync-task-state

Update TASKSTATE.md so it reflects the latest operational truth of the task and can be resumed safely in this or another session. Lighter-weight than state-reconcile (no cross-artifact drift detection); preferred when the update is incremental and trusted. Use when a meaningful planning, decision, implementation, or…

Mozurok/fhorja.dev · 136 tokens

project-bootstrap

Initialize a new project context inside the task repository before any task exists. Creates projects/ /, PROJECTCHARTER.md, REFERENCES.md skeleton, and active/ plus archive/ subfolders so subsequent task-init runs have grounded project-level memory to consume. Use when starting a brand-new project, product…

Mozurok/fhorja.dev · 181 tokens