Install a Skill Pack

Skill packs install to ~/.claude/skills/<slug>/— Claude Code's standard skills directory. They are auto-discovered on next startup.

Install command

$ mm install @creator/skill-slug
[verified] ed25519 ok
[writing] ~/.claude/skills/skill-slug/
[done] installed in 1.4s

Restart Claude Code

After installing a skill pack for the first time, restart Claude Code (or VS Code) so it picks up the new ~/.claude/skills/ directory. Subsequent installs and updates do not require a restart.

Where files go

Files land at ~/.claude/skills/<slug>/ (user scope, the default) or .claude/skills/<slug>/ (project scope, when you pass --scope project). Claude Code discovers SKILL.md from any subdirectory under its skills root.

Uninstall

$ mm uninstall @creator/skill-slug
[done] removed 3 files

Only files tracked by MemoryMarket are removed. Files you created inside the skill directory are preserved.

Update

$ mm update @creator/skill-slug
[verified] v1 → v2
[done] updated