TypeScript tooling for Claude Code skills.
npx @4meta5/skills-cli scan- Scans your project and recommends relevant skills based on your stack
- Installs skills from curated sources or custom repositories
- Validates skills for quality and correctness
- Syncs CLAUDE.md to keep skill references current
This CLI manages skills from 4meta5/skills.
Core skills include: tdd, code-review-ts, code-review-rust, differential-review, refactor-suggestions, repo-hygiene, and more.
Skills are automatically recommended when you run skills scan.
# Install globally
npm install -g @4meta5/skills-cli
# Scan project for recommendations
skills scan
# Install a skill
skills add tdd
# List installed skills
skills list$ skills scan
Analyzing project...
Detected Stack:
Languages: TypeScript 5.0.0 (high)
Testing: Vitest (high)
Recommended Skills:
DEVELOPMENT
+ tdd (4meta5-skills)
Detected TypeScript (package.json typescript dependency)
7 alternative(s) available| Command | Description |
|---|---|
scan |
Analyze project and recommend skills |
add <name> |
Install a skill |
remove <name> |
Remove a skill |
list |
List installed skills |
show <name> |
Show skill details |
validate [path] |
Validate skill quality |
update |
Update skills from sources |
sync |
Sync skills to tracked projects |
hygiene |
Detect and clean slop |
Run skills <command> --help for command-specific options.
| Package | Description | npm |
|---|---|---|
| @4meta5/skills-cli | CLI for discovering and installing skills | |
| @4meta5/skills | Core skills library | |
| @4meta5/skill-loader | Skill loading and parsing | |
| @4meta5/chain | Skill chaining and workflow enforcement |
npm install
npm run build
npm testMIT