Runtime shell hooks for Claude Code skill enforcement.
All TypeScript packages have moved to skillex.
Shell scripts and shims that integrate with Claude Code hooks:
| Asset | Purpose |
|---|---|
*.sh (root) |
Hook scripts: chain enforcement, semantic routing, setup, usage tracking |
shims/ |
Command interception layer for local skill CLI |
scripts/ |
Pre-commit validation scripts |
This repo hosts curated skills in skills/. The CLI that manages and installs them lives in skillex.
# Set up shims
./setup-shims.sh
# Use the CLI (via skillex)
npm run skills -- scanUpdate selected hooks and skills into priority projects:
./scripts/rollout-priority.shPass explicit project paths:
./scripts/rollout-priority.sh ../claudette-codes ../claudetteSkills may include optional UI metadata at <skill-name>/agents/openai.yaml.
MIT