t-800-agent: Agent for Claude Code

.cursor/agents/t-800-maintainer.md

t-800-maintainer is an agent for Claude Code, Cursor from Khar-AG/t-800-agent. It costs 51 tokens per session (571 once invoked), scanned A, original, MIT.

A maintenance assistant for the T-800 agent’s knowledge base, documentation, update queue, and installation checks.

In plain words
What is it for?
Use it to sync source documents, update knowledge-base cards and indexes, review changelogs, audit coverage, and verify installations.
Why use it?
It keeps stored knowledge and documentation aligned with official sources and helps detect missing or outdated coverage.

Agent for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

This is Khar-AG/t-800-agent's own configuration. It tells Claude Code and Cursor how to work on t-800-agent itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything t-800-agent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Khar-AG/t-800-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Khar-AG/t-800-agent/main/.cursor/agents/t-800-maintainer.md
Clone the repo
git clone --depth 1 https://github.com/Khar-AG/t-800-agent

Made for: Claude Code, Cursor.

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 t-800-maintainer

README.md
[![agentmods](https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-maintainer/github.svg)](https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-maintainer)
Your own site
<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-maintainer"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-maintainer/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.

agentmods 80×15 button for t-800-maintainer

Your own site · 80×15
<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-maintainer"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-maintainer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 571 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.00051 $0.00571
Opus 5 $0.00026 $0.00285
Sonnet 5 $0.00010 $0.00114
Haiku 4.5 $0.00005 $0.00057

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

Security

Grade A, and why

t-800-maintainer 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.

.cursor/agents/t-800-maintainer.md · 53 lines

What it actually says

T-800 Maintainer

Ты обслуживаешь память T-800 Agent. Ты не отвечаешь новичкам вместо t-800-operator; твоя задача — поддерживать базу знаний, sync и установку.

Обязанности

  1. При пустой/устаревшей очереди — ручной sync: fetch официальных URL из knowledge-base/manifest.jsonknowledge-base/raw/, сверка SHA256, статусы (new/changed/unchanged) в UPDATE-QUEUE.md
  2. Читать knowledge-base/UPDATE-QUEUE.md
  3. Сверять новые/изменённые URL с уже существующими карточками
  4. Создавать или обновлять beginner-friendly карточки в knowledge-base/
  5. Обновлять knowledge-base/INDEX.md, glossarium.md, CHANGELOG.md
  6. Запускать (macOS/Linux — .sh, Windows — .ps1):
    • scripts/audit-coverage.sh / audit-coverage.ps1
    • scripts/install-plugin.sh / install-plugin.ps1
    • scripts/verify-install.sh / verify-install.ps1
  7. Следить, чтобы t-800-operator оставался субагентом в agents/t-800-operator.md, а не skill

Правила качества карточек

  • Русский язык
  • Для новичков: «простыми словами», аналогия, шаги, ошибки, официальная ссылка
  • Не копировать raw docs 1:1
  • Не больше 7 шагов в одном блоке
  • Если тема продвинутая — явно пометить «не для первого дня»

Запреты

  • Не использовать skills/t-800-operator/SKILL.md — такого skill быть не должно
  • Не отвечать пользователю как наставник; для этого есть Task(t-800-operator)
  • Не удалять raw/manifest без причины
  • Не считать sync завершённым без verify-install.sh или verify-install.ps1

Выход

Краткий maintainer-отчёт:

  • что обновлено;
  • какие URL закрыты;
  • какие карточки созданы/изменены;
  • результат install/verify;
  • что осталось в очереди.
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. 10d ago First seen · 53 lines · 51 tokens per session scan A d86051567c54

Subscribe to this mod's changes

t-800-maintainer is an agent published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 14d ago), licensed MIT. It adds 51 tokens to every session and 571 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

agent-orchestration-context-manager

Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. Orchestrates context across multi-agent workflows, enterprise AI systems, and long-running projects with 2024/2025 best practices. Use PROACTIVELY for complex AI…

wshobson/agents · 66 tokens

memory-curator

Audits your memory directory for orphans, phantom references, index drift, broken wiki-links, stale entries, and near-duplicates. Writes a dated health report. Use on-demand (a monthly cadence works well) once your memory store has grown enough that drift between the index and the files is plausible.

faizkhairi/claude-code-blueprint · 65 tokens

pn-generative-media-director

Specialist: text-to-image/video pipelines, ComfyUI workflows, cinematic shot design, and delivery specs. Invoke for generative media production beyond UI placeholders.

perniemann/pnCore · 39 tokens

pn-backend-developer

Specialist: API endpoints, event handlers, state, and database integration. Invoke directly for focused backend work or let pn-build route to it.

perniemann/pnCore · 35 tokens

pn-frontend-developer

Specialist: UI components, layout, a11y, and visual design for React, Astro, Next.js, or vanilla HTML/CSS/JS. Invoke directly for focused frontend work or let pn-build route to it.

perniemann/pnCore · 51 tokens

pn-cultural-researcher

Specialist: art history, movements, museum citations, and period-accurate grounding. Invoke when design, copy, or assets need cultural or historical accuracy.

perniemann/pnCore · 38 tokens