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.
npx agentmods add commands/toolwright-adk/toolwright-monorepo/linear-checkgit clone --depth 1 https://github.com/toolwright-adk/toolwright-monorepoWrote 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/toolwright-adk/toolwright-monorepo/linear-check)<a href="https://agentmods.dev/commands/toolwright-adk/toolwright-monorepo/linear-check"><img src="https://agentmods.dev/badge/commands/toolwright-adk/toolwright-monorepo/linear-check.svg" alt="Measured on agentmods" 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 | $0.00032 | $0.00454 |
| Opus 5 | $0.00016 | $0.00227 |
| Sonnet 5 | $0.00006 | $0.00091 |
| Haiku 4.5 | $0.00003 | $0.00045 |
Grade A, and why
linear-check 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 3d 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
Linear MCP Health Check
Probe both MCP servers and report status.
Steps
1. Check linear-bootstrap MCP
Call mcp__linear-bootstrap__list-teams. Interpret the result:
- Success (returns team list): linear-bootstrap MCP is healthy. Note the teams.
- Tool not found: linear-bootstrap MCP server is not configured. The user needs to add it to
.mcp.json. - Error response: Server is configured but failing. Show the error. Common causes:
LINEAR_API_KEYmissing or invalidLLM_API_KEY/LLM_BASE_URL/LLM_MODELnot set (needed for plan generation)- Binary not found (check
which linear-bootstrapor use absolute path)
2. Check official Linear MCP
Call mcp__linear__list_teams. Interpret the result:
- Success: Official Linear MCP is healthy.
- Tool not found: Official Linear MCP is not installed. The user needs to enable the Linear integration in Claude Code settings.
- Error response: Show the error.
3. Report
Present a summary:
## Linear MCP Status
| Server | Status | Details |
| ----------------- | ------ | -------------------- |
| linear-bootstrap | ✅/❌ | [teams or error] |
| official Linear | ✅/❌ | [teams or error] |
Then explain what's available:
- Both healthy: Full functionality — project creation, batch operations, status reports, individual issue management.
- Only official Linear: Can read/write individual issues, check status, manage cycles. Cannot create projects or add epics in batch.
- Only linear-bootstrap: Can create projects and batch operations. Cannot read existing issues, post status updates, or manage individual items.
- Neither: No Linear tools available. Guide the user to set up at least one.
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.
- 3d ago First seen · 52 lines · 32 tokens per session scan A 3147e858e969
linear-check is a command published in the GitHub repository toolwright-adk/toolwright-monorepo (1 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 454 once invoked, about $0.0002 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.
Other commands, from other repositories
README
Git workflow and quality assurance commands for the claude-skills repository.
minutes-ideas
Surface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement.
sync-linear
Sync current work with Linear ticket status.
version
Show installed vs latest ai-sdlc plugin version. Bypasses the 24h SessionStart cache.
release-notes
Generate consistent, well-structured release notes from git history. Triggered on release tags following semver patterns (v..) to produce categorized changelog with breaking changes, features, fixes, and contributor attribution.