skill-creation-guide

skill-creation-guide is a skill for Claude Code, Codex from gmh5225/awesome-skills. It costs 36 tokens per session (662 once invoked), scanned A, original, MIT.

A guide for creating Agent Skills, which are instruction packages that teach coding agents how and when to perform a task.

In plain words
What is it for?
Use it when creating a skill folder, writing its required SKILL.md file, adding examples or helper scripts, and applying recommended authoring practices.
Why use it?
It gives authors a consistent structure and helps agents recognize and follow the skill correctly.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Use it when creating a skill folder, writing its required SKILL.md file, adding examples or helper scripts, and applying recommended authoring practices.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/gmh5225/awesome-skills/skill-creation"><img src="https://agentmods.dev/badge/skills/gmh5225/awesome-skills/skill-creation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 662 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.00036 $0.00662
Opus 5 $0.00018 $0.00331
Sonnet 5 $0.00007 $0.00132
Haiku 4.5 $0.00004 $0.00066

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

Security

Grade A, and why

skill-creation-guide 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 11d 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.

.claude/skills/skill-creation/SKILL.md · 103 lines

How it starts

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

Skill Creation Guide

Scope

Use this skill when:

  • Creating new Agent Skills
  • Understanding SKILL.md format and conventions
  • Learning best practices for skill authoring

Skill Structure

skill-name/
├── SKILL.md          # Required: Instructions and metadata
├── scripts/          # Optional: Helper scripts
├── templates/        # Optional: Document templates
└── resources/        # Optional: Reference files

SKILL.md Format

Required Frontmatter

---
name: my-skill-name
description: A clear description of what this skill does and when to use it.
---

Body Structure

# Skill Name

Detailed description of the skill's purpose.

## When to Use This Skill

- Use case 1
- Use case 2

## Instructions

[Detailed instructions for the agent]

## Examples

[Real-world examples]

Best Practices

  1. Keep descriptions exhaustive: The frontmatter description helps agents decide when to trigger the skill.
  2. Focus on execution: The body should contain clear, actionable steps.
  3. Use progressive disclosure: Put detailed references in references/ folder.
  4. Include scripts for automation: Use helper scripts for deterministic operations.
  5. Keep SKILL.md under 500 lines: For optimal performance.
  6. Test across platforms: Verify skills work with Claude Code, Codex, etc.

Token Efficiency

Skills employ progressive disclosure architecture:

  1. Metadata loading (~100 tokens): Agent scans available skills
  2. Full instructions (<5k tokens): Load when skill is activated
  3. Bundled resources: Only load as needed

Platform-Specific Paths

Platform Project Path Global Path
Claude Code .claude/skills/ ~/.claude/skills/
Codex .codex/skills/ ~/.codex/skills/
Cursor .cursor/skills/ ~/.cursor/skills/
Gemini CLI .gemini/skills/ ~/.gemini/skills/
GitHub Copilot .github/skills/ ~/.copilot/skills/

Read the full file on GitHub · 103 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. 11d ago First seen · 103 lines · 36 tokens per session scan A 94c2164c7a39

Subscribe to this mod's changes

skill-creation-guide is a skill published in the GitHub repository gmh5225/awesome-skills (48 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 662 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-30.

Related

Other skills, from other repositories

libretranslate-markdown-i18n

Machine-translate Markdown / Obsidian / Quartz content into other languages using a self-hosted LibreTranslate instance, preserving frontmatter, headings, emojis, bold/italic, wikilinks (![[...]]/[[...]]) and internal links. Use whenever a user wants to auto-translate a Markdown vault, Obsidian notes, or a…

pedroiff0/awesome-skills · 127 tokens

animated-portfolio-sites

Build a one-page animated personal or portfolio site (canvas starfield, rotating galaxies with mouse parallax, hidden accordion/card content, anchor nav) and publish it free on GitHub Pages. Covers the canvas technique and the Pages permission wall, not just one task.

pedroiff0/awesome-skills · 58 tokens

document-exports

Generate and TEST downloadable document exports (PDF/CSV) from a Node/Express backend — pdfkit streaming, CSV BOM, cents formatting, and the supertest/pdfkit pitfalls that silently break tests.

pedroiff0/awesome-skills · 44 tokens

awesome-skills-master

Master catalog orchestrator and autonomous installer for AI agents. Use when exploring, cloning, discovering, or installing skills, plugins, or MCP servers from awesome-skills without using interactive CLI tools. Guides environment detection, rule adaptation (.mdc/CLAUDE.md), MCP configuration, and strict author…

pedroiff0/awesome-skills · 66 tokens

readme-template

Standard README template for repos — professional structure with badges, overview, table of contents, features/modules, stack, installation, configuration, tests, security, structure, docs, roadmap, contribute, license, author + RepoActivity sections (Star History, repo stats) + profile GIF footer. Use when creating…

pedroiff0/awesome-skills · 72 tokens

suap-api

Consume the SUAP (Sistema Unificado de Administração Pública) REST API v2 used by Brazilian federal institutes (IFRN, IFF, IFS, etc.) — obtain a JWT via /api/v2/autenticacao/token/, discover real endpoints via /api/openapi.json, and pull student data (boletim, períodos letivos, dados do aluno). Covers the WAF…

pedroiff0/awesome-skills · 154 tokens