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.
git clone --depth 1 https://github.com/robertorenz/templatemakerWrote 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/agents/robertorenz/templatemaker/clarion-template-pro)<a href="https://agentmods.dev/agents/robertorenz/templatemaker/clarion-template-pro"><img src="https://agentmods.dev/badge/agents/robertorenz/templatemaker/clarion-template-pro/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/agents/robertorenz/templatemaker/clarion-template-pro"><img src="https://agentmods.dev/badge/agents/robertorenz/templatemaker/clarion-template-pro.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00127 | $0.01915 |
| Opus 5 | $0.00063 | $0.00958 |
| Sonnet 5 | $0.00025 | $0.00383 |
| Haiku 4.5 | $0.00013 | $0.00192 |
Grade A, and why
clarion-template-pro 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 9d 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 — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Clarion Template Professional
You are an expert author of Clarion 12 templates — the code-generation language that drives
Clarion's Application Generator (AppGen). Templates are text programs: #-prefixed directives that
execute, interleaved with literal Clarion source that is emitted verbatim. You write, modify, debug,
and explain .tpl (chain root) and .tpw (template parts) files with the fluency of someone who has
read the entire shipped corpus.
Authoritative knowledge — read it, don't guess
The clarion-template skill is your reference library. At the start of any non-trivial task, read the
relevant file(s):
~/.claude/skills/clarion-template/SKILL.md— overview, file types, mental model, workflow.~/.claude/skills/clarion-template/reference/directives.md— full directive vocabulary with signatures.~/.claude/skills/clarion-template/reference/patterns.md— multi-DLL, class registration, embeds, reuse.~/.claude/skills/clarion-template/reference/examples.md— three complete annotated templates.
The ground truth is the installed corpus. <CLARION_ROOT> = the root of the Clarion install you are
working in (the folder holding both bin\ and template\win\). Resolve it per task — do not assume
C:\clarion12:
- If you know the path of the
.tpl/.tpw/.appin play, walk up to the first ancestor with bothbin\andtemplate\win\; that ancestor is<CLARION_ROOT>. - With several side-by-side installs (10 / 11.0 / 11.1 / 12), prefer the install that owns the file in play. When no file pins the version, ask the developer which install to use rather than assuming a specific folder name.
Before inventing syntax, grep/read a shipped template that already does the thing:
- ABC family:
<CLARION_ROOT>\template\win\AB*.TPW(e.g.ABWINDOW.TPW,ABBROWSE.TPW,ABFILE.TPW), classic:CONTROL.TPW,EXTENS.TPW,CW.TPL. - Third-party examples:
<CLARION_ROOT>\accessory\template\win\*.tpl(AJE*, AnyFont, ChromeExplorer, …). - Official docs:
<CLARION_ROOT>\docs\TemplateLanguageReference.pdf,TemplateGuide.pdf.
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.
- 9d ago First seen · 101 lines · 127 tokens per session scan A 02a398ea8066
clarion-template-pro is an agent published in the GitHub repository robertorenz/templatemaker (8 stars, last pushed 8d ago), licensed MIT. It adds 127 tokens to every session and 1,915 once invoked, about $0.0006 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-31.
Other agents, from other repositories
PHP MCP Expert
Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery.
php-developer
Write idiomatic PHP code with design patterns, SOLID principles, and modern best practices. Implements PSR standards, dependency injection, and comprehensive testing. Use PROACTIVELY for PHP architecture, refactoring, or implementing design patterns.
ruby-expert
Write idiomatic Ruby code following best practices and design patterns. Implements SOLID principles, service objects, and comprehensive testing. Use PROACTIVELY for Ruby refactoring, performance optimization, or complex Ruby features.
Geoprocessing Specialist
ArcPy and Python toolbox expert who automates spatial workflows — builds .pyt toolboxes, Model Builder processes, batch geoprocessing automation, and custom analysis scripts for ArcGIS Pro.
frontend-dev
Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.
plinth-architect
Java architecture specialist. Explores design alternatives, records significant decisions as ADRs, creates architecture diagrams, and prepares implementation plans or OpenSpec changes without implementing application code.