t-800-command-chains

t-800-command-chains is a skill for Claude Code from Khar-AG/t-800-agent. It costs 91 tokens per session (460 once invoked), scanned A, original, MIT.

A guide for maintaining machine-readable command chains, which describe how T-800 commands connect to agents and processing steps.

In plain words
What is it for?
It helps update command-chain data, check it against agent and command files, and identify missing or inconsistent links.
Why use it?
It helps prevent orphaned commands or agents that are no longer connected to the plugin's command graph.

Skill for Claude Code

Written for Claude Code: paths in frontmatter.

Good fit It helps update command-chain data, check it against agent and command files, and identify missing or inconsistent links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khar-ag/t-800-agent/t-800-command-chains
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Khar-AG/t-800-agent --skill t-800-command-chains
Clone the repo
git clone --depth 1 https://github.com/Khar-AG/t-800-agent

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 t-800-command-chains

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/khar-ag/t-800-agent/t-800-command-chains"><img src="https://agentmods.dev/badge/skills/khar-ag/t-800-agent/t-800-command-chains.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 460 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.00091 $0.00460
Opus 5 $0.00046 $0.00230
Sonnet 5 $0.00018 $0.00092
Haiku 4.5 $0.00009 $0.00046

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

Security

Grade A, and why

t-800-command-chains 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 5d 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.

skills/t-800-command-chains/SKILL.md · 57 lines

What it actually says

T-800 — command chains (procedural)

Companion к JSON graph + orphan gate. Schema SoT: shared/command-chains.json.
Скрипт gate — handoff artifact-scripts (не этот skill).

Что читать

  • shared/command-chains.json (SoT)
  • registry/agents-registry.json
  • shared/plugin-audit-contract.md (orphans)

Схема полей: chain-schema.md.
Правила orphan: orphan-rules.md.

Алгоритм

  1. Locate chains: shared/command-chains.json (не registry/command_chains.json).
  2. Validate vs schema / gate script.
  3. Map command stem → lead Task + pipeline.
  4. Check consistency с registry ids / calledBy soft links.
  5. Run orphan gate (когда скрипт есть).
  6. Update chains только вместе с matching commands/<stem>.md и agent files (через factory).

Выход

chains_path: shared/command-chains.json
valid: true|false
orphans: []
patch_plan: []

Запреты

  • Invent chains без файла JSON на диске
  • Дублировать soft graph только в prose агента
  • Править agents/commands без factory
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 57 lines · 91 tokens per session scan A c84a0098d4b2

Subscribe to this mod's changes

t-800-command-chains is a skill published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 12d ago), licensed MIT. It adds 91 tokens to every session and 460 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

pn-godot-dev

Guides Godot Engine 4.x development: GDScript, GDExtension (C++), multiplayer, VisualShader/shader code, export/platform config, autoloads, Resource serialization, InputMap, headless CI, AnimationPlayer/Tree, 2D/3D workflows, physics, PCG, and Blender pipeline. Use when developing Godot 4.x projects.

perniemann/pnCore · 86 tokens

pn-session-retro

Run a blameless retrospective on an agent transcript. Classify mistakes under a 5-code taxonomy, emit a structured report at docs/refs/retros/, and recommend concrete hardening. Use after a session that felt off, before a quarterly audit, or via the /pn-retro command. v1 is manual-only; cross-session pattern counters…

perniemann/pnCore · 85 tokens

pn-gsap

Deep GSAP API reference — timelines, easing, ScrollTrigger, plugins (SplitText, Flip, DrawSVG, MorphSVG, MotionPath), framework integrations (React useGSAP, Vue, Svelte), and performance patterns. Use when implementing GSAP-powered animations; load alongside pn-animation for motion role taxonomy and budgets.

perniemann/pnCore · 69 tokens

pn-a2a-interop

Design and implement Agent2Agent (A2A) Protocol integrations — connecting pnCore-orchestrated agents with external agents built on other frameworks (LangGraph, ADK, CrewAI, AutoGen) or owned by other organizations. Covers A2A service cards, task routing, trust/auth, capability negotiation, and audit trail. Use when a…

perniemann/pnCore · 87 tokens

pn-html-to-video

Deterministic, programmatic video from HTML compositions. Covers the HTML composition contract (data-start, data-duration, data-track-index), Frame Adapter pattern (GSAP / Lottie / CSS / Three.js), Puppeteer+FFmpeg capture pipeline, delivery sheet, and tool selection (Hyperframes / Remotion / Motion Canvas). Use when…

perniemann/pnCore · 118 tokens

pn-api-probe

Fetch live API, version, and enum facts from the target runtime or stack before planning. Use in Phase 0 of pn-design and pn-build when the stack may have changed since training data.

perniemann/pnCore · 44 tokens