/tutor
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 silently. Use when the user asks how the autopilot works, what commands they should learn, how to undo Claude's changes,
$ npx -y skills add WinterDDo/claude-code-skill-autopilot --skill tutor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/tutor
Context preview
The summary Claude sees to decide when to auto-load this skill.
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 silently. Use when the user asks how the autopilot works, what commands they should learn, how to undo Claude's changes,
SKILL.md
tutor.SKILL.mdname: tutor
description: 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 silently. Use when the user asks how the autopilot works, what commands they should learn, how to undo Claude's changes, says "tour", "教我命令", "怎么用命令", or right after installation.
Skill Autopilot tour (2 minutes, hands-on)
Run a short interactive tour. Speak the user's language. Keep every step to 2-3 sentences. Never lecture.
Step 1 — the magic moment (auto plan mode)
Ask the user to type a deliberately big request, for example: "design and build a statistics feature for this project" (or let them invent one). When they send it, Claude enters plan mode by itself before touching any file. Tell them to REJECT the plan afterwards: nothing changed, and they just watched the autopilot think before acting.
Step 2 — the undo button
Create a throwaway file (test-autopilot.md, three lines). Then tell the user: "say 'undo that'". The autopilot's first reaction is to hand them /rewind (press Esc twice) instead of patching forward. Let them open the rewind menu and look — selecting nothing changes nothing.
Step 3 — the habit card
Render this table, translated to the user's language:
| Command | When | How | |---|---|---| | /clear | Starting an unrelated new task | type `/clear` — new task carries no old baggage | | /btw | A side question mid-task | type `/btw <question>` — zero pollution of the main thread | | /rewind | Dissatisfied with a change | press `Esc` twice — back to before the damage | | plan mode | Any big change | press `Shift+Tab` — review the plan before any file changes |
Close with one line: "Everything else you don't need to learn. What Claude can do, it just does; what only you can press, it hands you before the moment — with the reason why."
Step 4 — wrap
Mention once: the profile skill shows what the autopilot did for them; the config skill mutes or quiets it in one word.
Read more
name: tutor description: 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 silently. Use when the user asks how the autopilot works, what commands they should learn, how to undo Claude's changes, says "tour", "教我命令", "怎么用命令", or right after installation.
Skill Autopilot tour (2 minutes, hands-on)
Run a short interactive tour. Speak the user's language. Keep every step to 2-3 sentences. Never lecture.
Step 1 — the magic moment (auto plan mode)
Ask the user to type a deliberately big request, for example: "design and build a statistics feature for this project" (or let them invent one). When they send it, Claude enters plan mode by itself before touching any file. Tell them to REJECT the plan afterwards: nothing changed, and they just watched the autopilot think before acting.
Step 2 — the undo button
Create a throwaway file (test-autopilot.md, three lines). Then tell the user: "say 'undo that'". The autopilot's first reaction is to hand them /rewind (press Esc twice) instead of patching forward. Let them open the rewind menu and look — selecting nothing changes nothing.
Step 3 — the habit card
Render this table, translated to the user's language:
| Command | When | How | |---|---|---| | /clear | Starting an unrelated new task | type `/clear` — new task carries no old baggage | | /btw | A side question mid-task | type `/btw <question>` — zero pollution of the main thread | | /rewind | Dissatisfied with a change | press `Esc` twice — back to before the damage | | plan mode | Any big change | press `Shift+Tab` — review the plan before any file changes |
Close with one line: "Everything else you don't need to learn. What Claude can do, it just does; what only you can press, it hands you before the moment — with the reason why."
Step 4 — wrap
Mention once: the profile skill shows what the autopilot did for them; the config skill mutes or quiets it in one word.
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.
Other skills on claude-code-skill-autopilot.
- /config
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
Open skill - /doctor
Diagnose whether Skill Autopilot's hooks are actually firing and config is valid. Use when the autopilot seems inactive, suggestions never appear, after install or update to verify setup, or the user says "autopilot不工作", "check autopilot", "autopilot broken".
Open skill - /evolve
Distill Skill Autopilot's accumulated usage evidence into personalized rules — the self-evolution step. Use when the autopilot announces an evolution window, or the user says "evolve", "学习一下我的习惯", "update your instincts", "distill autopilot".
Open skill - /profile
Show the Skill Autopilot dashboard — what it did for you, before/after comparison, learned rules with evidence, mastered commands. Also drafts a feedback issue. Use when the user asks "what has the autopilot done", "show my profile", "驾驶舱", "autopilot 报告", "学到了什么", or wants to
Open skill - /whats-new
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 knowledge update, or the user asks "what's new", "有什么新功能", "我装了哪些没用过的 skill".
Open skill

