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/rojim666/sztucode/template-creatornpx skills add rojim666/SztuCode --skill template-creatorgit clone --depth 1 https://github.com/rojim666/SztuCodeWrote 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/rojim666/sztucode/template-creator)<a href="https://agentmods.dev/skills/rojim666/sztucode/template-creator"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/template-creator.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.1 | $0.00082 | $0.02167 |
| Opus 5 | $0.00041 | $0.01084 |
| Sonnet 5 | $0.00016 | $0.00433 |
| Haiku 4.5 | $0.00008 | $0.00217 |
Grade A, and why
template-creator 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 6d 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 — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Template Creator
Create or update a reference-backed template. Keep the source file inside the skill so later use can reproduce its structure, voice, and visual system precisely.
Routing
- Manage only personal skills under
${CODEX_HOME:-~/.codex}/skills. - Create a new template by default. Use a numbered skill name instead of overwriting an existing template.
- Update only when the user explicitly asks to edit or update exactly one passed artifact-template skill. Treat that passed skill as the exact target; never choose a similarly named template.
- Do not modify an installed or bundled plugin cache. If the passed template is plugin-backed, explain that this skill can update only a personal template.
- Do not create, modify, upload, or publish a plugin. If the request also asks to share the template with a workspace, explain that this skill only manages personal templates.
- A gallery-backed template exists only after
create-template-skill.mjssucceeds. Never hand-author, rename, or copy a normal skill and report it as an artifact template.
Create workflow
- Require exactly one supported reference unless the user explicitly requests a batch. For a batch, complete this workflow separately for every reference:
- Document:
.docx - Presentation:
.pptx - Spreadsheet:
.xlsx - ImageGen or Product Design image:
.png - Email or Slack message:
.txt - When email or Slack content is pasted rather than attached, materialize the exact content as a temporary UTF-8
reference.txtwithout rewriting it.
- Document:
- Infer a concise display name and intended-use description from the reference and request. Infer document, presentation, spreadsheet, and image from the file extension. For an image, set its gallery kind to
imagegenwhen the request originates from$imagegen, orproduct-designwhen it originates from@Product Design; ask which gallery should use the template when neither or both make the intended target clear. For.txt, determine whether the user requestedemailorslack; ask if the intended type is ambiguous. - Create
preview.pngbefore packaging:- DOCX: use Documents to render the reference and copy its first page PNG.
- PPTX: use Presentations to render the reference and copy its first slide PNG.
- XLSX: use Spreadsheets to render the used range of the first visible non-empty sheet.
- PNG: copy the reference PNG unchanged.
- Email or Slack: render a legible representative portion of the exact reference text on a neutral canvas. Do not paraphrase, decorate, or invent content.
- Visually inspect the PNG. Stop if it is blank, clipped, corrupted, or not representative of the reference.
- Do not create an intermediary request file or use a file-editing tool for script inputs. Set
SKILL_DIRto the directory containing thisSKILL.md, load the workspace dependency runtime, and pass the values directly. Before substituting real values into the command, shell-escape each value as one argument for the active shell. Never interpolate a raw path, display name, description, or skill name.
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.
- 6d ago First seen · 140 lines · 82 tokens per session scan A 894e7bd9ae5f
template-creator is a skill published in the GitHub repository rojim666/SztuCode (50 stars, last pushed yesterday), licensed MIT. It adds 82 tokens to every session and 2,167 once invoked, about $0.0004 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
confluence-expert
../../../project-management/skills/confluence-expert/SKILL.md.
board-deck-builder
../../../c-level-advisor/skills/board-deck-builder/SKILL.md.
theme-factory
Select, create, and apply a cohesive color-and-typography theme to an existing slide deck, document, report, workbook, or HTML artifact without changing its content hierarchy. Use when visual theming is the requested outcome; do not use to author the artifact's substantive content or redesign a product interface.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
pptx
Create/edit/inspect/verify slide decks and PPTX presentations.