template-skill

template-skill is a skill for Claude Code, Codex from vanzan01/claude-agent-sdk-starter. It costs 16 tokens per session (160 once invoked), scanned A, original, MIT.

A small example skill showing how an app can connect a tool that summarises a text or Markdown file and extracts TODO-style lines.

In plain words
What is it for?
Use it to summarise a file, extract TODO lines, and view basic counts such as words, characters, and lines.
Why use it?
It provides a minimal reference for understanding how a new app's tool can be wired into a skill.

Skill for Claude CodeCodex

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/vanzan01/claude-agent-sdk-starter/_template
Any agent
npx skills add vanzan01/claude-agent-sdk-starter --skill _template
Clone the repo
git clone --depth 1 https://github.com/vanzan01/claude-agent-sdk-starter

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/vanzan01/claude-agent-sdk-starter/_template.svg)](https://agentmods.dev/skills/vanzan01/claude-agent-sdk-starter/_template)
Your own site
<a href="https://agentmods.dev/skills/vanzan01/claude-agent-sdk-starter/_template"><img src="https://agentmods.dev/badge/skills/vanzan01/claude-agent-sdk-starter/_template.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 160 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.00016 $0.00160
Opus 5 $0.00008 $0.00080
Sonnet 5 $0.00003 $0.00032
Haiku 4.5 $0.00002 $0.00016

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

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/summarize-file.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/_template/SKILL.md · 19 lines

What it actually says

Tools

summarize-file

  • Purpose: Summarize a text/markdown file and extract TODO-style lines.
  • Usage: ./scripts/summarize-file --path README.md --max-sentences 3
  • Output: JSON { file, summary: string[], todos: string[], stats: { words, characters, lines }, note? }

Build & Transparency

  • This tool is compiled locally from .claude/skills/_template/scripts/summarize-file.ts using Bun --compile into out/.claude/skills/_template/scripts/.
  • You can rebuild or run the TS directly with Bun to audit behavior.
Files

What ships with it

1 file 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.

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 · 19 lines · 16 tokens per session scan A 90d2c5531fe2

Subscribe to this mod's changes

template-skill is a skill published in the GitHub repository vanzan01/claude-agent-sdk-starter (9 stars, last pushed 3mo ago), licensed MIT. It adds 16 tokens to every session and 160 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-08-31.

Related

Other skills, from other repositories

wxjava-api-contributor

按 WxJava 的 Maven 多模块、Java 8、公共 API 兼容性和 TestNG 约定,为微信官方接口新增或维护 SDK 支持。适用于新增 Service API、请求响应 Bean、序列化、HTTP 实现、Starter 配置或回归测试时。.

binarywang/WxJava · 68 tokens

wxjava-troubleshooter

排查 WxJava 在配置初始化、access token、签名验签、支付证书、回调通知、序列化、网络请求和多账号隔离方面的问题。适用于用户提供异常、日志、请求响应或“WxJava 为什么不能调用”的场景。.

binarywang/WxJava · 65 tokens

wxjava-upgrade-guide

规划 WxJava 的版本升级与迁移,检查 BOM、模块依赖、Java 版本、配置与公共 API 兼容性,并提供可回滚的验证步骤。适用于用户从旧版升级、切换依赖管理方式、处理兼容性告警或制定升级发布计划时。.

binarywang/WxJava · 72 tokens

azure-kusto-graph

Build and query Kusto graphs from natural language. Covers transient graphs (make-graph), persistent graph models/snapshots, pattern matching (graph-match), shortest paths, connected components, and graph-to-table export. Generates the edges-first thinking: define edges, define node lookups, union, make-graph. WHEN…

microsoft/skills · 131 tokens

azure-kusto-irql-graph

Apply IRQL graph functions to KQL or IRQL query results for Kusto Explorer visualization. Generates LiftToGraph mappings and composes GraphRenderView, GraphFoldByProperty, ExtractNode, EnrichNode, and EnrichGraph calls. Accepts a supplied query or limited basic natural-language source request; it is not a general…

microsoft/skills · 155 tokens

azure-maps-search-dotnet

Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data. Triggers: "Azure Maps", "MapsSearchClient", "MapsRoutingClient", "MapsRenderingClient", "geocoding .NET", "route…

microsoft/skills · 91 tokens