Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

Private registry for personal Claude Code skills.

Skills

General

Reusable workflow and repository-management skills.

Research

Domain-specific research and data-processing skills.

Install with skills CLI

This repository supports the skills CLI catalog layout.

List available skills:

npx skills@latest add https://github.com/imutum/skills --list

Install all skills for Claude Code globally:

npx skills@latest add https://github.com/imutum/skills --skill '*' --agent claude-code -g -y --copy

Install selected skills:

npx skills@latest add https://github.com/imutum/skills --skill read-session private-registry --agent claude-code -g -y --copy

For private repository access, authenticate GitHub first:

gh auth status -h github.com
gh repo view imutum/skills

Install without skills CLI

Clone this private repository, then run the installer.

git clone https://github.com/imutum/skills.git D:\project\skills
cd D:\project\skills
.\scripts\install.ps1

The 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-registry

Update and reinstall:

.\scripts\sync.ps1

List available skills:

.\scripts\list.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages