add-template

add-template is a skill for Claude Code from jmagly/aiwg. It costs 15 tokens per session (1,453 once invoked), scanned A, original, MIT.

A scaffolding tool that creates a new document-template structure inside an existing add-on or framework.

In plain words
What is it for?
Use it to add named templates, place them in a category, or design one interactively for a selected target.
Why use it?
It avoids creating the template files and category folders manually.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to add named templates, place them in a category, or design one interactively for a selected target.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jmagly/aiwg/add-template
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.

Any agent
npx skills add jmagly/aiwg --skill add-template
Clone the repo
git clone --depth 1 https://github.com/jmagly/aiwg

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 add-template

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmagly/aiwg/add-template.svg)](https://agentmods.dev/skills/jmagly/aiwg/add-template)
Your own site
<a href="https://agentmods.dev/skills/jmagly/aiwg/add-template"><img src="https://agentmods.dev/badge/skills/jmagly/aiwg/add-template.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,453 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 223
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00015 $0.01453
Opus 5 $0.00008 $0.00727
Sonnet 5 $0.00003 $0.00291
Haiku 4.5 $0.00002 $0.00145

Measured 4d ago against content hash 244cc7c81074, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

add-template 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 4d 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.

agentic/code/addons/aiwg-utils/skills/add-template/SKILL.md · 224 lines

How it starts

The opening of the file, as written. The whole thing — 224 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Add Template

Scaffold a new document template inside an existing addon or framework.

Triggers

Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):

  • "I need a new template" → scaffold template in specified target
  • "add a document template" → prompt for name, category, and target
  • "create a template for X documents" → derive name from X, prompt for target
  • "template for use cases" → name=use-case, prompt for target and category

Trigger Patterns Reference

Pattern Example Action
Named add "add template adr --to sdlc-complete" Scaffold directly
Category specified "add template threat-model --to sdlc-complete --category security" Place in category subdir
Interactive "add template --interactive --to sdlc-complete" Guided design mode
Target omitted "add template risk-register" Ask which addon or framework

Process

1. Parse Arguments

Extract from $ARGUMENTS:

  • <name> — kebab-case template name (required)
  • --to <target> — addon or framework directory name (required)
  • --category <category> — subdirectory within templates/ (optional; e.g., requirements, architecture, security)
  • --interactive — enable guided design questions

If either <name> or --to is missing, ask before proceeding.

2. Validate Target

Confirm the target exists:

# Check addons
ls agentic/code/addons/<target>/templates/

# Check frameworks
ls agentic/code/frameworks/<target>/templates/

3. Determine Category

If --category is not provided and the target has existing category subdirectories, list them and ask. Common categories in sdlc-complete:

Category Contents
requirements Use cases, user stories, NFRs
architecture SAD, ADRs, C4 diagrams
security Threat models, security gates
testing Test plans, test cases, test reports
deployment Deployment plans, runbooks
planning Phase plans, iteration plans, risk registers
analysis-design Domain models, sequence diagrams

Read the full file on GitHub · 224 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. 4d ago First seen · 224 lines · 15 tokens per session scan A 244cc7c81074

Subscribe to this mod's changes

add-template is a skill published in the GitHub repository jmagly/aiwg (209 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 1,453 once invoked, about $0.0001 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

memstack-business-invoice-generator

Use this skill when the user says 'invoice', 'generate invoice', 'create invoice', 'bill client', 'line items', 'payment terms', or needs professional invoices with tax calculations and payment instructions. Do NOT use for contracts or financial projections.

cwinvestments/memstack · 57 tokens

save-md

Saves a named source to Markdown with provenance and faithful extraction through direct export endpoints. Use when asked to "save this article", "get the markdown", "transcribe this", or "keep this source". A URL supplied as task context alone does not trigger conversion; a chat summary stays in chat.

mblode/agent-skills · 64 tokens

slidev

Use when the user wants to create slides, build a presentation or talk, make a deck or pitch, export slides to PDF, work with an existing slides.md, run slidev dev mode, or build a static slide site. Also applies when the user mentions "presentation", "keynote", "talk", "lecture", "deck", "slide deck", or asks to turn…

carbonshow/intent-fluid · 83 tokens

surge

Use when a user provides a PRD, spec, or detailed requirements document and needs a full project delivered through iterative expert orchestration — multi-round analyze/research/design/implement/QA cycles with convergence detection. NOT for: single-file edits, quick prototypes, simple Q&A, or tasks without a written…

carbonshow/intent-fluid · 66 tokens

code-handoff

Compact the current conversation into a handoff document for another agent to pick up.

martinffx/atelier · 20 tokens

doc

Documentation specialist for README updates, onboarding material, API docs, setup guides, and durable technical explanations.

Everyone-Needs-A-Copilot/claude-copilot · 22 tokens