install
source · Clone the upstream repo
git clone https://github.com/rohitg00/skillkit
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/rohitg00/skillkit "$T" && mkdir -p ~/.claude/skills && cp -r "$T/packages/core/src/eval/__tests__/fixtures/bad-skill" ~/.claude/skills/rohitg00-skillkit-bad-skill && rm -rf "$T"
manifest:
packages/core/src/eval/__tests__/fixtures/bad-skill/SKILL.mdsource content
be helpful and assist the user with various tasks
try to do your best when appropriate
etc.