Private registry for personal Claude Code skills.
Reusable workflow and repository-management skills.
Domain-specific research and data-processing skills.
This repository supports the skills CLI catalog layout.
List available skills:
npx skills@latest add https://github.com/imutum/skills --listInstall all skills for Claude Code globally:
npx skills@latest add https://github.com/imutum/skills --skill '*' --agent claude-code -g -y --copyInstall selected skills:
npx skills@latest add https://github.com/imutum/skills --skill read-session private-registry --agent claude-code -g -y --copyFor private repository access, authenticate GitHub first:
gh auth status -h github.com
gh repo view imutum/skillsClone this private repository, then run the installer.
git clone https://github.com/imutum/skills.git D:\project\skills
cd D:\project\skills
.\scripts\install.ps1The installer copies categorized skills into the flat Claude Code skills directory:
$HOME\.claude\skills
Install selected skills only:
.\scripts\install.ps1 -Skill read-session,private-registryUpdate and reinstall:
.\scripts\sync.ps1List available skills:
.\scripts\list.ps1