board

board is a skill for Claude Code from spacegrowth/claude-relay. It costs 96 tokens per session (449 once invoked), scanned A, original, MIT.

A command that renders a single HTML page showing the state of relay tasks and their worker sessions. It includes leads, executors, timelines, statuses, warnings, and copyable commands.

In plain words
What is it for?
Use it to inspect relay activity, filter tasks by status or topic, review executor reports, and open the generated board in a browser.
Why use it?
It gives you one current view of running and completed work, including stalled sessions, missing reports, and other coordination problems.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the relay plugin — 18 skills, 1 agent, 4 hooks shipped together

Good fit Use it to inspect relay activity, filter tasks by status or topic, review executor reports, and open the generated board in a browser.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add spacegrowth/claude-relay
Claude Code
/plugin install relay

Made for: Claude Code.

Or install relay, the plugin that ships this one along with the rest of its 18 skills, 1 agent, 4 hooks.

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 board

README.md
[![agentmods](https://agentmods.dev/badge/skills/spacegrowth/claude-relay/board.svg)](https://agentmods.dev/skills/spacegrowth/claude-relay/board)
Your own site
<a href="https://agentmods.dev/skills/spacegrowth/claude-relay/board"><img src="https://agentmods.dev/badge/skills/spacegrowth/claude-relay/board.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 449 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.00096 $0.00449
Opus 5 $0.00048 $0.00225
Sonnet 5 $0.00019 $0.00090
Haiku 4.5 $0.00010 $0.00045

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

Security

Grade A, and why

board 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 8d 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/board/SKILL.md · 30 lines

What it actually says

Run: ${CLAUDE_PLUGIN_ROOT}/bin/relay board --open

(Call relay via ${CLAUDE_PLUGIN_ROOT}/bin/relay — Claude Code substitutes the plugin's absolute path — not bare relay, which often isn't on the Bash tool's non-interactive PATH.)

This writes ~/.relay-tasks/board.html (override with --out PATH) and opens it. It is a static snapshot built from exactly the data relay list/check use (liveness is refreshed and finished executors are auto-closed on the way, same as list), so it never disagrees with the table — re-run to refresh. Light theme by default; the ☀️/🌙 button switches and remembers.

On the page: a summary strip (leads / live executors / busy / reported / closed), warning banners (orphans, reports not yet delivered to their lead, heavy sessions, stale wake hooks), then one card per lead with its executors. Click an executor row to expand its packet timeline — each packet's gist, the report's outcome sentence and TL;DR (Status · Risk · UNVERIFIED), and links to the packet, report and diff page — plus copyable relay … commands. The filter box narrows executors by name/topic/status/model/worktree; "show closed" reveals parked sessions.

Pass --lead "${CLAUDE_CODE_SESSION_ID}" to scope executors to this lead's (plus unowned ones); --json emits the board data instead of HTML for programmatic use.

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. 8d ago First seen · 30 lines · 96 tokens per session scan A b46b3a487d7a

Subscribe to this mod's changes

board is a skill published in the GitHub repository spacegrowth/claude-relay (1 stars, last pushed yesterday), licensed MIT. It adds 96 tokens to every session and 449 once invoked, about $0.0005 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

dispatch

Use when a task file exists in .hyperflow/tasks/ and workers need dispatching. Fans out parallel workers under per-batch Reviewers, runs a final integration review, and commits per sub-task. Endpoint of the auto-chain — no auto-deploy. Trigger with /hyperflow:dispatch, "run the plan", "execute the task", "build it"…

jeremylongshore/tons-of-skills-marketplace · 81 tokens

great_cto

Use when the CTO describes a feature, task, or project goal. Orchestrates the full SDLC pipeline automatically based on project type.

avelikiy/great_cto · 32 tokens

opportunity-solution-tree

Build an Opportunity Solution Tree (OST) to structure product discovery — map a desired outcome to customer opportunities, possible solutions, and experiments. Based on Teresa Torres' Continuous Discovery Habits. Use when the team is unclear what to build next, when multiple opportunities compete, or before writing a…

avelikiy/great_cto · 71 tokens

done-blocked

Reusable reporting contract for any agent that hands work back to the pipeline. Forces ONE of two terminal statuses (DONE or BLOCKED) with a specific evidence shape. Stops vague "probably finished" and "kind of stuck" verdicts.

avelikiy/great_cto · 51 tokens

pm-planning

Decomposition methodology for pm agent — turns an approved ARCH document into a Beads task list with explicit dependencies, time-boxes, and acceptance criteria. The pipeline can only orchestrate work it can see; this skill defines what "seeable work" looks like.

avelikiy/great_cto · 57 tokens

vertical-construction

Domain knowledge for the construction vertical (contractors, field crews) so architect and pm don't spec construction products naively. Covers the vocabulary (bid vs estimate, takeoff, retainage, change order, AIA G702/G703, lien waiver, draw schedule), the non-obvious money rules that incumbents like Procore price…

avelikiy/great_cto · 150 tokens