better-skill-creator

better-skill-creator is a skill for Claude Code from psylch/better-skills. It costs 110 tokens per session (1,953 once invoked), scanned A, original, MIT.

A guided tool for creating new skills for AI coding agents. It helps choose the skill's complexity and creates a project structure with editable files.

In plain words
What is it for?
Use it to define what a skill should do, choose its name and runtime approach, generate its files, and validate the result.
Why use it?
It turns an idea into a consistent starting point without requiring you to design the skill's files and setup from scratch.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool.

Part of the better-skills plugin — 3 skills shipped together

Good fit Use it to define what a skill should do, choose its name and runtime approach, generate its files, and validate the result.

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

Made for: Claude Code.

Or install better-skills, the plugin that ships this one along with the rest of its 3 skills.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/psylch/better-skills/better-skill-creator"><img src="https://agentmods.dev/badge/skills/psylch/better-skills/better-skill-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,953 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00110 $0.01953
Opus 5 $0.00055 $0.00977
Sonnet 5 $0.00022 $0.00391
Haiku 4.5 $0.00011 $0.00195

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

Security

Grade A, and why

better-skill-creator scanned grade A with 1 finding 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/scaffold.py), 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**stdlib** — Python standard library only. Zero dependencies, zero environment issues. Choose this when `urllib`, `json`, `argparse`, `pathlib` are sufficient. This is the recommended default.
skills/better-skill-creator/SKILL.md · 188 lines

How it starts

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

Skill Creator

Language

Match user's language: Respond in the same language the user uses.

Overview

Create new agent skills by guiding the user through a series of choices, then generating a ready-to-edit project structure with best practices baked in.

How It Works

  1. Collect requirements through dialogue (AskUserQuestion)
  2. Call scaffold.py with the collected parameters (non-interactive)
  3. Report what was generated and guide next steps

Dialogue Flow

Progress:

  • Step 1: Understand intent
  • Step 2: Skill name
  • Step 3: Skill level (auto-recommended)
  • Step 4: Environment strategy (L1 only)
  • Step 5: Output directory
  • Generate, validate, and report

Follow these steps in order. Use AskUserQuestion for steps 1–5.

Step 1: Understand Intent

Before any structural decisions, understand what the skill will do. Ask the user:

  1. What does this skill do? (one sentence)
  2. Give 2–3 example user prompts that should trigger it
  3. What does the output/result look like?

This step is critical — it determines the level recommendation and produces a better description field.

Step 2: Skill Name

Ask the user for a skill name. Validate it meets these rules:

  • Lowercase letters, digits, and hyphens only
  • Must start with a letter, end with a letter or digit
  • No consecutive hyphens
  • Maximum 64 characters

If invalid, explain the constraint and ask again.

Step 3: Skill Level (Auto-Recommended)

Based on the examples gathered in Step 1, recommend a level before asking:

  • If all examples can be handled with Claude's built-in tools, MCP servers, or domain knowledge → recommend L0
  • If examples need environment detection, status caching, or lightweight shell checks → recommend L0+
  • If examples involve API calls, data processing, or operations benefiting from deterministic code → recommend L1

Present the recommendation with rationale, then let the user confirm or override:

L0 — Pure Prompt: Only a SKILL.md file. All capabilities come from Claude's built-in tools, MCP servers, or general knowledge. Best for workflow guides, domain knowledge, configuration wizards. No scripts needed.

Read the full file on GitHub · 188 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. 10d ago First seen · 188 lines · 110 tokens per session scan A f9a08071f98a

Subscribe to this mod's changes

better-skill-creator is a skill published in the GitHub repository psylch/better-skills (5 stars, last pushed 6mo ago), licensed MIT. It adds 110 tokens to every session and 1,953 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.