installing-skills

Solid

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.

Code & Development 134 stars 7 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
70
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Installing Skills Install skills from github.com/oaustegard/claude-skills to `/mnt/skills/user`, making them available in the current and future conversations. ## Execution Run the installation script: ```bash bash /mnt/skills/user/installing-skills/scripts/install.sh ``` The script: - Fetches repository contents via GitHub API - Downloads SKILL.md for each skill directory - Reports installed/updated/skipped counts - Excludes: templates, .github, .claude, .uploads directories ## Network Requirements Requires access to: - `api.github.com` - Repository structure listing - `raw.githubusercontent.com` - File downloads If blocked, report the specific endpoint and suggest checking network settings. ## Triggers Execute installation automatically when: - User explicitly requests skill installation/update - User references a skill not present in `/mnt/skills/user` - User mentions missing capabilities that match known skill patterns After installation, proceed with user's original request. ## Verification Installed skills appear in system's `<available_skills>` automatically. Manual verification: ```bash ls /mnt/skills/user ``` ## Manual Installation For single skills or testing: ```bash 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" ```

Details

Author
oaustegard
Repository
oaustegard/claude-skills
Created
9 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

install-skill

End-to-end skill package installer and builder for Claude. Handles the FULL process: platform targeting (CLI / CLI+Desktop / Desktop), acquiring complete packages from GitHub repos or local folders (never just SKILL.md - all references, scripts, hooks, binaries, templates), relevance selection, personalization, platform adaptation, verification, packaging (.skill zips, staged folders), and install commands. Use this skill whenever the user wants to install a skill, install a skill package, add a skill from a repo or URL, build a skill package, port a skill between CLI and desktop, combine skills, or repackage/update an installed skill. Also use when the user complains a previous install only grabbed SKILL.md.

1 Updated today
M4NUSH7
DevOps & Infrastructure Listed

setup-project-skills

Installs skills from a user-curated manifest (`~/.claude/skill-manifest.json`) into the current project's `.claude/skills/` — symlinks local skills, runs `npx skills add` for third-party ones, and advises `/plugin install` for native Claude plugins. Optionally scans the project for trigger files (Dockerfile, wrangler.jsonc, *.tf, etc.) and pre-selects recommended matches. Use when the user wants to set up skills in a new project, add a skill they curated, see what skills fit the current project, or bootstrap a freshly cloned repo with their toolbox.

1 Updated 1 weeks ago
Goodsmileduck
Code & Development Listed

install-skill

Install a Claude Code skill from a GitHub skills repository URL.

1 Updated today
atman-33