status

status is a skill for Claude Code from godshiba/genesis. It costs 68 tokens per session (528 once invoked), scanned A, original, MIT.

A read-only dashboard for a GENESIS project, a project workflow that tracks roadmaps, issues, decisions, and handoffs. It summarizes the current phase, open issues, registry counts, recent handoff, and repository state on one screen.

In plain words
What is it for?
Use it when asking where the project stands, what remains open, which roadmap task comes next, or how the Git working tree looks.
Why use it?
It provides a quick orientation without running checks or changing project files.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the genesis plugin — 10 skills, 3 agents shipped together

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

Made for: Claude Code.

Or install genesis, the plugin that ships this one along with the rest of its 10 skills, 3 agents.

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/godshiba/genesis/status.svg)](https://agentmods.dev/skills/godshiba/genesis/status)
Your own site
<a href="https://agentmods.dev/skills/godshiba/genesis/status"><img src="https://agentmods.dev/badge/skills/godshiba/genesis/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 528 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.1 $0.00068 $0.00528
Opus 5 $0.00034 $0.00264
Sonnet 5 $0.00014 $0.00106
Haiku 4.5 $0.00007 $0.00053

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

plugins/genesis/skills/status/SKILL.md · 43 lines

What it actually says

/genesis:status — The Project Dashboard

Read-only, fast orientation. Requires docs/registry/ — if absent, say so and suggest /genesis:init. Never run the check command or modify anything here; this skill answers "where are we" in seconds, not "are we green" (that is /genesis:gate-check).

Gather (reads and cheap git commands only)

  • ROADMAP.md — current phase from the status table; first unchecked task.
  • ISSUES.md — open entries grouped by severity (high / medium / deferred).
  • SESSION_LOG.md — date and title of the top entry; its stated next step.
  • LANDMINES.md, DECISIONS.md, FILES.md — entry counts.
  • git status --porcelain (dirty file count), current branch, last commit hash and age, git log --oneline -1 — git work trees only; without a repo, skip these and drop the branch/hash/Tree lines from the report.
  • CLAUDE.md — the check command name (report it, do not run it).

Report format

Compact, one screen, no prose around it:

GENESIS STATUS — <project> @ <branch> <short-hash> (<commit age>)

Phase      <N — title>            next: <first unchecked task>
Issues     <H> high  <M> medium  <D> deferred
Last close <date — title>         (<age>; "next" was: <stated next step>)
Registry   <L> landmines  <D> decisions  <F> files mapped
Tree       <clean | N uncommitted files>
Gate cmd   <check command>        (run /genesis:gate-check to verify)

After the block, at most three lines of judgment — only if something needs attention: a stale handoff (older than the last commits — G7 drift), a high severity issue open, or a phase whose tasks are all checked but whose status row was never updated. If everything is coherent, say one line: status clean.

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. 5d ago First seen · 43 lines · 68 tokens per session scan A fe3423dc03a8

Subscribe to this mod's changes

status is a skill published in the GitHub repository godshiba/genesis (2 stars, last pushed 2mo ago), licensed MIT. It adds 68 tokens to every session and 528 once invoked, about $0.0003 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

self-improve

Self-improve this skills repo — surface and (safely) apply quality improvements across four parallel read-only lenses (Clarity, Leanness, Coverage, Ergonomics). Sibling of /self-audit — audit fixes rule violations, improve raises quality where no rule is broken. Local meta-skill, independent of the /task: pipeline.

SpaiR/task-pipeline · 76 tokens

architect

Answer build-or-adopt honestly, then design one committed architecture from your own understanding of the problem — driven by ranked quality attributes, stress-tested against the field and against change, proven by a walking skeleton, its consequences confirmed by the user, committed to ARCHITECTURE.md. A command the…

donald-ada/workinggenius · 80 tokens

self-audit

Self-audit this skills repo against CLAUDE.md invariants, the artifact contract, and README/CLAUDE.md/docs sync via three parallel read-only subagents. Local meta-skill — independent of the /task: pipeline.

SpaiR/task-pipeline · 52 tokens

grill

Interrogate a plan or decision one question at a time before capture, keeping a decision-plus-rationale ledger, then route to the right capture skill.

SpaiR/task-pipeline · 33 tokens

designer

Settle the look before the pixels — audience and context first, then the base and the delta, taste settled by looking at real states, accessibility as the floor, one design language committed to DESIGN.md as tokens with roles. A command the user types, for work with an interface someone will see; standalone, no other…

donald-ada/workinggenius · 69 tokens

setup-working-genius

Per-repo configuration — pin the work-file directory, verify commands, and issue tracking, seed the project docs, and leave the pointer that tells every future session this project works this way.

donald-ada/workinggenius · 43 tokens