template-haskell

template-haskell is a skill for Claude Code, Codex from ncaq/konoka. It costs 48 tokens per session (194 once invoked), scanned A, original, Apache-2.0.

A Template Haskell naming guideline. Template Haskell is Haskell code that generates Haskell code; `mkName` refers to an existing name, while `newName` creates a fresh one.

In plain words
What is it for?
Use it when writing or reviewing generated Haskell code. Use `mkName` for names that should refer to existing definitions and `newName` for new, non-colliding names.
Why use it?
Choosing the wrong function can accidentally capture another variable or create name collisions in generated code.

Skill for Claude CodeCodex

Part of the haskell-tasuke plugin — 19 skills shipped together

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.

agentmods
npx agentmods add skills/ncaq/konoka/template-haskell
Any agent
npx skills add ncaq/konoka --skill template-haskell
Clone the repo
git clone --depth 1 https://github.com/ncaq/konoka

Made for: Claude Code, Codex.

Or install haskell-tasuke, the plugin that ships this one along with the rest of its 19 skills.

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-haskell

README.md
[![agentmods](https://agentmods.dev/badge/skills/ncaq/konoka/template-haskell.svg)](https://agentmods.dev/skills/ncaq/konoka/template-haskell)
Your own site
<a href="https://agentmods.dev/skills/ncaq/konoka/template-haskell"><img src="https://agentmods.dev/badge/skills/ncaq/konoka/template-haskell.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 194 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00048 $0.00194
Opus 5 $0.00024 $0.00097
Sonnet 5 $0.00010 $0.00039
Haiku 4.5 $0.00005 $0.00019

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

Security

Grade A, and why

template-haskell 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.

plugins/haskell-tasuke/skills/template-haskell/SKILL.md · 17 lines

What it actually says

template-haskell: Support library for Template Haskell

Template HaskellのmkNamenewNameの使いかた

既にスコープに存在する名前をキャプチャする形で参照したい時はmkNameを使います。

新しいフレッシュな衝突しない名前を生成したい時はnewNameを使います。

キャプチャする必要がある場合はmkName、 そうでなければ安全なnewNameを使うべきです。

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 · 17 lines · 48 tokens per session scan A 6419b49523c2

Subscribe to this mod's changes

template-haskell is a skill published in the GitHub repository ncaq/konoka (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 48 tokens to every session and 194 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-08-31.