← ClaudeAtlas

install-skilllisted

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.
M4NUSH7/Niche-Claude-Code · ★ 1 · AI & Automation · score 74
Install: claude install-skill M4NUSH7/Niche-Claude-Code
# Install Skill Installs or builds complete skill packages, start to end. The failure mode this skill exists to prevent: grabbing a SKILL.md, calling it installed, and leaving behind the references, scripts, hooks, and binaries that make the skill actually work. Never make a packaging or personalization decision silently: every fork in the process is an AskUserQuestion multiple-choice with a "(Recommended)" option derived from context. ## Step 1 - Intake (MCQ, before ANY work) Ask, in one round: 1. **Target surface** - `Claude Code (CLI + desktop Code tab)` / `Cowork` / `claude.ai chat only`. This is question one because it determines packaging format and what (if anything) must be dropped. Note: Code and Cowork BOTH run bundled scripts - only claude.ai chat is script-limited (see `references/platform-formats.md` BEFORE asking, so the recommendation is informed). Most skills target Code and/or Cowork and ship full content; only a chat-only target gets slimmed. A skill for Code + Cowork ships the same content two ways: the folder (Code) and a `.skill` upload (Cowork). 2. **Source** - GitHub repo URL(s) / local folder / build from scratch. From-scratch authoring is done by the `skill-creator` skill; this skill then packages and installs its output (handoff protocol below). 3. **Scope** - install everything found vs. only what is relevant to a stated purpose. ### Step 1a - Build-from-scratch handoff to skill-creator (only when Source = build from scratch) `skill-creator`