This is OrchestKit's diagnostic command that validates your plugin installation across 14 categories, from manifest integrity and hook configuration to MCP server connectivity and Claude Code version checks. It's what you run after npm run build, when hooks aren't firing, or before pushing to a team. The scope prompt is smart: ask for "just the MCPs" and you get a 5 second check instead of the full 20 second sweep. Reports severity levels with auto-remediation suggestions and catches subtle issues like orphaned skills that nothing invokes and unreachable permission rules. The activation channel validation alone is worth having this around.
npx skills add https://github.com/yonatangross/orchestkit --skill doctor