skill_creator_skill

skill_creator_skill is a skill for Claude Code, Codex from 81120/light-agent. It costs 27 tokens per session (372 once invoked), scanned A, original, MIT.

A guided generator for creating new coding-agent skills, including their instructions, folders, and script templates.

In plain words
What is it for?
Use it to scaffold a skill by entering its name, purpose, implementation language, command, and arguments.
Why use it?
It provides a repeatable starting structure instead of requiring you to create each skill file and script by hand.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/81120/light-agent/skill_creator_skill
Any agent
npx skills add 81120/light-agent --skill skill_creator_skill
Clone the repo
git clone --depth 1 https://github.com/81120/light-agent

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_creator_skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/81120/light-agent/skill_creator_skill.svg)](https://agentmods.dev/skills/81120/light-agent/skill_creator_skill)
Your own site
<a href="https://agentmods.dev/skills/81120/light-agent/skill_creator_skill"><img src="https://agentmods.dev/badge/skills/81120/light-agent/skill_creator_skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 372 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.00372
Opus 5 $0.00014 $0.00186
Sonnet 5 $0.00005 $0.00074
Haiku 4.5 $0.00003 $0.00037

Measured 4d ago against content hash 29b073dbc603, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill_creator_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 4d ago.

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

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.

agent/skills/skill_creator_skill/SKILL.md · 60 lines

What it actually says

Skill Creator

Use Cases

Use this skill to generate a new skill scaffold automatically:

  • Generate SKILL.md documentation
  • Generate script templates (Node.js / Shell / Python)
  • Create directory structure

Steps

  1. Prepare basic skill information:
    • Skill name
    • Functional description
    • Implementation language
    • Required arguments
  2. Run node scripts/skill_creator.js create.
  3. Follow prompts and confirm creation.

Interactive Flow

The script asks for:

  1. Skill name: lowercase letters, underscores, and dashes, e.g. weather_skill
  2. Description: short summary of what the skill does
  3. Script language: Node.js / Shell / Python
  4. Script command: primary command name (e.g. weather)
  5. Argument list: comma-separated arguments (e.g. city, unit)
  6. Creation confirmation

Output Format

On success, it generates files under agent/skills/<skill_name>/:

agent/skills/<skill_name>/
├── SKILL.md           # Skill documentation
└── scripts/
    └── <script_name>  # Script file

Example

cd /Users/leo/code/erl/light-agent/agent/skills/skill_creator_skill
node scripts/skill_creator.js create

Notes

  • Skill names must follow naming rules (lowercase, underscore, dash)
  • If the target skill exists, the script asks whether to overwrite
  • Generated scripts are templates and should be completed for real use
Files

What ships with it

1 file 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. 4d ago First seen · 60 lines · 27 tokens per session scan A 29b073dbc603

Subscribe to this mod's changes

skill_creator_skill is a skill published in the GitHub repository 81120/light-agent (24 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 372 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-08-30.