oaustegard/installing-skills
Install skills from github.com/oaustegard/claude-skills into /mnt/skills/user. Use when user mentions "install skills", "load skills", "add skills", "update skills", "refresh skills", or references a skill not currently installed.
npx skills add https://github.com/oaustegard/claude-skills --skill installing-skills
Install skills from github.com/oaustegard/claude-skills to /mnt/skills/user, making them available in the current and future conversations.
Run the installation script:
bash /mnt/skills/user/installing-skills/scripts/install.sh
The script:
Requires access to:
api.github.com - Repository structure listingraw.githubusercontent.com - File downloadsIf blocked, report the specific endpoint and suggest checking network settings.
Execute installation automatically when:
/mnt/skills/userAfter installation, proceed with user's original request.
Installed skills appear in system's <available_skills> automatically. Manual verification:
ls /mnt/skills/user
For single skills or testing:
mkdir -p /mnt/skills/user/{skill-name}
curl -s "https://raw.githubusercontent.com/oaustegard/claude-skills/main/{skill-name}/SKILL.md" \
-o "/mnt/skills/user/{skill-name}/SKILL.md"
Take oaustegard/installing-skills from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.