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.
npx agentmods add commands/stevesolun/micro-skills/skill-newgit clone --depth 1 https://github.com/stevesolun/micro-skillsWrote 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.
[](https://agentmods.dev/commands/stevesolun/micro-skills/skill-new)<a href="https://agentmods.dev/commands/stevesolun/micro-skills/skill-new"><img src="https://agentmods.dev/badge/commands/stevesolun/micro-skills/skill-new.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00017 | $0.00537 |
| Opus 5 | $0.00009 | $0.00269 |
| Sonnet 5 | $0.00003 | $0.00107 |
| Haiku 4.5 | $0.00002 | $0.00054 |
Grade A, and why
skill-new 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 6d 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.
What it actually says
Create a new micro-skill pipeline for "$ARGUMENTS" in the plugin's persistent data directory.
What to create
${CLAUDE_PLUGIN_DATA}/converted/$ARGUMENTS/
├── SKILL.md # Orchestrator (~30 lines)
├── failure-log.md # Empty, ready for entries
├── check-gates.md # Domain-specific YES/NO gate questions
└── references/
├── 01-scope.md # Extract constraints
├── 02-plan.md # Design before building
├── 03-build.md # Execute with micro-checks
├── 04-check.md # Hard gate: YES/NO, no hand-waving
└── 05-deliver.md # Clean up and present
Instructions
- Validate
$ARGUMENTS: must contain only alphanumeric characters, hyphens, and underscores. If empty, ask for a name. If it contains spaces or special characters, suggest a sanitized version (e.g., "my skill!" -> "my-skill") and confirm. - Ask the user what this skill does (one sentence) and when it should trigger.
- Ask for 3-5 domain-specific gate questions for
check-gates.md. These must be:- Specific ("Is every API endpoint authenticated?") not vague ("Is security handled?")
- Binary YES/NO, no wiggle room
- Based on real failure modes if the user knows them
- Create the directory:
${CLAUDE_PLUGIN_DATA}/converted/$ARGUMENTS/ - Create the directory structure with the standard pipeline reference files.
- Customize the SKILL.md with the skill name, description, and trigger.
- Write the domain-specific gate questions into
check-gates.md. - Seed
failure-log.mdwith header and any known failure patterns the user provides. - Update the registry at
${CLAUDE_PLUGIN_DATA}/registry.json:- If registry doesn't exist, create it with
{"version": 1, "conversions": []} - Add entry with: name, sourcePath: "scaffolded", sourceHash: "", convertedAt, gateCount, pipelineFiles: 7, totalLines
- If registry doesn't exist, create it with
- Keep every file under 40 lines. If a file is getting long, split it.
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.
- 6d ago First seen · 41 lines · 17 tokens per session scan A e32a11a896db
skill-new is a command published in the GitHub repository stevesolun/micro-skills (11 stars, last pushed 5mo ago), licensed MIT. It adds 17 tokens to every session and 537 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.
Other commands, from other repositories
autoworker
Start the autoworker execution workflow for any non-trivial task.
init
Install the formatters this repository needs, with every command visible before it runs.
genshijin-compress
Markdown・テキストファイルを原始人形式へ安全圧縮.
standup
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
check-dev
Type-check a Z specification with fuzz.
adr-supersede
Create a new ADR that supersedes an existing one.