From bitwize-music
Runs plugin health checks verifying venv packages and skill registration. Reports status with fix commands for missing or outdated dependencies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bitwize-music:health-checkhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the `health_check` MCP tool and report results to the user.
Run the health_check MCP tool and report results to the user.
IMPORTANT: Do NOT use Bash for any step. Use only the tools listed below.
ToolSearch tool with query select:mcp__plugin_bitwize-music_bitwize-music-mcp__health_check to load the MCP tool schemamcp__plugin_bitwize-music_bitwize-music-mcp__health_check (the MCP tool, not a CLI command)HEALTH CHECK: OK
Venv: N packages verified
Skills: N skills registered
HEALTH CHECK: WARN
VENV [warn]
N outdated: pkg1 (1.0 -> 1.1), pkg2 (2.0 -> 2.1)
N missing: pkg3, pkg4
Fix: ~/.bitwize-music/venv/bin/pip install -r .../requirements.txt
SKILLS [warn]
N missing from Claude Code: skill-a, skill-b
N ghost (deleted but cached): skill-c
Fix: claude plugin update bitwize-music
For comprehensive diagnostics, run the `diagnose` MCP tool.
HEALTH CHECK: FAIL
VENV [fail]
Venv not found at ~/.bitwize-music/venv
Fix: /bitwize-music:setup
diagnose MCP tool for deeper checksnpx claudepluginhub bitwize-music-studio/claude-ai-music-skills --plugin bitwize-musicDetects Python environment and guides through installing plugin dependencies for bitwize-music. Use on first-time setup or when MCP server fails to start.
This skill should be used when the user asks to "check my setup", "run diagnostics", "doctor", "health check", "verify my installation", "are my plugins working", "check plugin status", "what's broken", "fix my setup", "debug my environment", "check dependencies", "environment check", "troubleshoot setup", or invokes /midnight-expert:doctor. Provides comprehensive health reporting for the midnight-expert ecosystem — plugin installation, MCP servers, external tools, cross-plugin references, and NPM registry.
This skill should be used when the user asks to "check dependencies", "verify plugin requirements", "what plugins am I missing", "validate plugin dependencies", "missing plugin dependencies", "unmet requirements", "are my dependencies satisfied", "which dependencies are broken", or invokes /midnight-plugin-utils:dependency-checker. Validates declared dependencies in extends-plugin.json files against installed and enabled plugins.