v0.3.3 - npm discovery metadata
v0.3.3 - npm discovery metadata
skill-doctor v0.3.3 is a metadata-only patch release focused on npm discovery.
Highlights
- Adds npm package keywords for AI agent, CLI, developer tooling, and security audit discovery.
- Keeps runtime behavior unchanged from v0.3.2.
- Keeps the safe demo, README quickstart path, and contribution/feedback surfaces from v0.3.2.
Try it
npx @evilstar2025/skill-doctor scanSafe demo:
git clone https://github.com/evilstar2016/skill-doctor.git
cd skill-doctor/examples/conflicted-agent-project
npx @evilstar2025/skill-doctor scan --scope project
npx @evilstar2025/skill-doctor conflicts --scope project
npx @evilstar2025/skill-doctor audit --scope projectExpected demo output: https://github.com/evilstar2016/skill-doctor/blob/main/docs/demo-output.md
Comparison page: https://github.com/evilstar2016/skill-doctor/blob/main/docs/comparisons/manual-agent-config-audit.md
Feedback wanted
I am looking for real, redacted examples of:
- false positives from
skill-doctor conflictsorskill-doctor audit - missing agent platform paths or instruction file patterns
- risky instruction patterns that should be detected
- cases where overlapping AI agent rules made a tool behave inconsistently
Actionable reports: #4
Lightweight questions and examples: #6
The project reads local files and reports findings. It does not upload your skill files by default.
Verification
npm run buildpassed.npm testpassed: 38 test files, 321 tests.npm pack --dry-runincluded README, assets, examples, and dist files.- Published to npm as
@evilstar2025/skill-doctor@0.3.3.