template-runner

template-runner is a skill for Claude Code, Codex from docxology/template. It costs 42 tokens per session (338 once invoked), scanned A, original, Apache-2.0.

A set of runners for executing a research pipeline on one project, several projects, or a fixed test matrix.

In plain words
What is it for?
Use it to run projects serially or in parallel, execute a deterministic matrix, and debug the pipeline executor.
Why use it?
It provides a consistent way to start pipeline jobs and investigate how they run.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/docxology/template/runner
Any agent
npx skills add docxology/template --skill runner
Clone the repo
git clone --depth 1 https://github.com/docxology/template

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 template-runner

README.md
[![agentmods](https://agentmods.dev/badge/skills/docxology/template/runner.svg)](https://agentmods.dev/skills/docxology/template/runner)
Your own site
<a href="https://agentmods.dev/skills/docxology/template/runner"><img src="https://agentmods.dev/badge/skills/docxology/template/runner.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 338 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00042 $0.00338
Opus 5 $0.00021 $0.00169
Sonnet 5 $0.00008 $0.00068
Haiku 4.5 $0.00004 $0.00034

Measured yesterday against content hash 124154a81f56, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

template-runner 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 yesterday.

The scan reads SKILL.md. This mod also ships 9 executable files (__init__.py, archive_publication.py, bundle_executable.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

scripts/runner/SKILL.md · 46 lines

What it actually says

template-runner

Pipeline execution runners in scripts/runner/.

When to use

Load this skill when you need to:

  • Run the full pipeline for one or many projects
  • Debug pipeline execution or PipelineExecutor
  • Understand how run.sh delegates to Python runners
  • Add or modify a runner script

Runner scripts

Script Delegates to
execute_pipeline.py infrastructure.core.pipeline.PipelineExecutor
execute_multi_project.py infrastructure.core.pipeline.PipelineExecutor (per project)
run_matrix.py infrastructure.core.pipeline.run_matrix

Bootstrap note

Runner scripts use parents[2] from scripts/runner/ — this reaches the repo root (3 levels up: runner/ → scripts/ → repo root).

Pitfalls

  • execute_pipeline.py re-exports PipelineArgs, handle_hitl_command, etc. for test compatibility — do not remove __all__.
  • run_matrix.py reads run.config for project selection; verify it exists.
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. yesterday First seen · 46 lines · 42 tokens per session scan A 124154a81f56

Subscribe to this mod's changes

template-runner is a skill published in the GitHub repository docxology/template (19 stars, last pushed today), licensed Apache-2.0. It adds 42 tokens to every session and 338 once invoked, about $0.0002 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

drug-design

End-to-end drug discovery pipeline orchestration. Deterministic Python script that auto-chains structure prediction, pocket detection, de novo design, docking, scoring, and ADMET filtering into reproducible workflows.

synthetic-sciences/openscience · 44 tokens

protein-design-workflow

End-to-end guidance for protein design pipelines. Use this skill when: (1) Starting a new protein design project, (2) Need step-by-step workflow guidance, (3) Understanding the full design pipeline, (4) Planning compute resources and timelines, (5) Integrating multiple design tools. For tool selection, use…

adaptyvbio/protein-design-skills · 83 tokens

aerospace-engineering-technician

Use when a task needs the judgment of an Aerospace Engineering and Operations Technologist/Technician — verifying an installed fastener's preload against a drawing's torque callout via the T=K·D·F relationship, reducing strain-gauge data from a structural proof-load test into stress and checking it against an…

wonsukchoi/domain-experts · 169 tokens

automotive-engineering-technician

Use when a task needs the judgment of an Automotive Engineering Technician — setting up and instrumenting test equipment (strain-gauge bridges, thermocouples, load/torque sensors) to an engineer's written test plan, selecting DAQ sample rate and an SAE J211 CFC filter class for a vehicle test channel, verifying…

wonsukchoi/domain-experts · 207 tokens

calibration-technician

Use when a task needs the judgment of a Calibration Technologist/Technician — computing a Test Uncertainty Ratio (TUR) and deciding whether it meets the 4:1 target, building a measurement uncertainty budget (Type A/Type B, GUM-style) for a calibration, tracing a reference standard's chain of custody to NIST/SI…

wonsukchoi/domain-experts · 112 tokens

acoustical-engineer

Use when a task needs the judgment of an Acoustical Engineer — calculating room reverberation time (RT60) and specifying absorption/reflection treatment for a space, evaluating a wall or floor assembly's STC/IIC rating against a code or design target, diagnosing why a completed space fails its acoustic design intent…

wonsukchoi/domain-experts · 102 tokens