swavy-skills
v0.1.0
Published
Personal Claude Code skills, installable into any project via npx
Readme
swavy-skills
Personal Claude Code skills, installable into any project via npx.
Usage
Install all skills into the current project (./.claude/skills/):
npx swavy-skillsInstall globally (~/.claude/skills/):
npx swavy-skills --globalInstall specific skills only:
npx swavy-skills install feature grill-meList available skills:
npx swavy-skills listFlags
-g,--global— install into~/.claude/skills/instead of the current project-f,--force— overwrite existing skills without prompting-h,--help— show help
Skills
- feature — manage current feature workflow for a kurt slice spec (load, start, review, complete, test, explain)
- grill-me — interview relentlessly about a plan or design until reaching shared understanding
- to-issues — break a plan or PRD into independently-grabbable GitHub issues
- to-prd — turn the current conversation context into a PRD and submit it as a GitHub issue
Adding a new skill
mkdir my-skillat the repo root- Add
my-skill/SKILL.mdwith frontmatter (name,description) - Bump
versioninpackage.json
The CLI auto-discovers any top-level directory containing a SKILL.md.
Run without publishing to npm
npx github:ShipItEarley/skillsWorks as soon as the repo is pushed.
