t-800-factory-scaffold

t-800-factory-scaffold is a skill for Claude Code, Codex from Khar-AG/t-800-agent. It costs 100 tokens per session (527 once invoked), scanned A, original, MIT.

A procedural workflow for creating T-800 agents, skills, commands, and related files through a factory process.

In plain words
What is it for?
It helps discover the target project, prepare a factory brief, run the creation stages, and perform final checks.
Why use it?
It keeps generated plugin artifacts consistent and prevents ad-hoc edits from bypassing the required design and review steps.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps discover the target project, prepare a factory brief, run the creation stages, and perform final checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khar-ag/t-800-agent/t-800-factory-scaffold
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-factory-scaffold
Clone the repo
git clone --depth 1 https://github.com/Khar-AG/t-800-agent

Made for: Claude Code, Codex.

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-factory-scaffold

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/khar-ag/t-800-agent/t-800-factory-scaffold"><img src="https://agentmods.dev/badge/skills/khar-ag/t-800-agent/t-800-factory-scaffold.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 527 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.00100 $0.00527
Opus 5 $0.00050 $0.00264
Sonnet 5 $0.00020 $0.00105
Haiku 4.5 $0.00010 $0.00053

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

Security

Grade A, and why

t-800-factory-scaffold 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 9d 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-factory-scaffold/SKILL.md · 56 lines

What it actually says

T-800 — CREATE scaffold (procedural)

Это не субагент. CREATE-артефакты пишет только Task(t-800-factory) (внутри: architect→…→auditor).

Что читать

  • shared/department-orchestration-contract.md
  • shared/plan-to-factory-handoff-contract.md
  • shared/project-memory-contract.md
  • {memory_path}/factory-briefs/<slug>.yaml

Детали: create-checklist.md, department-order.md.

Алгоритм

  1. Discovery: bash scripts/discover-target-project.sh --workspace "<ROOT>" → запомни memory_path.
  2. Confirm brief + STATE.md (init/touch через loop scripts).
  3. Порядок отделов: intake? → scout → research-lead → prompt-craft? → brain-lead → factory.
  4. Factory АВТО: architect → builder → … → auditor (листов не звать вручную).
  5. Перед «готово» — skill t-800-run-gates / t800_run_gate.py.
  6. После каждого отдела — одна строка progress пользователю.

Выход

phase: scout|research|craft|brain|factory|gates
next_task: "Task(t-800-…)" | null
blockers: []

Без production Write вне factory.

Связи

  • Invoked by: director / factory CREATE
  • Companions: t-800-run-gates после auditor

Запреты

  • Write/StrReplace в agents/, skills/, commands/, rules/, hooks из skill
  • Skip factory / invent new research|brain agents
  • MIR вне ~/.cursor/plugins/local/
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. 9d ago First seen · 56 lines · 100 tokens per session scan A 2d34f290c40f

Subscribe to this mod's changes

t-800-factory-scaffold is a skill published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 16d ago), licensed MIT. It adds 100 tokens to every session and 527 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-business-strategy-orchestration

Conductor for the businessstrategy workflow. Defines workflow state shape, companion-MCP detection, evidence-log protocol, HITL gate scripts, discussion-loop semantics, and explicit references to all sub-skills. Load at step 0 and keep loaded throughout the run.

perniemann/pnCore · 60 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-cx-agent-patterns

Design and build customer-facing AI agents — concierge-style service agents, agentic commerce flows (session memory, preference recall, multi-turn negotiation, delegated transaction execution), and hyper-personalized CX pipelines. Use when building customer support agents, shopping assistants, booking agents, or any…

perniemann/pnCore · 67 tokens