doctor
Diagnose whether Skill Autopilot's hooks are actually firing and config is valid. Use when the autopilot seems inactive, suggestions never appear, after…
Adjust Skill Autopilot settings — mute it, change aggressiveness (teaching/normal/quiet), switch guidance language (en/zh), or toggle the auto plan-mode gate. Use when the user says the autopilot is too noisy, too quiet, "mute autopilot", "autopilot太烦了", "别再提示了", or wants
$ npx -y skills add WinterDDo/claude-code-skill-autopilot --skill config --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/configContext preview
The summary Claude sees to decide when to auto-load this skill.
Adjust Skill Autopilot settings — mute it, change aggressiveness (teaching/normal/quiet), switch guidance language (en/zh), or toggle the auto plan-mode gate. Use when the user says the autopilot is too noisy, too quiet, "mute autopilot", "autopilot太烦了", "别再提示了", or wants
name: config description: Adjust Skill Autopilot settings — mute it, change aggressiveness (teaching/normal/quiet), switch guidance language (en/zh), or toggle the auto plan-mode gate. Use when the user says the autopilot is too noisy, too quiet, "mute autopilot", "autopilot太烦了", "别再提示了", or wants teaching tips back.
Map the user's request to one command, run it, read the value back, confirm in one line.
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/config.py" "$HOME/.claude/command-autopilot" get
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/config.py" "$HOME/.claude/command-autopilot" set <key> <value>| User intent | Setting | |---|---| | "太烦了 / too noisy / stop suggesting" | `set aggressiveness quiet` (silent help + /rewind safety only) | | "完全闭嘴 / mute it" | `set muted true` (zero injection, zero tokens) | | "把提示打开 / teach me again" | `set aggressiveness teaching` | | "正常模式" | `set aggressiveness normal` | | "中文提示 / English guidance" | `set language zh` / `set language en` | | "别自动进计划模式" | `set enable_plan_gate false` |
Always mention: changes take effect from the next message, no restart needed. If the user muted it, tell them the one phrase that brings it back ("unmute autopilot").
Use the skills you've installed — not just the ones you remember. You install skills to extend Claude Code — then forget which ones you have, or when they fit.
Diagnose whether Skill Autopilot's hooks are actually firing and config is valid. Use when the autopilot seems inactive, suggestions never appear, after…
Distill Skill Autopilot's accumulated usage evidence into personalized rules — the self-evolution step. Use when the autopilot announces an evolution window,…
Show the Skill Autopilot dashboard — what it did for you, before/after comparison, learned rules with evidence, mastered commands. Also drafts a feedback…
Guided first tour of Skill Autopilot — see auto plan mode happen, learn the 4 habit commands (/clear, /btw, /rewind, plan mode), and what Claude now handles…
Explain what's newly possible — new Claude Code commands after a knowledge-base update, and installed-but-never-used skills. Use when the autopilot announces a…