v0.1.0 — Multi-platform Skill Scanner
What's in v0.1.0
Multi-platform AI skill scanner and conflict detector for local CLI use.
Features
- Scan skills across 9 platforms: Claude, Cursor, Copilot, Codex, Gemini, Windsurf, Trae, OpenCode, Kiro
- Detect conflicts using Jaccard similarity with high/med/low severity grading
- Three commands: `scan`, `show `, `conflicts`
- Filters: `--scope`, `--kind`, `--limit`, `--fail-on`, `--json`
- 95%+ test coverage on core modules, 34 tests passing
- Cold start ~1.3s
Install
git clone https://github.com/evilstar2016/skill-doctor.git
cd skill-doctor
npm install && npm run build && npm link
skill-doctor scanStatus
Private dogfood release. Not yet published to npm.