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.
git clone --depth 1 https://github.com/byerlikaya/claude-starter-kitWrote 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/commands/byerlikaya/claude-starter-kit/board-csk)<a href="https://agentmods.dev/commands/byerlikaya/claude-starter-kit/board-csk"><img src="https://agentmods.dev/badge/commands/byerlikaya/claude-starter-kit/board-csk/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/commands/byerlikaya/claude-starter-kit/board-csk"><img src="https://agentmods.dev/badge/commands/byerlikaya/claude-starter-kit/board-csk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00023 | $0.01105 |
| Opus 5 | $0.00012 | $0.00553 |
| Sonnet 5 | $0.00005 | $0.00221 |
| Haiku 4.5 | $0.00002 | $0.00111 |
Grade A, and why
board-csk 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 10d 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 — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/board-csk
Argument: $ARGUMENTS
Apply the teamboard skill. The engine is bash .claude/hooks/board.sh; never hand-edit the board.
Never make the user learn the syntax. They should be able to run /board-csk and answer questions from
there; claim 3 and done 3 are yours to type, not theirs. Every step below ends in a question with explicit
options, not an instruction to go and type something.
- no argument →
board.sh status, plusboard.sh decisionswhen the session-start line says decisions are unread. Report: who holds what and for how long, what is claimable, what is blocked by which item, any STALE claim, and any unread team decision. Then ask which item to take, as options (the claimable ones, each labelled with its title and why it is a sensible next pick, plus "just looking"). On their answer, claim it — do not tell them to run a claim command. If nothing is claimable, say what would unblock what, and stop. claim <id>→board.sh claim <id>. A refusal is an answer, not an error: name who holds it and offer the claimable alternatives. Never work around a refusal. On success it prints the connected work — what each dependency actually delivered, and which items are waiting on this one. Read that back to the user before writing anything; it is the context the previous person had and you do not.done <id>→ ask for what shipped (commit/PR), thenboard.sh done <id> "<note>", tell the user which items this unblocked, and immediately offer the next item as options — closing one and picking the next is one movement, not two commands to remember.decide "<what>"→board.sh decide. Anything that changes how OTHER work must be done — a contract, a rejected approach, a constraint discovered the hard way — goes here the moment it is settled, while the reason is still in the session. It reaches every teammate's next session opening; a decision that stays in this chat reaches nobody. Write what was decided, why, and what it means for other items; name the items it affects.decisions→ list them, or read one. Read these before planning anything.drop <id>→ write the handover note FIRST — exactly where it stands, which files, and why the discarded approach was discarded — thenboard.sh drop <id> "<note>". The engine refuses an empty note.add <id> <title> [deps]→ add items. Fromdocs/PLAN.md, carry each task's dependency edges across.- no board in this repo yet → do not tell the user to run
init; that is the syntax they should never have to learn. Say plainly what a board is for (a teammate's in-progress work is invisible without one) and ask, with options: set one up on this repo's own remote · set one up in a separate repository (they give the URL — for a board shared across repos, or people who cannot push to the code) · not now, this is solo work. On "not now", drop it and do not raise it again unprompted. On a yes, runinityourself, then offer to fill it fromdocs/PLAN.mdif one exists, or ask for the items. Report what the server accepted (custom ref namespace or the orphan-branch fallback) in one line — the user should know where their board lives without having to ask. init→ the same thing when asked for directly.init --remote <url>puts the board in a separate repository. Run by ONE person, once — everyone else configures nothing and the board reaches them on its own. If a board already exists this fetches it rather than creating a second.sync→ fetch and re-read; use it when the board looks stale or a gate message disagrees with reality.off/on→ release every board gate for this repo (off --globalfor all of them) and put them back. The board is untouched either way. A repo that never raninithas no gates to begin with — never imply the user must turn something off to work alone.
Before writing any code for an item, confirm this user holds it. Commits are gated: [#<id>] for a held item,
[chore] otherwise. Strip secrets from anything written to the board — it is pushed to the whole team.
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.
- 10d ago First seen · 52 lines · 23 tokens per session scan A 286df8b9a043
board-csk is a command published in the GitHub repository byerlikaya/claude-starter-kit (22 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 1,105 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-30.
Other commands, from other repositories
init-project
Initialize project with CLAUDE.md template - adaptive detection for new or existing projects.
update-counts
Update all hardcoded counts (skills, agents, marketplace repos/skills) across documentation from filesystem.
update-docs
Scan for recently modified files and update corresponding documentation.
handoff
Create a handoff document for seamless session continuity.
roadmap-track.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
vision-adjust.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.