kettle-skill-creator
Installation
SKILL.md
Kettle Skill Creator
Manage the kettleofskills marketplace from the dotfiles source of truth. Skills are authored
in ~/.claude/skills/<name>/ (dotfiles) and published as marketplace plugins at
plugins/<name>/skills/<name>/ with a config.yaml. This skill promotes dotfiles changes
into the marketplace and creates new marketplace skills.
Repo Context
- Source of truth:
~/.claude/skills/<name>/(symlinked to the dotfiles repo) - Marketplace repo root: the current working directory (kettleofskills repo)
- Plugin dir:
plugins/<name>/skills/<name>/ - Scripts:
~/.claude/skills/kettle-skill-creator/scripts/(auto-locate the repo root; run from anywhere inside the kettleofskills repo) - Sync recipes:
just sync(=just sync-groups+just sync-marketplace) - Release:
just git::version <major|minor|hotfix>