Steps to reproduce:
follow these steps from teh readme:
git clone https://github.com/REMvisual/claude-handoff.git
cp -r claude-handoff/skills/handoff ~/.claude/skills/
cp -r claude-handoff/skills/handoffplan ~/.claude/skills/
and then attempt to invoke /handoff within a claude code session - it won't be there.
Options to fix:
- Change the readme to add steps like
mv ~/.claude/skills/handoff/skill.md ~/.claude/skills/handoff/SKILL.md
- rename the skill.md files to SKILL.md
--
I'd open a PR but I don't know if renaming the skill would cause problems with any tools aside from claude code, so I leave it to you.
Steps to reproduce:
follow these steps from teh readme:
and then attempt to invoke
/handoffwithin a claude code session - it won't be there.Options to fix:
mv ~/.claude/skills/handoff/skill.md ~/.claude/skills/handoff/SKILL.md--
I'd open a PR but I don't know if renaming the skill would cause problems with any tools aside from claude code, so I leave it to you.