skill-name

skill-name is a skill for Claude Code, Codex from easyzoom/aix-skills. It costs 19 tokens per session (452 once invoked), scanned A, original, MIT.

A reusable instruction template for defining a coding-agent skill for a specific repeatable task. It covers when to use the skill, what information to gather, the work steps, and quality checks.

In plain words
What is it for?
Designing and documenting new agent skills with clear inputs, workflows, constraints, and verification rules.
Why use it?
It helps turn informal expertise into consistent instructions an agent can follow. It also identifies cases where a skill should not be used and when to ask for more information.

Skill for Claude CodeCodex

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

Good fit Designing and documenting new agent skills with clear inputs, workflows, constraints, and verification rules.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/easyzoom/aix-skills/skill-template/github.svg)](https://agentmods.dev/skills/easyzoom/aix-skills/skill-template)
Your own site
<a href="https://agentmods.dev/skills/easyzoom/aix-skills/skill-template"><img src="https://agentmods.dev/badge/skills/easyzoom/aix-skills/skill-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 skill-name

Your own site · 80×15
<a href="https://agentmods.dev/skills/easyzoom/aix-skills/skill-template"><img src="https://agentmods.dev/badge/skills/easyzoom/aix-skills/skill-template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 452 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.
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.00019 $0.00452
Opus 5 $0.00010 $0.00226
Sonnet 5 $0.00004 $0.00090
Haiku 4.5 $0.00002 $0.00045

Measured 8d ago against content hash 11d9976c58e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

skill-name 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 8d 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.

template/skill-template/SKILL.md · 71 lines

How it starts

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

Skill Name

Overview

State the core purpose in one or two sentences. Explain what this skill helps an agent do, without turning the overview into a long tutorial.

When To Use

Use this skill when:

  • The task matches a repeatable workflow.
  • The agent needs domain-specific constraints, tool order, or verification rules.
  • The expected output has a recognizable quality bar.

Do not use this skill when:

  • The task is a one-off note.
  • The behavior is better enforced by code, linting, or a script.
  • General documentation already covers the need clearly.

First Questions

Ask for the minimum inputs the workflow depends on, for example:

  • The target library, tool, chip, or protocol version in play.
  • The runtime context (bare-metal or RTOS) and relevant config files.
  • The exact command, error code, or symptom being investigated.

Workflow

Name this section for the task shape: Integration Checklist for library integration skills, Debug Workflow for debugging skills, or keep Workflow for anything else.

  1. Gather the minimum context needed for the task.
  2. Follow the domain-specific steps in order.
  3. Stop and ask for clarification if required inputs are missing.
  4. Verify the result with the checks below.

Common Failures

  • Writing a broad essay instead of operational guidance.
  • Making the description summarize the workflow instead of trigger conditions.
  • Adding too many examples instead of one strong example.
  • Forgetting verification, which makes the skill hard to trust.

Verification

Before claiming completion:

  • Confirm the expected artifact exists.
  • Confirm the output matches the user's request.
  • Run the relevant command, checklist, or manual inspection step.
  • Report any limitation or skipped check.

Example

User: "Create a release note from these commits."

Agent:

  1. Loads the release-note skill because the task is a repeatable writing workflow.
  2. Collects commit messages and user-facing changes.
  3. Drafts the release note in the required format.
  4. Checks that the note avoids internal-only implementation details.

Read the full file on GitHub · 71 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. 8d ago First seen · 71 lines · 19 tokens per session scan A 11d9976c58e1

Subscribe to this mod's changes

skill-name is a skill published in the GitHub repository easyzoom/aix-skills (31 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 452 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

resume-writer

Rewrite and enhance resumes using a persistent library of principles harvested from real recruiters, hiring managers, and HR professionals. Always trigger immediately when the user's message starts with "rw". Also trigger on "resume writer", "rewrite my resume", "enhance my resume", "fix my resume", "review my…

mickpletcher/AI-Skills · 222 tokens

trip-email-html-itinerary

Extract trip logistics from pasted travel emails, booking confirmations, forwarded messages, reservation notes, or raw itinerary text, research useful restaurant and activity suggestions for each destination, and generate one polished, self-contained offline HTML itinerary file for sharing with family or other…

mickpletcher/AI-Skills · 98 tokens

idea-forge

Run any raw idea through a multi-stage R&D pipeline that interprets, expands, scores, and converts it into an actionable engineering plan. Always trigger immediately when the user's message starts with "idea". Also trigger on "ideaforge", "analyze this idea", "expand this concept", "assess this invention", "explore…

mickpletcher/AI-Skills · 118 tokens

facebook-post

Write and polish Facebook posts on any topic. Trigger on requests to draft, rewrite, polish, improve a Facebook post, or create cross-platform Facebook, X, and LinkedIn bundles, especially when the user starts with fbp.

mickpletcher/AI-Skills · 50 tokens

fitness-log

Track workouts, log fitness progress, adjust the training program, and generate Facebook posts from workout data. Trigger on workout logging, PR updates, program questions, and fitness progress summaries.

mickpletcher/AI-Skills · 39 tokens

food-analyzer

Analyze food photos, nutrition labels, and ingredient lists. Trigger on food images, nutrition label scans, macro questions, glycemic questions, medication interaction checks, and similar food-analysis requests.

mickpletcher/AI-Skills · 41 tokens