Borrowing it
Nothing to install: this file belongs to aiblueprinthq/ai-blueprint. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/aiblueprinthq/ai-blueprint/main/.agents/skills/status/SKILL.mdgit clone --depth 1 https://github.com/aiblueprinthq/ai-blueprintWrote 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.
[](https://agentmods.dev/skills/aiblueprinthq/ai-blueprint/status)<a href="https://agentmods.dev/skills/aiblueprinthq/ai-blueprint/status"><img src="https://agentmods.dev/badge/skills/aiblueprinthq/ai-blueprint/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.
<a href="https://agentmods.dev/skills/aiblueprinthq/ai-blueprint/status"><img src="https://agentmods.dev/badge/skills/aiblueprinthq/ai-blueprint/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.02173 |
| Opus 5 | $0.00023 | $0.01086 |
| Sonnet 5 | $0.00009 | $0.00435 |
| Haiku 4.5 | $0.00005 | $0.00217 |
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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
status - where the project stands right now
Context reuse: Reuse any required file already loaded in project instructions or the current session. Read it again only if absent, changed, or exact current bytes or line references are needed.
Where this sits in the workflow:
any time -> [status] -> reads build-plan + current-feature + git
(read-only) prints a short "you are here"
This skill answers one question: where am I? It reads the files that already track progress and prints a short orientation. It is the fast way back in after a break, a context clear, or a day away. It never changes anything: no edits, no commits, no installs, no builds, no branch changes.
Progress in this workflow lives in files, not the chat, so everything this skill
reports comes from disk and git. That is the point: a fresh session can run
/status and know exactly as much as the last one did.
For setup problems, missing files, placeholder plans, adapter drift, or questions
about whether the Blueprint is installed correctly, run /doctor instead.
Input
None. /status takes no argument.
What it reads
Gather these, then summarize. Don't dump file contents; report the distilled state.
- Project configuration - read
blueprint/config.jsonwhen present. Reportproject settings,built-in defaults, orinvalid, using defaults. A missing file is healthy and means defaults. Invalid JSON, schema versions, keys, values, non-file paths, or symbolic links are a warning and make/doctorthe next action before any mutating workflow command. Report the effective regular and Continuous audit, independent-review, check, and try-guide policies, plusreview.independentExecution. Explain that independent review defaults towhen-sensitivefor both workflows and execution defaults toautomatic, which uses an isolated reviewer only when the current adapter supports it. Audit, check, and try guide default tomanual. Before recommending/overview, check whetherAGENTS.mdstill contains the shippedFor a standard Next.js projectcommand marker. When it does, onboarding is incomplete and/onboardis the next action. - Build plan -
blueprint/build-plan.md. Count checked vs unchecked leaf items. Name the next unchecked leaf, the same target/featurewould pick, and note if a parent item was split into sub-items (4a,4b, ...). - Current work -
blueprint/context/current-feature.md. Is something in progress, or is it the reset stub? If a feature, fix, or rollback spec is present, report its type and name, which build steps are checked, and the first unchecked step where/implementresumes. - Findings -
blueprint/context/findings.md. Count findings by status and report open and fixed counts next to build-plan progress. Call out any P0 or P1 stillopenorfixedby ID, since those block/complete. A missing file means no findings. - Independent review -
blueprint/context/review.md. Report none, pending, changes-requested, passed, malformed, or stale. For an active record, name the requested or actual reviewer adapter and model. A selected or explicitly initiated independent review blocks/completeuntil a passing receipt matches the exact current checkpoint and spec. - Overview freshness - if
blueprint/context/project-overview.mdis missing or has noblueprint:source-hash, mention that/overviewshould run before new feature work. Otherwise use/overview's hash contract: exact project-plan bytes, one zero byte, then build-plan bytes with line-start- [x]and- [X]markers normalized to- [ ]. Treat a matching legacy exact-byte hash as current for backward compatibility. Recommend/overviewonly when the recorded hash matches neither value. Do not use filesystem timestamps;/completelegitimately makesbuild-plan.mdnewer when it checks off work. - Git - current branch, whether the working tree is clean or has uncommitted changes, roughly how many files changed, last commit subject, and whether the branch is ahead of its remote. If the directory is not a git repo, say so and skip this part rather than failing.
- Progress drift - flag active spec on
main, a spec in progress but no branch matching the configured feature, fix, or rollback prefix, all spec steps checked but not completed, or disagreement betweenbuild-plan.mdandcurrent-feature.md. A rollback legitimately targets a checked build-plan item until/completeunchecks it, so do not compare it to the next unchecked feature. - Dashboard activity - read
blueprint/.state/run.jsonwhen it exists. Report the command, mode, status, progress, boundary, and safe resume command. A missing file simply means no activity has been recorded. Invalid activity state is a warning, not a blocker for the underlying workflow; point to/doctorto inspect and offer the approved generated-state reset.
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.
- 2d ago Changed · +14 lines 7a2aac0b095b
- 5d ago Changed · +5 lines f333b11d6387
- 7d ago Changed · +5 lines a9c12488b0b6
- 8d ago Changed · +12 lines · -23 tokens per session 103e1f69392b
- 12d ago First seen · 128 lines · 70 tokens per session scan A 75942e8c4f9c
status is a skill published in the GitHub repository aiblueprinthq/ai-blueprint (399 stars, last pushed today), licensed MIT. It adds 47 tokens to every session and 2,173 once invoked, about $0.0002 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-30.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
projects
List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.
magpie-security-issue-import-from-md
Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.