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.
git clone --depth 1 https://github.com/Khar-AG/t-800-agentnpx agentmods add commands/khar-ag/t-800-agent/t800-bootstrapWrote 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/khar-ag/t-800-agent/t800-bootstrap)<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>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.00274 |
| Opus 5 | $0.00000 | $0.00137 |
| Sonnet 5 | $0.00000 | $0.00055 |
| Haiku 4.5 | $0.00000 | $0.00027 |
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.
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 (создание артефактов).
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.
- 8d ago First seen · 44 lines · 0 tokens per session scan A 7ae632c8c44e
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.
Other commands, from other repositories
pn-audit-data
Design or review database schema — normalization, indexing strategy, migration plan, and data model decisions. Surgical command for database design. Use standalone or as part of pn-backend-audit.
pn-audit-performance
Identify and fix backend performance issues — N+1 queries, missing cache layers, blocking I/O, slow queries, and connection pool exhaustion. Surgical backend performance pass.
pn-delight
Add purposeful moments of joy, motion, and personality. Use when the design is correct and complete but feels flat and lifeless.
pn-audit-security
OWASP-guided security review — auth posture, input validation, secrets, CORS, JWT, rate limiting. Surgical command for backend security. Use standalone or as part of pn-backend-audit.
pn-frontend-redo
Audit-driven frontend remediation on an existing app — baseline audit, slice plan, sequential UI slices with maker-checker gates, preflight, deliver. Use instead of pn-program for same-repo sequential surfaces (Home → fight → chrome). Not for greenfield (pn-design) or parallel vertical slices (pn-program).
pn-audit-api
Surgical API design review — REST conventions, status codes, response shapes, validation, and schema leaks. Use standalone or as part of pn-backend-audit. Outputs a scored fix roadmap.