skillkit

Installation
SKILL.md

SkillKit

Analytics for AI agent skills. Tracks usage, measures context budget, and prunes what you don't use.

Commands

SkillKit is an npm CLI. Run commands with npx @crafter/skillkit <command> or install globally first (npm i -g @crafter/skillkit).

  • npx @crafter/skillkit stats - Usage analytics with sparklines (auto-scans on first run)
  • npx @crafter/skillkit stats --all - Show all skills, not just top 10
  • npx @crafter/skillkit stats --days N - Change time range (default: 30)
  • npx @crafter/skillkit stats --all --days 90 - Full list over 90 days
  • npx @crafter/skillkit list - List installed skills with size and context budget
  • npx @crafter/skillkit health - Health check: unused skills, context budget, DB status
  • npx @crafter/skillkit prune - List unused skills. Add --yes to confirm deletion
  • npx @crafter/skillkit scan - Force re-scan (runs automatically, rarely needed)
  • npx @crafter/skillkit scan --include-commands - Also track slash commands
  • Any command with --claude or --opencode to filter by agent
Installs
8
GitHub Stars
13
First Seen
Feb 18, 2026