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-onboardWrote 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-onboard)<a href="https://agentmods.dev/commands/khar-ag/t-800-agent/t800-onboard"><img src="https://agentmods.dev/badge/commands/khar-ag/t-800-agent/t800-onboard/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/khar-ag/t-800-agent/t800-onboard"><img src="https://agentmods.dev/badge/commands/khar-ag/t-800-agent/t800-onboard.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.00398 |
| Opus 5 | $0.00000 | $0.00199 |
| Sonnet 5 | $0.00000 | $0.00080 |
| Haiku 4.5 | $0.00000 | $0.00040 |
Grade A, and why
t800-onboard 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 12d 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-onboard — онбординг для новичков
Для чата с новичками. Показывает, что настроено в Cursor (global + local), и что умеет отдел T-800.
Первый раз в системе? Сначала /t800-bootstrap — тот же аудит + предложение глобального правила.
Запуск
Task(t-800-onboard)
Передай: workspace root, уровень (новичок), цель, first_run: true если это bootstrap.
Шаг 0 — машинный аудит
bash scripts/first-run-status.sh
bash scripts/audit-cursor-setup.sh --workspace "."
Что получит новичок
- Глобально (
~/.cursor/): rules, skills, commands, subagents, plugins - Локально (проект
.cursor/): то же для текущего workspace - Память проекта —
{slug}-memory,plugin-memory, и т.д. - Возможности T-800 — команды и цепочка
- Следующий шаг —
/t800-bootstrapили/t800-start - Глобальное правило — предложение установить (только при bootstrap)
Связанные команды
| Команда | Когда |
|---|---|
/t800-bootstrap |
Первый запуск + глобальное rule по согласию |
/t800-start |
Создать/править subagent, skill, rule |
/t-800-operator |
Общие вопросы про Cursor (режимы, MCP) |
/t-800-health |
Техдиагностика плагина T-800 |
Закон: не отвечай на онбординг из main chat без Task(t-800-onboard).
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.
- 12d ago First seen · 41 lines · 0 tokens per session scan A 0ada4bced352
t800-onboard is a command published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 398 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-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.
pn-audit-errors
Standardize error handling — consistent shapes, structured logging, correlation IDs, safe client responses. Surgical command for error handling. Use standalone or as part of pn-backend-audit.