sk

Installation
SKILL.md

Using the sk CLI

sk is the repo-scoped Skills manager that installs, audits, and syncs Claude Skills listed in skills.lock.json. Treat it like Cargo for skills: installs live under ./skills, while the cache stays in ~/.cache/sk/repos.

When to reach for this skill

  • You need to install or upgrade a skill from the canonical skills repo (https://github.com/lambdamechanic/skills).
  • You want to verify the working tree is clean (sk doctor --status, sk doctor --summary).
  • You are preparing to sync edits back to the upstream skills repository (sk sync-back <install>).

Core workflow

  1. Refresh the cache (optional but fast):
    target/debug/sk update
    
  2. Install or upgrade a skill (alias keeps folder names stable):
    target/debug/sk install https://github.com/lambdamechanic/skills testing-patterns --alias testing
    target/debug/sk upgrade testing
    
Related skills
Installs
4
GitHub Stars
2
First Seen
Jan 25, 2026