template-skill

template-skill is a skill for Claude Code, Codex from timwukp/agent-skills-best-practice. It costs 38 tokens per session (255 once invoked), scanned A, original, MIT.

A starter template for defining a coding-agent skill, including its purpose, instructions, guidelines, and example triggers.

In plain words
What is it for?
Use it to create or replace the documentation for a new skill and describe when the assistant should activate it.
Why use it?
It provides a structure for documenting a skill, but its description does not say what completed task the skill performs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or replace the documentation for a new skill and describe when the assistant should activate it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/timwukp/agent-skills-best-practice/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 timwukp/agent-skills-best-practice --skill template
Clone the repo
git clone --depth 1 https://github.com/timwukp/agent-skills-best-practice

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/timwukp/agent-skills-best-practice/template/github.svg)](https://agentmods.dev/skills/timwukp/agent-skills-best-practice/template)
Your own site
<a href="https://agentmods.dev/skills/timwukp/agent-skills-best-practice/template"><img src="https://agentmods.dev/badge/skills/timwukp/agent-skills-best-practice/template/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 template-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/timwukp/agent-skills-best-practice/template"><img src="https://agentmods.dev/badge/skills/timwukp/agent-skills-best-practice/template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 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 pass 7 Sept 2026
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.00038 $0.00255
Opus 5 $0.00019 $0.00128
Sonnet 5 $0.00008 $0.00051
Haiku 4.5 $0.00004 $0.00026

Measured 9d ago against content hash 7ee2a5147897, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 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.

skills/template/SKILL.md · 44 lines

What it actually says

Skill Title

A short paragraph explaining the purpose of this skill and what problem it solves.

Instructions

Step-by-step instructions the AI assistant should follow when this skill is triggered:

  1. First action to take
  2. Second action to take
  3. Third action to take

If your skill needs supporting files, organize them in subdirectories:

your-skill/
  SKILL.md          # This file (required)
  scripts/          # Helper scripts or code templates
  references/       # Reference docs, style guides, or specs

Guidelines

Best practices and constraints for the AI assistant to follow:

  • Keep responses focused on the skill's purpose
  • Handle edge cases gracefully
  • Respect user preferences and existing project conventions
  • Add any "do not" rules here to prevent unwanted behavior

Examples

Show one or more example interactions so the AI assistant understands the expected behavior:

User says: "example trigger phrase"

Response: Describe what the AI assistant should do or produce in response.

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 · 44 lines · 38 tokens per session scan A 7ee2a5147897

Subscribe to this mod's changes

template-skill is a skill published in the GitHub repository timwukp/agent-skills-best-practice (10 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 255 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.

Related

Other skills, from other repositories

ec2

AWS EC2 virtual machine management — instances, security groups, key pairs, AMIs, EBS volumes, Auto Scaling Groups, Spot Instances, Session Manager, placement groups, and instance lifecycle automation. Trigger on ANY of these, even when EC2 isn't named explicitly: - Launching or provisioning: "spin up a server"…

itsmostafa/aws-agent-skills · 320 tokens

bedrock

AWS Bedrock foundation models for generative AI. Use when invoking foundation models, building AI applications, creating embeddings, configuring model access, or implementing RAG patterns.

itsmostafa/aws-agent-skills · 36 tokens

cloudformation

AWS CloudFormation infrastructure as code for stack management. Use when writing templates, deploying stacks, managing drift, troubleshooting deployments, or organizing infrastructure with nested stacks.

itsmostafa/aws-agent-skills · 34 tokens

cloudwatch

AWS CloudWatch monitoring for logs, metrics, alarms, and dashboards. Use when setting up monitoring, creating alarms, querying logs with Insights, configuring metric filters, building dashboards, or troubleshooting application issues.

itsmostafa/aws-agent-skills · 43 tokens

dynamodb

AWS DynamoDB NoSQL database for scalable data storage. Use when designing table schemas, writing queries, configuring indexes, managing capacity, implementing single-table design, or troubleshooting performance issues.

itsmostafa/aws-agent-skills · 39 tokens

ecs

AWS ECS container orchestration for running Docker containers. Use when deploying containerized applications, configuring task definitions, setting up services, managing clusters, or troubleshooting container issues.

itsmostafa/aws-agent-skills · 35 tokens