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-startWrote 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-start)<a href="https://agentmods.dev/commands/khar-ag/t-800-agent/t800-start"><img src="https://agentmods.dev/badge/commands/khar-ag/t-800-agent/t800-start/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-start"><img src="https://agentmods.dev/badge/commands/khar-ag/t-800-agent/t800-start.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.01965 |
| Opus 5 | $0.00000 | $0.00983 |
| Sonnet 5 | $0.00000 | $0.00393 |
| Haiku 4.5 | $0.00000 | $0.00197 |
Grade A, and why
t800-start 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.
How it starts
The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/t800-start — универсальный запуск отдела T-800
Единая команда. Создание rules, skills, commands, subagents, hooks — для плагина, текущего проекта или глобально.
Правка существующего по списку файлов / после аудита → /t800-fix (fix-pack + PATCH), не полный DEEP-старт.
Контракт: shared/fix-pipeline-contract.md.
Закон оркестрации (Директор)
Контракт: shared/department-orchestration-contract.md.
Loop / STATE / gates: shared/loop-engineering-contract.md.
- Зовёшь лидов отделов, не leaf-специалистов (github, brain-context, builder…).
- Специалисты Research / Brains / Factory запускаются автоматом внутри лида.
- После каждого отдела — одна строка progress пользователю +
t800_loop_state.sh touch. - Новых агентов в Research/Brains не добавляем — только эта цепочка.
- «Готово» только при factory-auditor PASS и machine scripts exit 0 (когда применимо).
0. Куда пишем (surface + memory)
bash scripts/discover-target-project.sh --workspace "."
bash scripts/list-target-plugins.sh --workspace "."
Запомни memory_path. Затем:
bash scripts/t800_loop_state.sh init --memory-path "<memory_path>"
# Read STATE.md — blockers, lessons, last gates
| Пользователь сказал | artifact_surface |
|---|---|
| «для этого проекта / в репо» | cursor-workspace → .cursor/ |
| «глобально / user rules» | cursor-user → ~/.cursor/ |
| «для плагина X / продукта Y» | cursor-plugin → git checkout |
Если неясно — один вопрос: плагин, проект или глобально?
Контракты: shared/artifact-surfaces-contract.md, shared/target-selection-contract.md, shared/project-memory-contract.md
Плагин с нуля / публикация в публичный репо: KB knowledge-base/18-plugin-development/plugin-from-scratch.md + public-repo-git-hygiene.md.
0b. Intake (уточнения до тяжёлой research)
Если неоднозначны модели / MCP / surface / readonly / integrations (Kie, GRS, …):
Task(t-800-intake-clarifier)
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 · 207 lines · 0 tokens per session scan A 128c78954c6a
t800-start is a command published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,965 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-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.
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.