template-pipeline

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

A set of scripts that coordinate numbered stages of a template research pipeline.

In plain words
What is it for?
Use it to run or debug setup, testing, analysis, rendering, validation, copying, connector search, provenance recording, and research workflow stages.
Why use it?
It gives each stage a clear entry point while connecting it to the repository code that performs the work.

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/pipeline
Any agent
npx skills add docxology/template --skill pipeline
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-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/docxology/template/pipeline.svg)](https://agentmods.dev/skills/docxology/template/pipeline)
Your own site
<a href="https://agentmods.dev/skills/docxology/template/pipeline"><img src="https://agentmods.dev/badge/skills/docxology/template/pipeline.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 662 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.00052 $0.00662
Opus 5 $0.00026 $0.00331
Sonnet 5 $0.00010 $0.00132
Haiku 4.5 $0.00005 $0.00066

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

Security

Grade A, and why

template-pipeline 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 15 executable files (__init__.py, stage_00_setup.py, stage_01_test.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/pipeline/SKILL.md · 59 lines

How it starts

The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.

template-pipeline

Numbered pipeline stage scripts in scripts/pipeline/.

When to use

Load this skill when you need to:

  • Run or debug a specific pipeline stage
  • Add a new stage script
  • Understand the stage → infrastructure module mapping
  • Work with opt-in stages (08 connector_search, 09 provenance_record, 10 research_workflow)

Stage inventory

Script Infrastructure module
stage_00_setup.py infrastructure.core.runtime.setup_checks
stage_01_test.py infrastructure.core.pytest_orchestration, infrastructure.core.test_runner, infrastructure.reporting.pipeline_test_runner
stage_02_analysis.py infrastructure.core.analysis_pipeline, infrastructure.core.script_discovery
stage_03_render.py infrastructure.rendering.pipeline (all enabled formats; historical YAML label PDF Rendering)
stage_04_validate.py infrastructure.validation.output.pipeline, infrastructure.validation.publication.rendered_provenance
stage_05_copy.py infrastructure.core.files, infrastructure.validation.output.render_formats, infrastructure.validation.output.validator, infrastructure.reporting.output_statistics
stage_06_llm_review.py infrastructure.llm.review.pipeline_runner
stage_07_executive_report.py infrastructure.reporting.multi_project_reporter, infrastructure.reporting.output_organizer
stage_08_connector_search.py infrastructure.search.connectors (opt-in)
stage_09_provenance_record.py infrastructure.provenance (opt-in)
stage_10_research_workflow.py infrastructure.research.ResearchWorkflow (opt-in)
stage_11_ebook.py infrastructure.rendering.ebook_stage
stage_12_metadata.py infrastructure.publishing.metadata_stage

Bootstrap pattern

sys.path.insert(0, str(Path(__file__).resolve().parents[2]))
from scripts import ensure_repo_root_on_path
ensure_repo_root_on_path()

Pitfalls

  • Always use parents[2] (not parent.parent) — scripts live at depth 3.
  • Opt-in stages (08–10) should exit 2 when backend is absent, not 1.
  • Never add business logic to stage scripts — keep them thin orchestrators.

Read the full file on GitHub · 59 lines

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 · 59 lines · 52 tokens per session scan A 6f8f0c6f8f89

Subscribe to this mod's changes

template-pipeline is a skill published in the GitHub repository docxology/template (19 stars, last pushed today), licensed Apache-2.0. It adds 52 tokens to every session and 662 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-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