Skillshub skill-creator
Alias for sentry-skills:skill-writer. Use when users explicitly ask for "skill-creator" or reference the legacy skill name. Redirects to the canonical skill authoring workflow.
install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/getsentry/skills/skill-creator" ~/.claude/skills/comeonoliver-skillshub-skill-creator-718069 && rm -rf "$T"
manifest:
skills/getsentry/skills/skill-creator/SKILL.mdsource content
Alias: skill-creator
This skill name is kept for compatibility.
Use
sentry-skills:skill-writer as the canonical skill for creating and updating skills.
If invoked via
skill-creator, run the same workflow and conventions documented in sentry-skills:skill-writer.