template-pools-rules-tools

template-pools-rules-tools is a skill for Claude Code, Codex from docxology/template. It costs 34 tokens per session (1,140 once invoked), scanned A, original, Apache-2.0.

A project guide for working with three kinds of shared resources: template collections, governance rules, and tool descriptions. It also checks that these resources and their integrations are valid.

In plain words
What is it for?
It is for reading resource pools, validating new templates, rules, and tools, running integration checks, comparing bibliography overlap, and producing status counts.
Why use it?
It helps agents handle missing resources safely and catches entries that exist as files but do not actually work when run.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is uv run python scripts/pipeline/stage_02_analysis.py --project templates/template_pools_rules_tools.

Good fit It is for reading resource pools, validating new templates, rules, and tools, running integration checks, comparing bibliography overlap, and producing status counts.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/docxology/template
agentmods
npx agentmods add skills/docxology/template/template-pools-rules-tools

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-pools-rules-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/docxology/template/template-pools-rules-tools/github.svg)](https://agentmods.dev/skills/docxology/template/template-pools-rules-tools)
Your own site
<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.

agentmods 80×15 button for template-pools-rules-tools

Your own site · 80×15
<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>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,140 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00034 $0.01140
Opus 5 $0.00017 $0.00570
Sonnet 5 $0.00007 $0.00228
Haiku 4.5 $0.00003 $0.00114

Measured 5d ago against content hash 3ea2bb22a3c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

projects/templates/template_pools_rules_tools/.agents/skills/template-pools-rules-tools/SKILL.md · 70 lines

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/, and tools/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/, or tools/ from project src/.
  • No infrastructure imports in src/. Scripts orchestrate; readers stay standalone-friendly.
  • No mocks. Tests use real template paths, temp dirs, or pytest.mark.skipif when 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.md needs 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 with extract_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 requires scripts/z_generate_manuscript_variables.py to exist by that exact name — run_manuscript_variable_script() no-ops if it's absent.
  • src/figure_support.py::INTEGRATION_FIGURE_SPECS (re-exported from src/figures.py) is the figure-provenance source. It does not auto-insert images — every figure still needs a real ![caption](figures/x.png){#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.py binds the eight real manuscript labels to the PNGs produced in that run and writes output/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/\end across frame boundaries. Prefer plain Markdown emphasis for callouts.
  • run.sh/validate.sh subprocess tests are real but environment-guarded. timeout/gtimeout are absent on stock macOS — the code-executor tests skip there by design; don't "fix" a SKIPPED result by removing the skipif guard.

Read the full file on GitHub · 70 lines

Files

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.

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 · 70 lines · 34 tokens per session scan A 3ea2bb22a3c9

Subscribe to this mod's changes

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.

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

init-workspace-rules

Create agent rules.

griddynamics/rosetta · 10 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

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…

wonsukchoi/domain-experts · 69 tokens

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…

wonsukchoi/domain-experts · 77 tokens

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…

wonsukchoi/domain-experts · 84 tokens