t-800-fix-pack

t-800-fix-pack is a skill for Claude Code from Khar-AG/t-800-agent. It costs 79 tokens per session (420 once invoked), scanned A, original, MIT.

A defined format and workflow for preparing a fix pack, a document that lists approved changes to an existing artifact.

In plain words
What is it for?
It helps inspect and validate fix packs, apply their listed file changes, run the relevant gates, and record the result.
Why use it?
It limits patches to the requested scope and requires checks before the change is considered complete.

Skill for Claude Code

Written for Claude Code: paths in frontmatter.

Good fit It helps inspect and validate fix packs, apply their listed file changes, run the relevant gates, and record the result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khar-ag/t-800-agent/t-800-fix-pack
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-fix-pack
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-fix-pack

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/khar-ag/t-800-agent/t-800-fix-pack"><img src="https://agentmods.dev/badge/skills/khar-ag/t-800-agent/t-800-fix-pack.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 420 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.00079 $0.00420
Opus 5 $0.00039 $0.00210
Sonnet 5 $0.00016 $0.00084
Haiku 4.5 $0.00008 $0.00042

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

Security

Grade A, and why

t-800-fix-pack 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.

skills/t-800-fix-pack/SKILL.md · 55 lines

What it actually says

T-800 — fix-pack → PATCH

Procedural map: fix-pack → /t800-fixTask(t-800-factory) PATCH → run_gate.

Что читать

  • shared/fix-pipeline-contract.md
  • templates/fix-pack.md.template
  • commands/t800-fix.md

Секции: pack-sections.md.
Ограничения: patch-constraints.md.

Алгоритм

  1. Read {memory_path}/fix-packs/<slug>.md.
  2. Validate required sections (см. refs).
  3. research_mode: skip | light | deep (default skip/light).
  4. Brain LIGHT: Task(t-800-brain-lead) с mode: PATCH.
  5. Factory только files[] из pack.
  6. python3 scripts/t800_run_gate.py (+ флаги по режиму).
  7. Обновить STATE Gates / Completed.

Выход

pack_ok: true|false
missing_sections: []
patch_scope: []
next: t-800-factory|blocked

Запреты

  • DEEP research по умолчанию
  • Расширять scope без обновления pack
  • Править production site/deck
  • Self-PASS без machine gate
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. 8d ago First seen · 55 lines · 79 tokens per session scan A c57dbef3df83

Subscribe to this mod's changes

t-800-fix-pack is a skill published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 15d ago), licensed MIT. It adds 79 tokens to every session and 420 once invoked, about $0.0004 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-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-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

pn-systematic-debugging

Root cause analysis with triage mode — Phase 0 feedback loop, investigate first, one question max, then isolate, hypothesize, confirm. Outputs TDD fix plan with RED-GREEN cycles; optional GitHub issue via GitHub MCP. Use when debugging a failure or bug.

perniemann/pnCore · 63 tokens

pn-discipline-philosophy

Defines engineering discipline: test-first, root-cause before fix, minimal change, measure-before-optimize, review/second look, evidence over guess. Use when implementing features, debugging, planning, or establishing development practices. Aligns with TDD, systematic debugging, and RCA practices (current).

perniemann/pnCore · 66 tokens

debugging-strategies

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

wshobson/agents · 43 tokens

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

wshobson/agents · 54 tokens