GitHub Issue
Incorrect Installation
I chose the Claude Code global install, which puts it at ~/.agents/skills/swiftui-pro - this is incorrect and claude will never load it from there, it should be ~/.claude/skills/swiftui-pro
View Raw Thread
Developer & User Discourse
barrettj • Mar 11, 2026
Nevermind, the UI is just really obtuse and enter doesn't select things
Jonathan-De-Sousa • Apr 6, 2026
No, you are correct. The installation, for some reason, no longer asks for an _Installation Method_ (`Symlink` or `Copy to all agents`). This is necessary for the skill to be picked up by Claude Code since Claude Code accesses its skills from `~/.claude/skills`.
I fixed this problem post-installation by running the following command in the terminal:
```Zsh
mkdir -p ~/.claude/skills
ln -s ~/.agents/skills/swift-concurrency-pro ~/.claude/skills/swift-concurrency-pro
```
I fixed this problem post-installation by running the following command in the terminal:
```Zsh
mkdir -p ~/.claude/skills
ln -s ~/.agents/skills/swift-concurrency-pro ~/.claude/skills/swift-concurrency-pro
```
twostraws • Apr 16, 2026
The `npx skills add` command definitely prompts for Claude, and works correctly as-is.
SaaS Metrics