Installation Issues
Stow Reports Conflicts
Section titled “Stow Reports Conflicts”If stow -t ~ . reports conflicts, another file already exists at the symlink target.
Fix: Check what’s at the conflicting path and either remove it or back it up:
ls -la ~/.claude/commands/mykit.init.mdIf it’s a real file (not a symlink), move it aside before stowing.
Commands Not Found After Install
Section titled “Commands Not Found After Install”Claude Code may need to be restarted to discover new commands.
Fix:
- Restart Claude Code
- Run
/mykit.statusto verify commands are detected
Permission Errors
Section titled “Permission Errors”If you get permission errors during install, the ~/.my-kit directory may be owned by root.
Fix:
sudo chown -R $(whoami) ~/.my-kitGNU Stow Not Installed
Section titled “GNU Stow Not Installed”macOS:
brew install stowLinux (Debian/Ubuntu):
sudo apt install stowLinux (Arch):
sudo pacman -S stow