skill-installation-supportlisted
Install: claude install-skill stark-ai-de/agent-skills
# Skill Installation Support
## Goal
Help users install, list, update, remove, and troubleshoot Agent Skills with clear commands and safe distinctions between local, global, and agent-specific installation.
## When to use
- The user asks how to install a skills repo or one skill.
- `npx skills@latest add` fails or does not discover expected skills.
- The user asks about Codex, Claude Code, Cursor, or all-agent installation targets.
## When not to use
- The user wants to create or review a skill; use `skill-authoring-review`.
- The user wants to maintain this repository's catalog or release state; use `skill-repo-curator`.
- The source skill has unclear provenance or license and should not be installed yet.
## Inputs
- Repository path or GitHub owner/repo.
- Desired skill name, target agent, and global or project install preference.
- Error output from `npx skills@latest`.
- Local `skills/` tree and `SKILL.md` frontmatter when troubleshooting discovery.
## Inputs to inspect
- Inspect the source path or repository, requested skill name, target agent, global/project scope, and CLI error output.
- Check `SKILL.md` names and descriptions when discovery fails.
## Process
1. Identify source: local folder, GitHub repo, full Git URL, or specific skill.
2. List skills before installing when the source is unfamiliar.
3. Choose global or project install based on the user's scope.
4. Choose target agent flag based on the user's runtime.
5. Troubleshoot discovery by checking fo