Skip to content

v0.3.3 - npm discovery metadata

Choose a tag to compare

@evilstar2016 evilstar2016 released this 23 Jun 12:55

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 scan

Safe 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 project

Expected 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 conflicts or skill-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 build passed.
  • npm test passed: 38 test files, 321 tests.
  • npm pack --dry-run included README, assets, examples, and dist files.
  • Published to npm as @evilstar2025/skill-doctor@0.3.3.