Skip to content
Productivity
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".

From plugin
claude-code-skill-autopilot
66 skills
Install
$ npx -y skills add WinterDDo/claude-code-skill-autopilot --skill whats-new --agent claude-code

How 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.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/whats-new

Context preview

The summary Claude sees to decide when to auto-load this skill.

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".

SKILL.md

whats-new.SKILL.md
name: whats-new
description: 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".

What's newly possible

Two sources, both local. Speak the user's language, lead with benefit, never list for listing's sake.

New commands (after a knowledge-base update)

Read `${CLAUDE_PLUGIN_ROOT}/knowledge/commands.json` and `playbooks.json`. Compare against what the user has actually seen used (counters in `~/.claude/command-autopilot/state.json`). Pick the 2-3 entries most relevant to how this user works (their evidence shows what they do) and present each as: **what it is → what it does for YOU → the one-line way to try it**. Mention the version it arrived in.

Installed-but-unused skills

Read `~/.claude/command-autopilot/skills-index.json`; cross-reference with `state.json` skill counters. Skills with zero invocations are dormant value the user already owns. Pick the 1-2 most relevant to their evidence profile: "You installed X — it can ... — next time you ..., I'll use it automatically."

High-leverage commands the user has never used

The biggest gap for most users is the powerful commands they don't know exist. Read `${CLAUDE_PLUGIN_ROOT}/knowledge/commands.json` + `playbooks.json`, cross-reference `state.json` command counters, and surface the high-leverage ones with zero usage — Workflow orchestration, parallel `/fork`, `/goal`, `/loop`, `/background`. For each: what it is → what it does for THEIR kind of work → the one-line way to try it. This is the "you can't ask for what you don't know exists" gap — lead with it.

Rules

Max 5 items total per run. Relevance over completeness; the rest stays for next time. End with: "Ask again any time — this list updates itself."

Read more
Ships withclaude-code-skill-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.

Get the whole plugin
Stats
6
Stars
0
Forks
Maintained
Maintenance
Python
Language
MIT
License
2mo ago
Last commit
3mo ago
Created

Repo: WinterDDo/claude-code-skill-autopilot