clarion-template-pro

clarion-template-pro is an agent for Claude Code from robertorenz/templatemaker. It costs 127 tokens per session (1,915 once invoked), scanned A, original, MIT.

A specialist assistant for Clarion templates, the files that tell Clarion's Application Generator how to produce source code.

In plain words
What is it for?
It helps write, modify, debug, and explain Clarion 10–12 template files, including procedure, control, extension, code, and group templates.
Why use it?
It provides focused help when template work involves unfamiliar directives, generated-code structure, or AppGen settings.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; reads .claude/ paths.

Good fit It helps write, modify, debug, and explain Clarion 10–12 template files, including procedure, control, extension, code, and group templates.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/robertorenz/templatemaker/clarion-template-pro
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.

Clone the repo
git clone --depth 1 https://github.com/robertorenz/templatemaker

Made for: Claude Code.

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 clarion-template-pro

README.md
[![agentmods](https://agentmods.dev/badge/agents/robertorenz/templatemaker/clarion-template-pro/github.svg)](https://agentmods.dev/agents/robertorenz/templatemaker/clarion-template-pro)
Your own site
<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.

agentmods 80×15 button for clarion-template-pro

Your own site · 80×15
<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>
Per session 127 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,915 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.
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.00127 $0.01915
Opus 5 $0.00063 $0.00958
Sonnet 5 $0.00025 $0.00383
Haiku 4.5 $0.00013 $0.00192

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

Security

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.

agents/clarion-template-pro.md · 101 lines

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/.app in play, walk up to the first ancestor with both bin\ and template\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.

Read the full file on GitHub · 101 lines

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. 9d ago First seen · 101 lines · 127 tokens per session scan A 02a398ea8066

Subscribe to this mod's changes

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.