Skip to content

v0.3.2 — Quickstart demo and contributor launch kit

Choose a tag to compare

@evilstar2016 evilstar2016 released this 20 Jun 02:02

Highlights

  • Adds a runnable safe demo project under examples/conflicted-agent-project so new users can see scan, conflict, and audit findings without scanning their own setup first.
  • Adds README quickstart demo artwork and clearer 30-second trial path.
  • Adds CHANGELOG.md, ROADMAP.md, CONTRIBUTING.md, issue templates, pull request template, and release checklist.
  • Updates npm package metadata and packaged files so README assets and examples ship with the package.

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

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

Please report feedback here: #4

For lightweight questions and examples before filing an issue, use Discussion #6: #6

The project reads local files and reports findings. It does not upload your skill files by default.

Launch materials

Verification

  • npm test passed: 38 test files, 321 tests.
  • npm run build passed.
  • npm pack --dry-run included README, assets, examples, and dist files.
  • Published to npm as @evilstar2025/skill-doctor@0.3.2.