Stats
Actions
Tags
From chameleon
Use when the user explicitly invokes /chameleon-doctor to get a triage report on their chameleon installation health
How this skill is triggered — by the user, by Claude, or both
Slash command
/chameleon:chameleon-doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the chameleon-mcp `doctor` MCP tool. It returns a structured envelope:
Run the chameleon-mcp doctor MCP tool. It returns a structured envelope:
overall: ok | warn | errorchecks: a list of subsystem checks (python version, bash on PATH, timeout(1) on PATH, plugin data writable, hook scripts present and executable, HMAC key sane, daemon liveness, recent hook errors, per-repo profile/trust state, config_json validation, production_ref resolvability when a lock is set, plus three dead-install detectors for the current repo: profile_artifacts (generated artifacts exist and parse), judge_spawn_health (turn-end reviewer spawns are not all failing), advisory_emission (trusted edits actually resolve archetypes))summary: countsmcp__plugin_chameleon_chameleon-mcp__doctor (no arguments).overall is ok: confirm the install is healthy.overall is warn: surface the warn-status checks as informational, note that they typically don't block operation.
profile_artifacts warn: a generated artifact is missing or corrupt; suggest /chameleon-refresh to regenerate.judge_spawn_health warn: every recent correctness-judge spawn failed; the turn-end review layer is dead. Check the claude binary and auth.advisory_emission warn: trusted edits are not resolving archetypes, so per-edit advisories are silent; suggest /chameleon-refresh then /chameleon-status.overall is error: call out each error-status check as a blocker and suggest the relevant fix:
python_version error: upgrade Python to >= 3.11.bash_on_path error: install bash or ensure it is on $PATH for the hooks to work.plugin_data_writable error: check directory permissions for the chameleon data dir shown in detail.hook_* error: re-install the plugin or run chmod +x on the listed hook script.data for copy-paste when filing a bug.npx claudepluginhub crisnahine/chameleon --plugin chameleonCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.