status

status is a skill for Claude Code from raisoninme/boardless-pcb. It costs 18 tokens per session (663 once invoked), scanned A, original, MIT.

A read-only command that reports the progress of a board-design workflow, including the current step, open issues, and the next command to run.

In plain words
What is it for?
Use it to check each step's status, find unresolved issues, and identify the next workflow action.
Why use it?
It gives a quick view of where the project stands without changing any files or process state. It can also reveal missing deliverable files behind a completed step.

Skill for Claude Code

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

Part of the boardless-pcb plugin — 10 skills, 1 agent shipped together

Good fit Use it to check each step's status, find unresolved issues, and identify…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/raisoninme/boardless-pcb/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 raisoninme/boardless-pcb --skill status
Clone the repo
git clone --depth 1 https://github.com/raisoninme/boardless-pcb

Made for: Claude Code.

Or install boardless-pcb, the plugin that ships this one along with the rest of its 10 skills, 1 agent.

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/raisoninme/boardless-pcb/status.svg)](https://agentmods.dev/skills/raisoninme/boardless-pcb/status)
Your own site
<a href="https://agentmods.dev/skills/raisoninme/boardless-pcb/status"><img src="https://agentmods.dev/badge/skills/raisoninme/boardless-pcb/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 663 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.00018 $0.00663
Opus 5 $0.00009 $0.00331
Sonnet 5 $0.00004 $0.00133
Haiku 4.5 $0.00002 $0.00066

Measured 6d ago against content hash faae1bb4818a, 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 6d 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/status/SKILL.md · 18 lines

What it actually says

Flow status

Read-only command; performs no step work; runnable in any session. Respond in the user's language.

  1. Read docs/flow-state.md. Missing → tell the user this project hasn't entered the flow; the entry point is step1-onboard (Claude Code: /boardless-pcb:step1-onboard) (in a fresh session). Present but without the canonical header line flow-state — process state → it belongs to something else; treat the project as not-in-flow and say so.
  2. Spot-check consistency: for every step marked done, confirm that the deliverables which look like file paths actually exist (non-file deliverables — sign-offs, tool lists, inspection records — are not checked and not drift). Call out real gaps (a done status whose files are missing = state drift; suggest the user correct the status or restore the deliverables).
  3. Report (one short paragraph + one small table, no deep dives):
    • Current step and each step's status. Token semantics matter here: in-progress = running or aborted mid-flight (say which is likelier); waiting = blocked on other steps, resumes automatically once they clear — not an abort; parked = the flow is deliberately stopped by a user decision and the board is NOT fab-ready — say this plainly and name the parking decision (the deferred issue holds it); rework = needs redoing
    • Open issues: how many, each one's target, severity, and status
    • Verification rounds: report any pending-verdict row in the whole table (not just the last one) — each is an aborted or unreconciled verification session
    • Next action — normalize everything actionable to a target step and recommend the earliest: steps marked rework and issues open with target 2–5 both map to their step number (multiple items on one step merge into a single recommendation — fixing the earliest step first avoids re-reworking later ones); issues fixed-pending-verify and open with target step6 map to step 6, which participates only when no earlier step is actionable; a parked step is NOT a recommendation — state that resuming it is the user's call (re-run its command to un-park); nothing actionable → the EARLIEST step not marked done — unless that step is parked, in which case make NO recommendation: say plainly that the flow is stopped where the user chose to stop it, and that re-running that step's command un-parks it (never skip past a parked step to a later one — the later step's own gate would reject it anyway); every step done → the flow is complete
  4. If the user then asks to execute a step, remind them: steps run in a fresh session (= /clear or restart your agent in this project) via their command; if this session has already done other work, don't run a step here.
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. 6d ago First seen · 18 lines · 18 tokens per session scan A faae1bb4818a

Subscribe to this mod's changes

status is a skill published in the GitHub repository raisoninme/boardless-pcb (2 stars, last pushed 23d ago), licensed MIT. It adds 18 tokens to every session and 663 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

create-tasks

Creates Jira tasks from meeting notes, specs, or feature descriptions. Supports both iOS (Swift/SwiftUI) and Backend (Node.js/TypeScript) platforms. Use this skill whenever a user pastes meeting notes, a spec, a feature request, or any description of work to be planned. Triggers on: "create tasks", "break this into…

carloshpdoc/ios-workflow-claude · 139 tokens

sync

Pull mentions, DMs, hot channel topics, calendar events, and Linear updates from the last 48h (24h for Slack DMs) into the wiki daily folder, and snapshot active vault notes. Sources: Gmail, Slack, Linear, Google Calendar, local wiki/notes/. Creates wiki/daily/ /{mentions.md, topics.md, linear.md, calendar.md…

eliransu/digital-brain · 157 tokens

task

Create a Linear issue via the Linear MCP and mirror it as a local note under wiki/notes/ so /sync and /sup surface it. Default assignee is you; override with @ . Default cycle is the team's CURRENT sprint; override with sprint:next or sprint:none. Default team is configured in wiki/daily/config.json…

eliransu/digital-brain · 115 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

promote-idea

Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says "promote [idea title]", "turn idea into album", or "start working on [idea]".

bitwize-music-studio/claude-ai-music-skills · 50 tokens

vendor-management

Selects, contracts, and manages suppliers and vendors — requirements, evaluation, negotiation support, onboarding, performance management, and exit. Use this to choose a vendor, run a selection process, structure a service agreement's operational terms, manage an underperforming supplier, plan an exit or migration, or…

cbrock84/headcount · 69 tokens