band-start

band-start is a skill for Claude Code from band-app/band. It costs 74 tokens per session (3,772 once invoked), scanned A, original, MIT.

A task launcher for Band, a local workspace tool that creates a separate Git worktree and sends work to a coding agent. It starts a new workspace from a plain-language task description.

In plain words
What is it for?
Use it to start a feature, bug fix, or ticket in a fresh Band workspace. It can optionally use Jira or GitHub issue context when those command-line tools are available.
Why use it?
It removes the setup work of choosing a project, naming a branch, creating a worktree, and finding related ticket details before coding can begin.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to start a feature, bug fix, or ticket in a fresh Band workspace. It can optionally use Jira or GitHub issue context when those command-line tools are available.

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

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 band-start

README.md
[![agentmods](https://agentmods.dev/badge/skills/band-app/band/band-start/github.svg)](https://agentmods.dev/skills/band-app/band/band-start)
Your own site
<a href="https://agentmods.dev/skills/band-app/band/band-start"><img src="https://agentmods.dev/badge/skills/band-app/band/band-start/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 band-start

Your own site · 80×15
<a href="https://agentmods.dev/skills/band-app/band/band-start"><img src="https://agentmods.dev/badge/skills/band-app/band/band-start.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,772 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00074 $0.03772
Opus 5 $0.00037 $0.01886
Sonnet 5 $0.00015 $0.00754
Haiku 4.5 $0.00007 $0.00377

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

Security

Grade A, and why

band-start 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 9d 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.

apps/cli/skills/band-start/SKILL.md · 302 lines

How it starts

The opening of the file, as written. The whole thing — 302 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Start a Band Workspace

Creates a Band workspace (git worktree) and submits a task to the coding agent in a single step. The only required input is the prompt — a natural-language description of what the agent should work on. This skill figures out the project, branch name, and any ticket context automatically.

This skill is focused on the kickoff flow. For broader operations see the sibling skills:

  • band — workspaces, projects, cronjobs, tunnel, settings.
  • band-chat — chat panes inside a workspace (band chats send/watch/...).
  • band-loop — schedule a recurring prompt against a workspace (band cronjobs ...).
  • band-terminal — terminal sessions inside a workspace.
  • band-browser — browser tabs inside a workspace.

Prerequisites

  • The Band server must be running (started by the Band dashboard app). Connects to http://localhost:3456 by default.
  • The target project must be registered with Band (band projects list to check).
  • Optional: acli for Jira ticket lookups, gh for GitHub issue lookups. Missing tools are non-fatal — the skill falls back to using the prompt as-is.

JSON Output

All commands support --output json (or BAND_OUTPUT=json env var) for structured output.

  • Success: JSON object to stdout, exit code 0
  • Error: {"error": "message"} to stderr, exit code 1

Workflow

1. Determine the project

Match the current working directory against the registered Band projects:

band projects list --output json | jq -r '.projects[] | "\(.name)\t\(.path)"'

Pick the project whose path is the cwd or one of its ancestors. If no match or the cwd is ambiguous (multiple registered projects under the same root), ask the user to pick one.

1a. Plain (non-git) projects: short-circuit

A Band project can be either a git repo (the normal case) or a "plain" folder (no .git). Plain projects have a single implicit workspace whose path equals the project path — there are no branches, no PRs, no workspaces create.

Read the full file on GitHub · 302 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. 9d ago First seen · 302 lines · 74 tokens per session scan A cdbea83ffda0

Subscribe to this mod's changes

band-start is a skill published in the GitHub repository band-app/band (5 stars, last pushed yesterday), licensed MIT. It adds 74 tokens to every session and 3,772 once invoked, about $0.0004 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.