template-workflows

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

A routing guide for a research-project template that covers code, tests, academic papers, pipelines, validation, documentation, and reproducibility.

In plain words
What is it for?
It helps audit a repository, debug scripts and pipelines, add features, write tests, create manuscripts, validate outputs, verify claims, and fix broken references.
Why use it?
It directs each problem to the relevant workflow, reducing the chance of using the wrong checks or editing the wrong part of a project.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/docxology/template/prompts.svg)](https://agentmods.dev/skills/docxology/template/prompts)
Your own site
<a href="https://agentmods.dev/skills/docxology/template/prompts"><img src="https://agentmods.dev/badge/skills/docxology/template/prompts.svg" alt="Measured on agentmods" height="20"></a>
Per session 211 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,948 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.00211 $0.01948
Opus 5 $0.00105 $0.00974
Sonnet 5 $0.00042 $0.00390
Haiku 4.5 $0.00021 $0.00195

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

Security

Grade A, and why

template-workflows 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.

The scan reads SKILL.md. This mod also ships 15 executable files (_skill-eval/scripts/generate_review.py, _skill-eval/scripts/grade_eval_output.py, _skill-eval/scripts/run_eval_harness.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.

docs/prompts/SKILL.md · 115 lines

How it starts

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

Template workflow hub

When intent is clear, open the matching child SKILL.md directly. When ambiguous, use the routing table, then load exactly one child skill.

Ambiguous routing

  • "start" / "set up" / fresh clone / "does this work"startup/SKILL.md. Installs deps, runs core pipeline on template_code_project, validates outputs end-to-end.
  • Broken refs / "manuscript wrong" — ask whether the failure is pipeline (validate/render) or prose (tokens/registry). Route to manuscript-cross-references, validation-quality, or manuscript-claim-verification. Do not open code-development.
  • Example: "refs broken, not sure if pipeline or prose" → clarify stage vs registry; default to cross-refs when [[FIG:]] / labels.yaml mentioned.
  • Full health check with no symptomcomprehensive-assessment.
  • Skill discovery / "make this repo more agentic" / external agentic or retrieval reference review such as Steward OS, AutoResearch CLI, or LEANNagentic-use.
  • Generic coding homework or unrelated app → do not load template workflow skills.

Routing table

Symptom or goal Child skill
Fresh clone, "start", "set up the repo", first-time install + validation startup/SKILL.md
Research question, literature review, fact check, systematic review deep-research/SKILL.md
Draft, outline, revise, format, or disclose AI use in a manuscript academic-paper/SKILL.md
Peer review, methodology review, re-review, or calibration academic-paper-reviewer/SKILL.md
Research → write → verify → review → revise → finalize academic-pipeline/SKILL.md
Methods, methodology, stage contracts, artifact/evidence wiring methods-orchestration/SKILL.md
Pipeline stage failed, stuck, or flaky pipeline-debugging/SKILL.md
Regenerate-from-clean / determinism / double-run diff reproducibility-audit/SKILL.md
Publication-readiness sign-off across tests, evidence, methods, artifacts, and renders publication-audit/SKILL.md
Triple-check every manuscript claim; pre-submission manuscript-claim-verification/SKILL.md
[[FIG:]] / labels.yaml registry audit manuscript-cross-references/SKILL.md
New manuscript + project from research brief manuscript-creation/SKILL.md
Literature search corpus synthesis (LLM blocks) literature-synthesis/SKILL.md
Full repo audit (tests, docs, manuscript, pipeline) comprehensive-assessment/SKILL.md
Skill inventory, agent onboarding, routing hardening, external skill, Steward OS-style operating-model review, AutoResearch CLI measurement patterns, or LEANN semantic-retrieval guidance agentic-use/SKILL.md
Validation CLI, gates, markdown/PDF checks validation-quality/SKILL.md
New module or algorithm (thin orchestrator) code-development/SKILL.md
Tests under no-mocks policy test-creation/SKILL.md
End-to-end feature across layers feature-addition/SKILL.md
Clean-break refactor with migration refactoring/SKILL.md
New infrastructure/* package infrastructure-module/SKILL.md
AGENTS.md / README.md for a directory documentation-creation/SKILL.md

Read the full file on GitHub · 115 lines

Files

What ships with it

60 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 · 115 lines · 211 tokens per session scan A 6b98132fe45e

Subscribe to this mod's changes

template-workflows is a skill published in the GitHub repository docxology/template (19 stars, last pushed today), licensed Apache-2.0. It adds 211 tokens to every session and 1,948 once invoked, about $0.0011 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-08-30.

Related

Other skills, from other repositories

planning-with-files

Persistent file-based planning for multi-step AI-agent work. Keeps taskplan.md, findings.md, and progress.md on disk; lifecycle hooks inject selected project planning context. Automatic recovery reads project planning files only. Explicit session-catchup.py --metadata reads same-project local agent session records and…

mxyhi/ok-skills · 117 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

agricultural-sciences-professor

Use when a task needs the judgment of a tenure-track or tenured Agricultural Sciences faculty member at a land-grant university — deciding whether to submit a grant this cycle versus wait, allocating time across the teaching/research/extension appointment split, diagnosing a stalled graduate student or field trial, or…

wonsukchoi/domain-experts · 75 tokens

anthropology-archaeology-professor

Use when a task needs the judgment of a postsecondary Anthropology or Archaeology professor — designing a gen-ed or major-track course, building a tenure or promotion dossier, defending a department against an enrollment-driven program review, mentoring a graduate student's fieldwork grant application, or writing an…

wonsukchoi/domain-experts · 77 tokens

architectural-civil-drafter

Use when a task needs the judgment of an Architectural and Civil Drafter — setting up a CAD sheet at the correct scale and viewport scale factor, applying NCS/AIA layer and sheet-numbering standards, dimensioning a wall assembly or site plan per governing convention, managing xrefs and revision clouds across a sheet…

wonsukchoi/domain-experts · 82 tokens

art-drama-music-professor-postsecondary

Use when a task needs the judgment of a Postsecondary Art, Drama, or Music Professor — diagnosing a jury/crit score that contradicts a semester of formative work, building a studio-art or performance tenure dossier around exhibitions and productions instead of publications, staffing applied one-on-one lessons or crit…

wonsukchoi/domain-experts · 94 tokens