t800-bootstrap

t800-bootstrap is a command for Claude Code from Khar-AG/t-800-agent. It costs 0 tokens per session (274 once invoked), scanned A, original, MIT.

A first-run setup command for the T-800 plugin, intended for installation or a new user.

In plain words
What is it for?
Run it once to perform the initial audit, ask about routing all T-800 artifacts through /t800-start, and prepare the plugin for onboarding.
Why use it?
It checks whether setup is needed, explains the current state, optionally installs a global routing rule, and tells the user to reload Cursor.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: mentions subagents.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/first-run-status.sh.

Good fit Run it once to perform the initial audit, ask about routing all T-800 artifacts through /t800-start, and prepare the plugin for onboarding.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Khar-AG/t-800-agent
agentmods
npx agentmods add commands/khar-ag/t-800-agent/t800-bootstrap

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 t800-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/commands/khar-ag/t-800-agent/t800-bootstrap.svg)](https://agentmods.dev/commands/khar-ag/t-800-agent/t800-bootstrap)
Your own site
<a href="https://agentmods.dev/commands/khar-ag/t-800-agent/t800-bootstrap"><img src="https://agentmods.dev/badge/commands/khar-ag/t-800-agent/t800-bootstrap.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 274 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.00000 $0.00274
Opus 5 $0.00000 $0.00137
Sonnet 5 $0.00000 $0.00055
Haiku 4.5 $0.00000 $0.00027

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

Security

Grade A, and why

t800-bootstrap 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 8d 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.

commands/t800-bootstrap.md · 44 lines

What it actually says

/t800-bootstrap — первый запуск T-800

Запускайте один раз при установке плагина или для новичка в чате.

Цепочка

1. Статус

bash scripts/first-run-status.sh

Если needs_bootstrap: false — достаточно /t800-onboard.

2. Аудит + объяснение

Task(t-800-onboard)

Передай: first_run: true, уровень новичок.

3. Глобальное правило (после согласия)

Спроси пользователя один раз:

«Установить глобальное правило: все subagents, skills, commands, rules и hooks создаются только через T-800 (/t800-start)? Работает во всех проектах.»

При да:

bash scripts/install-global-routing-rule.sh --yes

При нет — запиши в ~/.t800/state.json отказ; предложи позже повторить /t800-bootstrap.

4. Reload Window

Напомни перезагрузить Cursor.


После bootstrap в чате: /t800-onboard (аудит) и /t800-start (создание артефактов).

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. 8d ago First seen · 44 lines · 0 tokens per session scan A 7ae632c8c44e

Subscribe to this mod's changes

t800-bootstrap is a command published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 12d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 274 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.

Related

Other commands, from other repositories