Skilllibrary skill-installation
REDIRECTED — This skill has been merged into skill-installer, which handles all skill installation workflows. Use skill-installer instead.
install
source · Clone the upstream repo
git clone https://github.com/merceralex397-collab/skilllibrary
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/merceralex397-collab/skilllibrary "$T" && mkdir -p ~/.claude/skills && cp -r "$T/03-meta-skill-engineering/skill-installation" ~/.claude/skills/merceralex397-collab-skilllibrary-skill-installation && rm -rf "$T"
manifest:
03-meta-skill-engineering/skill-installation/SKILL.mdsource content
This skill has been merged into skill-installer
skill-installerThe functionality of
skill-installation (generic client installation workflow) has been consolidated into skill-installer, which now covers:
- Installing from curated registries and GitHub
- Installing from local folders, tarballs, and zips
- Client-specific placement (Codex, GitHub Copilot, Claude Code, Gemini CLI)
- Integrity verification and registration
Use
for all installation tasks.skill-installer
The merge was performed because both skills covered the same user intent ("install this skill") with overlapping procedures.
skill-installer was chosen as the canonical name because it is more concise and already had operational scripts.