board-csk

board-csk is a command for Claude Code from byerlikaya/claude-starter-kit. It costs 23 tokens per session (1,105 once invoked), scanned A, original, MIT.

A team task-board command for seeing who owns work, taking an available item, handing it over, and marking it complete. A team board is a shared list that tracks task ownership and dependencies.

In plain words
What is it for?
It is for checking team work, claiming tasks, transferring them, completing them, and reviewing blocked or stale assignments.
Why use it?
It prevents people from working on the same task, losing track of ownership, or missing work that is blocked by another item.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths.

Good fit It is for checking team work, claiming tasks, transferring them, completing them, and reviewing blocked or stale assignments.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/byerlikaya/claude-starter-kit/board-csk
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.

Clone the repo
git clone --depth 1 https://github.com/byerlikaya/claude-starter-kit

Made for: Claude Code.

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-csk

README.md
[![agentmods](https://agentmods.dev/badge/commands/byerlikaya/claude-starter-kit/board-csk/github.svg)](https://agentmods.dev/commands/byerlikaya/claude-starter-kit/board-csk)
Your own site
<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.

agentmods 80×15 button for board-csk

Your own site · 80×15
<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>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,105 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.00023 $0.01105
Opus 5 $0.00012 $0.00553
Sonnet 5 $0.00005 $0.00221
Haiku 4.5 $0.00002 $0.00111

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

Security

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.

claude-starter/commands/board-csk.md · 52 lines

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 argumentboard.sh status, plus board.sh decisions when 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), then board.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 — then board.sh drop <id> "<note>". The engine refuses an empty note.
  • add <id> <title> [deps] → add items. From docs/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, run init yourself, then offer to fill it from docs/PLAN.md if 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 --global for all of them) and put them back. The board is untouched either way. A repo that never ran init has 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.

Read the full file on GitHub · 52 lines

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. 10d ago First seen · 52 lines · 23 tokens per session scan A 286df8b9a043

Subscribe to this mod's changes

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.