Skip to content

4meta5/hooks

Hooks

TypeScript tooling for Claude Code skills.

npm version License: MIT

npx @4meta5/skills-cli scan

What It Does

  • 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

Skills

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.

Quick Start

# 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

Example Output

$ 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

Commands

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.

Packages

Package Description npm
@4meta5/skills-cli CLI for discovering and installing skills npm
@4meta5/skills Core skills library npm
@4meta5/skill-loader Skill loading and parsing npm
@4meta5/chain Skill chaining and workflow enforcement npm

Development

npm install
npm run build
npm test

License

MIT

About

activate skills

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •