Borrowing it
Nothing to install: this file belongs to ronanathebanana/claude-linear-gh-starter. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ronanathebanana/claude-linear-gh-starter/chore/reorganize-for-public-release/.claude/commands/README.mdgit clone --depth 1 https://github.com/ronanathebanana/claude-linear-gh-starterWrote 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/ronanathebanana/claude-linear-gh-starter/readme)<a href="https://agentmods.dev/commands/ronanathebanana/claude-linear-gh-starter/readme"><img src="https://agentmods.dev/badge/commands/ronanathebanana/claude-linear-gh-starter/readme/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/ronanathebanana/claude-linear-gh-starter/readme"><img src="https://agentmods.dev/badge/commands/ronanathebanana/claude-linear-gh-starter/readme.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.00000 | $0.00258 |
| Opus 5 | $0.00000 | $0.00129 |
| Sonnet 5 | $0.00000 | $0.00052 |
| Haiku 4.5 | $0.00000 | $0.00026 |
Grade A, and why
README 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.
What it actually says
Slash Commands
This directory contains Claude Code slash commands for the Linear workflow setup.
Available Commands
/setup-linear
Run the complete Linear + Claude + GitHub workflow installation wizard.
Usage:
/setup-linear
What it does:
- Validates your environment (git, GitHub CLI, Node.js)
- Fixes GitHub authentication issues automatically
- Guides you through Linear workspace configuration
- Sets up branch strategy and status mappings
- Installs GitHub Actions workflow
- Creates Linear issue templates
- Sets up git hooks and documentation
- Creates a test issue to verify everything works
Time: ~5 minutes
/install
Alias for /setup-linear - runs the same installation wizard.
Usage:
/install
How Slash Commands Work
Slash commands are shortcuts that expand into full prompts. When you type /setup-linear, Claude Code will execute the Linear workflow setup wizard automatically.
You can also trigger setup by saying:
- "Setup Linear workflow"
- "Install Linear workflow"
- "Configure Linear integration"
All methods run the same enhanced setup wizard with:
- Batch command approval
- Visual progress tracking
- Automatic template creation
- Built-in test verification
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 · 53 lines · 0 tokens per session scan A 5c40a88e9e8d
README is a command published in the GitHub repository ronanathebanana/claude-linear-gh-starter (2 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 258 tokens. 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.
Other commands, from other repositories
taskstoissues
A command that turns structured tasks from project design documents into ordered GitHub Issues, written in simplified Chinese.
end-work
Complete work session with final checklist.
status
The state of play, computed fresh: branch, dirty files, the active sprint, open work, index freshness.
sddp-implement
Command description: Implement the current feature tasks. Argument hint: [optional: phase or task to start from] Command category: feature-delivery Prerequisites: spec, plan, tasks, checklists:complete-if-present.
next
Suggest the most likely next workflow action based on current context.
aft
Transfer feature from its current agent to a different agent — preserves commits and in-flight work (shortcut for feature-transfer).