Skip to content

Installation Issues

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:

Terminal window
ls -la ~/.claude/commands/mykit.init.md

If it’s a real file (not a symlink), move it aside before stowing.

Claude Code may need to be restarted to discover new commands.

Fix:

  1. Restart Claude Code
  2. Run /mykit.status to verify commands are detected

If you get permission errors during install, the ~/.my-kit directory may be owned by root.

Fix:

Terminal window
sudo chown -R $(whoami) ~/.my-kit

macOS:

Terminal window
brew install stow

Linux (Debian/Ubuntu):

Terminal window
sudo apt install stow

Linux (Arch):

Terminal window
sudo pacman -S stow