Help us improve
Share bugs, ideas, or general feedback.
From skillless
Installs Claude Code skills from skills.sh via npx, GitHub repos, or direct SKILL.md downloads. Detects conflicts, confirms with user, and verifies post-install.
npx claudepluginhub 0oooooooo0/skilllessHow this skill is triggered — by the user, by Claude, or both
Slash command
/skillless:skill-installerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install Claude Code skills from various sources.
Installs, updates, lists, and removes Claude Code skills from GitHub repos/subdirs or .skill zips. Supports user-global and project-local locations.
Installs, lists, and removes community Claude Code skills from GitHub repos or local paths via /agent:skill install|list|remove commands.
Guides installation of AVIZ Skills Library skills into Claude Code via user (~/.claude/skills) or project (.claude/skills) directories using git clone/copy, npm deps, and real-time doc fetching.
Share bugs, ideas, or general feedback.
Install Claude Code skills from various sources.
user-invocable: false description: Handles skill installation from skills.sh, GitHub, or direct SKILL.md download. Always confirms with user before installing. allowed-tools: [Read, Write, Bash, WebFetch, Glob, AskUserQuestion]
When called with a skill to install, determine the source type and follow the appropriate flow.
Glob: ~/.claude/skills/{skill-name}/SKILL.md
installedThe skill is already installed locally. Inform the user:
"This skill is already available on your system. You can use it right away."
skills-addThe skill is listed on skills.sh and can be installed via npx. Run:
npx skills add -y -g {owner/repo}
-y: skip confirmation prompts-g: install globally to ~/.claude/skills/{owner/repo} (e.g., vercel-labs/agent-skills){owner/repo}/{skill-name}IMPORTANT: The old npx skillsadd package is deprecated and no longer works. Always use npx skills add.
If npx skills add fails (e.g., "No valid skills found"), fall back to direct GitHub download:
https://api.github.com/repos/{owner}/{repo}/git/trees/main?recursive=1curl -sL https://raw.githubusercontent.com/{owner}/{repo}/refs/heads/main/{path-to-SKILL.md}~/.claude/skills/{skill-name}/SKILL.mdgithub-pluginThe skill is part of a GitHub-hosted plugin. Guide the user:
"This skill is available as a GitHub plugin. To install, run:
/plugin install {github-url} ```"
skill-mdA standalone SKILL.md file that can be downloaded directly:
mkdir -p ~/.claude/skills/{skill-name}
WebFetch: {raw-url}
Write: ~/.claude/skills/{skill-name}/SKILL.md
After installation, verify:
Provide a clear summary: