creating-skills

creating-skills is a skill for Claude Code from fvadicamo/dev-agent-skills. It costs 70 tokens per session (1,403 once invoked), scanned A, a copy of creating-skills, MIT.

A guide for creating Claude Code skills, which are reusable instruction sets that guide an AI coding assistant through specific tasks. It covers the file structure and settings a skill can use.

In plain words
What is it for?
Use it to create or update a skill, write its SKILL.md file, choose frontmatter fields, and organize scripts, references, and assets.
Why use it?
It helps new skills activate at the right time and follow a predictable format. It also reduces omissions in their instructions and supporting files.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions subagents; positional $N argument.

Part of the skill-authoring plugin — 1 skill shipped together

Good fit Use it to create or update a skill, write its SKILL.md file, choose frontmatter fields, and organize scripts, references, and assets.

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

Made for: Claude Code.

Or install skill-authoring, the plugin that ships this one along with the rest of its 1 skill.

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 creating-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/fvadicamo/dev-agent-skills/creating-skills.svg)](https://agentmods.dev/skills/fvadicamo/dev-agent-skills/creating-skills)
Your own site
<a href="https://agentmods.dev/skills/fvadicamo/dev-agent-skills/creating-skills"><img src="https://agentmods.dev/badge/skills/fvadicamo/dev-agent-skills/creating-skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,403 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 86% copy Near-identical to another mod 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.00070 $0.01403
Opus 5 $0.00035 $0.00701
Sonnet 5 $0.00014 $0.00281
Haiku 4.5 $0.00007 $0.00140

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

Security

Grade A, and why

creating-skills 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.

Origin

This is a copy

86% identical to creating-skills — 117 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/skill-authoring/skills/creating-skills/SKILL.md · 159 lines

How it starts

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

Creating skills

Guide for creating Claude Code skills following Anthropic's official best practices.

Quick start

# 1. Create skill directory
mkdir -p ~/.claude/skills/<skill-name>

# 2. Create SKILL.md with frontmatter
cat > ~/.claude/skills/<skill-name>/SKILL.md << 'EOF'
---
name: <skill-name>
description: <What it does>. Use when <trigger phrases>. <Key capabilities>.
---

# <Skill title>

<Instructions for the skill workflow>
EOF

# 3. Add optional resources as needed
mkdir -p ~/.claude/skills/<skill-name>/{scripts,references,assets}

SKILL.md structure

Frontmatter (YAML between --- markers)

Field Required Description
name No Display name. Defaults to directory name. Lowercase, hyphens, max 64 chars.
description Recommended What + when + capabilities. Max 1024 chars. Determines when Claude activates the skill.
allowed-tools No Tools Claude can use without asking permission when skill is active.
argument-hint No Autocomplete hint for arguments. Example: [issue-number]
disable-model-invocation No true to prevent auto-invocation (manual /name only).
user-invocable No false to hide from / menu (background knowledge only).
model No Model override when skill is active.
context No fork to run in isolated subagent context.
agent No Subagent type when context: fork. Built-in: Explore, Plan, general-purpose.
hooks No Lifecycle hooks scoped to this skill.

Invocation control matrix

Configuration User can invoke Claude can invoke
(defaults) Yes Yes
disable-model-invocation: true Yes No
user-invocable: false No Yes

Description formula

<What it does>. Use when <trigger phrases>. <Key capabilities>.

Include action verbs ("create", "handle"), user intent ("wants to", "needs to"), and domain keywords users would say.

Read the full file on GitHub · 159 lines

Files

What ships with it

2 files 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. 8d ago First seen · 159 lines · 70 tokens per session scan A ba4f7f6dc8cb

Subscribe to this mod's changes

creating-skills is a skill published in the GitHub repository fvadicamo/dev-agent-skills (72 stars, last pushed 2d ago), licensed MIT. It adds 70 tokens to every session and 1,403 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to creating-skills, differing in 117 lines, and is treated as a copy.

Related

Other skills, from other repositories

bulwark-brainstorm

Role-based brainstorming with dual modes: --scoped (sequential Task tool, 5 roles) and --exploratory (Agent Teams peer debate, 4 roles). Use for feasibility assessment and idea validation.

QBall-Inc/the-bulwark · 50 tokens

plan-creation

Create structured implementation plans via a 4-role scrum team (Product Owner, Architect, Eng/Delivery Lead, QA/Critic) with optional Agent Teams peer debate mode.

QBall-Inc/the-bulwark · 38 tokens

anthropic-validator

Validates Claude Code assets (skills, hooks, agents, commands, MCP servers, plugins) against official Anthropic standards. Fetches latest docs dynamically and produces structured validation reports.

QBall-Inc/the-bulwark · 40 tokens

code-review

Comprehensive code review with distinct aspect based sections. Use when reviewing code, checking for security issues, finding type safety problems, auditing code quality, or when user asks to review code, PRs or changes. Three-phase workflow runs static tools, LLM judgment, and writes diagnostic log.

QBall-Inc/the-bulwark · 61 tokens

create-subagent

Generates single-purpose Claude Code sub-agents for use via the Task tool. Use when creating dedicated sub-agents, scaffolding agent definitions, or generating agents with diagnostics and permissions setup.

QBall-Inc/the-bulwark · 42 tokens

test-audit

Audit test suites for T1-T4 violations using AST analysis, mock detection, and multi-stage synthesis. Invoke when user asks to audit tests, check test quality, find mock violations, review test effectiveness, or inspect test suites for over-mocking. Triggers automatic rewrites when quality gates fail.

QBall-Inc/the-bulwark · 0 tokens