From skill-development
Installs skills from github.com/oaustegard/claude-skills into /mnt/skills/user. Automatically triggered when user requests skill installation or references a missing skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-development:installing-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install skills from github.com/oaustegard/claude-skills to `/mnt/skills/user`, making them available in the current and future conversations.
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"
npx claudepluginhub oaustegard/claude-skills --plugin skill-developmentCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.