v0.3.2 — Quickstart demo and contributor launch kit
Highlights
- Adds a runnable safe demo project under
examples/conflicted-agent-projectso 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 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
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
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
- First-wave distribution queue: https://github.com/evilstar2016/skill-doctor/blob/main/marketing/distribution/2026-06-21-first-wave-queue.md
- Launch kit: https://github.com/evilstar2016/skill-doctor/blob/main/marketing/launch-kit.md
Verification
npm testpassed: 38 test files, 321 tests.npm run buildpassed.npm pack --dry-runincluded README, assets, examples, and dist files.- Published to npm as
@evilstar2025/skill-doctor@0.3.2.