Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/docxology/templatenpx agentmods add skills/docxology/template/template-pools-rules-toolsWrote 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/template-pools-rules-tools)<a href="https://agentmods.dev/skills/docxology/template/template-pools-rules-tools"><img src="https://agentmods.dev/badge/skills/docxology/template/template-pools-rules-tools/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.
<a href="https://agentmods.dev/skills/docxology/template/template-pools-rules-tools"><img src="https://agentmods.dev/badge/skills/docxology/template/template-pools-rules-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00034 | $0.01140 |
| Opus 5 | $0.00017 | $0.00570 |
| Sonnet 5 | $0.00007 | $0.00228 |
| Haiku 4.5 | $0.00003 | $0.00114 |
Grade A, and why
template-pools-rules-tools 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 — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
template-pools-rules-tools
Project-scoped skill for the in-repo exemplar at
projects/templates/template_pools_rules_tools/. Load this when wiring or
validating the three-resource architecture (fonds, rules, tools).
When to Use
- Demonstrating how a research project reads from
fonds/templates/,rules/templates/, andtools/templates/without writing back to those trees. - Validating new fond, rule, or tool exemplars through the integration pipeline.
- Onboarding agents to graceful-degradation readers (
None/empty + logged warnings). - Extending the meta-manuscript with integration counts and status dashboards.
- Checking cross-fond citation overlap (
check_bibliography_overlap()) or proving a tool's entrypoint actually executes (not just that the file exists).
Quick Reference
# From the repository root
uv run pytest projects/templates/template_pools_rules_tools/tests/ \
--cov=projects/templates/template_pools_rules_tools/src --cov-fail-under=90
uv run python projects/templates/template_pools_rules_tools/scripts/01_validate_sources.py
uv run python projects/templates/template_pools_rules_tools/scripts/02_run_integration.py
uv run python projects/templates/template_pools_rules_tools/scripts/03_generate_manuscript.py
uv run python projects/templates/template_pools_rules_tools/scripts/04_validate_strong_rules.py
uv run python projects/templates/template_pools_rules_tools/scripts/05_generate_figures.py
uv run python projects/templates/template_pools_rules_tools/scripts/z_generate_manuscript_variables.py
uv run python scripts/pipeline/stage_02_analysis.py --project templates/template_pools_rules_tools
uv run python scripts/pipeline/stage_03_render.py --project templates/template_pools_rules_tools
uv run python scripts/runner/execute_pipeline.py --project templates/template_pools_rules_tools --core-only
Pitfalls
- Read-only resource dirs. Never mutate
fonds/,rules/, ortools/from projectsrc/. - No infrastructure imports in
src/. Scripts orchestrate; readers stay standalone-friendly. - No mocks. Tests use real template paths, temp dirs, or
pytest.mark.skipifwhen files are absent. - Outputs are disposable. Regenerate
output/via pipeline stages; do not hand-edit copied deliverables. - Repo root resolution.
src/*resolves the monorepo root four levels above each module file. manuscript/preamble.mdneeds a closed```latex ```fence. An unfenced file silently drops every multi-line directive (geometry, hypersetup, tcolorbox) via a whitelist fallback — only single-line\usepackage{}/\newcommand{}survive. Always verify withextract_preamble()after editing.- Manuscript tokens must be
{{UPPERCASE_KEY}}, never lowercase-dotted.infrastructure/rendering/manuscript_injection.py's regex only matches uppercase; a{{integration.foo}}-style token silently never resolves. The pipeline also requiresscripts/z_generate_manuscript_variables.pyto exist by that exact name —run_manuscript_variable_script()no-ops if it's absent. src/figure_support.py::INTEGRATION_FIGURE_SPECS(re-exported fromsrc/figures.py) is the figure-provenance source. It does not auto-insert images — every figure still needs a real{#fig:label}block in the manuscript body, or its@fig:cross-reference renders as a literal??.- Generated provenance is separate from config metadata.
05_generate_figures.pybinds the eight real manuscript labels to the PNGs produced in that run and writesoutput/figures/figure_registry.json; a missing referenced PNG aborts publication instead of yielding a partial registry. - Custom tcolorbox environments (
noteBox/warningBox) break Beamer slide generation even though they render fine in the combined PDF — pandoc's per-section slide splitting can separate\begin/\endacross frame boundaries. Prefer plain Markdown emphasis for callouts. run.sh/validate.shsubprocess tests are real but environment-guarded.timeout/gtimeoutare absent on stock macOS — the code-executor tests skip there by design; don't "fix" a SKIPPED result by removing the skipif guard.
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.
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 · 70 lines · 34 tokens per session scan A 3ea2bb22a3c9
template-pools-rules-tools is a skill published in the GitHub repository docxology/template (19 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 1,140 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.
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…
init-workspace-rules
Create agent rules.
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…
advertising-promotions-manager
Use when a task needs the judgment of an Advertising and Promotions Manager — building a media plan backward from an objective and budget, briefing or evaluating creative against a brief, negotiating with agencies/media vendors, sanity-checking vendor-reported attribution, or reading a post-campaign debrief to…
agricultural-equipment-operator
Use when a task needs the judgment of an Agricultural Equipment Operator — calibrating planter seed population and singulation, diagnosing combine header or separator loss, sequencing planting or harvest across fields under a weather-constrained window, sizing machinery capacity in acres/hour against a season's…
agricultural-inspector
Use when a task needs the judgment of an Agricultural Inspector — grading a lot of produce against a USDA grade standard's defect tolerances, evaluating agricultural water test results against FSMA microbial thresholds, checking a pesticide residue result against the commodity-specific EPA tolerance, deciding whether…