Skip to content

fix: correct installation method to use ~/.claude/skills/ symlink#12

Open
turlebp wants to merge 1 commit intoXPRNetwork:mainfrom
turlebp:fix/install-method
Open

fix: correct installation method to use ~/.claude/skills/ symlink#12
turlebp wants to merge 1 commit intoXPRNetwork:mainfrom
turlebp:fix/install-method

Conversation

@turlebp
Copy link
Copy Markdown

@turlebp turlebp commented Apr 10, 2026

What's wrong

The README and install.sh were telling users to add a skills array to ~/.claude/settings.json — but this field
doesn't exist in Claude Code. Tried following the instructions myself and it didn't work at all.

What I fixed

Looked up the actual docs at https://code.claude.com/docs/en/skills and turns out skills need to be placed as a
directory under ~/.claude/skills/<name>/ with a SKILL.md entrypoint. Both the installer and README have been
updated to follow the official Claude Code documentation.

install.sh — rewrote it to create a symlink instead:
~/.claude/skills/xpr-network-dev → <repo>/skill/

README.md — rewrote the installation section with the correct methods (symlink for personal use, project-level,
etc.)

Tested and working coorectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant