Write Skill banner
iliaal iliaal

Write Skill

Development community

Description

--- name: write-skill description: Author a new skill from scratch with paired trigger fixtures and full validation. Use when adding a skill that has no upstream skills.sh source (discipline, meta, or internal-pattern skills). argument-hint: "<skill-name> (e.g. ia-foo)" --- # Write Skill **Skill name:** `$ARGUMENTS` Scaffold a new plugin skill from scratch, generate paired trigger fixtures, register the regex pattern, and run all gates. For distilling a skill from skills.sh sources, use the

Installation

Installs to ~/.claude/commands/iliaal-whetstone-write-skill.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/iliaal/whetstone/HEAD/.claude/commands/write-skill.md -o ~/.claude/commands/iliaal-whetstone-write-skill.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository