Skip to content

v0.5.0 — WorkBuddy support

Latest

Choose a tag to compare

@evilstar2016 evilstar2016 released this 14 Aug 16:50
· 11 commits to main since this release

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 workbuddy

For the complete local UI:

npx @evilstar2025/skill-doctor@0.5.0 ui

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

skill-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.