-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Installation Issue #511
Description
Hi. 👋 I've tried installing SuperClaude on my Mac via pipx, it installs successfully, but when I check out the agents there are none.
I've cloned the repo for now and just copied the src/superclaude agents to my $HOME/.claude/agents directory for now, but what's bugging me is what else am I missing?
I've tried Troubleshooting section, but the docs seem to be outdated there because in my installation of SuperClaude 4.1.9 there's no --list-components command:
❯ SuperClaude install --list-components
Usage: SuperClaude install [OPTIONS]
Try 'SuperClaude install --help' for help.
Error: No such option: --list-componentsThe --list option just lists the commands (all ✅), and I know they are installed because I see them in claude using /, but how can I validate that the rest of the components are installed properly if the agents didn't install in the first place?
My suspicion is that the installation process does not work with symlinks. The thing is, I manage my .files with GNU stow and I keep my .claude agents, commands, skills, and config in a separate directory placing them in $HOME/.claude/ via symlinks. Can't be sure though if that's the culprit here.
Would appreciate some guidance on how to validate the completeness of the installation and a fix if indeed the symlinks were the issue with copying to .claude/agents.