Highlights
- Add first-class Tencent WorkBuddy support across Skill discovery, context-cost analysis, MCP inspection, installation, CLI filtering, and the Web UI.
- Parse WorkBuddy project/user/connector Skills, long-term context files, enablement state, allowed tools, and loading priority.
- Keep platform provenance, disabled resources, malformed configuration, and secret redaction explicit in scan results.
- Add WorkBuddy fixtures and regression coverage across discovery, CLI, installation, context cost, and UI flows.
Try it locally
npx @evilstar2025/skill-doctor@0.5.0 scan --platform workbuddy
npx @evilstar2025/skill-doctor@0.5.0 cost --platform workbuddyFor the complete local UI:
npx @evilstar2025/skill-doctor@0.5.0 uiSafe demo
The repository includes redacted fixtures so you can inspect known duplicate, conflict, and audit findings before scanning a private setup:
git clone https://github.com/evilstar2016/skill-doctor.git
cd skill-doctor/examples/conflicted-agent-project
npx @evilstar2025/skill-doctor@0.5.0 scan --scope project
npx @evilstar2025/skill-doctor@0.5.0 conflicts --scope project
npx @evilstar2025/skill-doctor@0.5.0 audit --scope projectskill-doctor reads local skill/rule/instruction files and does not upload Skills by default. Dynamic MCP and runtime state are not presented as enabled resources without evidence.
Feedback
Please report a redacted missing platform path, false positive, or real configuration-drift case in issue #4. See the full changelog for implementation details.