@softeneers/doctor
v1.0.0
Published
Validate that every skill in a toolkit conforms to the standard, and optionally run each skill's self-test.
Maintainers
Readme
@softeneers/doctor
Validate that every skill in a toolkit conforms to the standard, and optionally run each skill's self-test.
Zero runtime dependencies. Node ≥ 18. Part of the Softeneers tools suite.
Install
# one-off, no install
npx @softeneers/doctor
# or install globally
npm i -g @softeneers/doctor
# or as a dev dependency
npm i -D @softeneers/doctorUsage
skill-doctor [path]What it does
See functionalities/ for the full per-feature documentation, and
example-output/ for sample reports.
Part of a suite
Install every Softeneers tool at once with the wrapper:
npm i -g softeneers-tools
softeneers-tools run doctor -- [args]License
MIT © 2026 Softeneers
