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.
npx agentmods add skills/docxology/template/promptsnpx skills add docxology/template --skill promptsgit clone --depth 1 https://github.com/docxology/templateWrote 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.
[](https://agentmods.dev/skills/docxology/template/prompts)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.yamlmentioned. - Full health check with no symptom → comprehensive-assessment.
- Skill discovery / "make this repo more agentic" / external agentic or retrieval reference review such as Steward OS, AutoResearch CLI, or LEANN → agentic-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 |
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.
- _skill-eval/AGENTS.md 4.2 KB
- _skill-eval/description-optimization.json 774 B
- _skill-eval/evals/evals.json 19 KB
- _skill-eval/README.md 1.7 KB
- _skill-eval/review-template.html 162 KB
- _skill-eval/scripts/generate_review.py 333 B runs code
- _skill-eval/scripts/grade_eval_output.py 1.7 KB runs code
- _skill-eval/scripts/run_eval_harness.py 408 B runs code
- _skill-eval/scripts/skill_eval/__init__.py 34 B runs code
- _skill-eval/scripts/skill_eval/benchmark.py 1.8 KB runs code
- _skill-eval/scripts/skill_eval/config.py 2.5 KB runs code
- _skill-eval/scripts/skill_eval/grader/__init__.py 1.1 KB runs code
- _skill-eval/scripts/skill_eval/grader/rules.py 11 KB runs code
- _skill-eval/scripts/skill_eval/grader/stages.py 832 B runs code
- _skill-eval/scripts/skill_eval/grader/tokens.py 600 B runs code
- _skill-eval/scripts/skill_eval/report.py 5.8 KB runs code
- _skill-eval/scripts/skill_eval/responses.py 3.8 KB runs code
- _skill-eval/scripts/skill_eval/review.py 3.0 KB runs code
- _skill-eval/scripts/skill_eval/runner.py 11 KB runs code
- _skill-eval/scripts/skill_eval/workspace.py 1.6 KB runs code
- _skill-eval/trigger-eval-set.json 2.7 KB
- academic-paper-reviewer/AGENTS.md 281 B
- academic-paper-reviewer/README.md 243 B
- academic-paper-reviewer/SKILL.md 3.0 KB
- academic-paper/AGENTS.md 296 B
- academic-paper/README.md 280 B
- academic-paper/SKILL.md 4.0 KB
- academic-pipeline/AGENTS.md 320 B
- academic-pipeline/README.md 244 B
- academic-pipeline/SKILL.md 3.8 KB
- agentic-use/AGENTS.md 1.3 KB
- agentic-use/README.md 581 B
- agentic-use/SKILL.md 11 KB
- AGENTS.md 8.4 KB
- code-development/AGENTS.md 525 B
- code-development/README.md 230 B
- code-development/references/AGENTS.md 329 B
- code-development/references/patterns.md 953 B
- code-development/references/README.md 183 B
- code-development/SKILL.md 2.8 KB
- COMPOSITION.md 5.6 KB
- comprehensive-assessment/AGENTS.md 677 B
- comprehensive-assessment/README.md 325 B
- comprehensive-assessment/references/AGENTS.md 1.0 KB
- comprehensive-assessment/references/comprehensive-research-software-manuscript-review-prompt.md 23 KB
- comprehensive-assessment/references/README.md 597 B
- comprehensive-assessment/SKILL.md 3.6 KB
- deep-research/AGENTS.md 337 B
- deep-research/README.md 278 B
- deep-research/SKILL.md 3.5 KB
- documentation-creation/AGENTS.md 459 B
- documentation-creation/README.md 175 B
- documentation-creation/SKILL.md 1.9 KB
- feature-addition/AGENTS.md 529 B
- feature-addition/README.md 233 B
- feature-addition/references/AGENTS.md 329 B
- feature-addition/references/checklist.md 481 B
- feature-addition/references/README.md 168 B
- feature-addition/SKILL.md 2.1 KB
- infrastructure-module/AGENTS.md 450 B
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.
- 5d ago First seen · 115 lines · 211 tokens per session scan A 6b98132fe45e
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.
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…
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…
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…
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…
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…
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…