Running it
/powerup shipped as a built-in on April 1, 2026, so older installs of Claude Code don't have it yet. Update via the native command first.
$claude update
To launch the lessons, type the command inside any Claude Code session:
>/powerup
The menu renders inside your terminal using Claude Code's existing React + Ink UI, the same framework behind /model and /config. The demos play out as animated keystrokes in the same session you're working in.
Inside a lesson
Each lesson is a short page of prose with a small animated demo embedded inside it, cycling through a couple of states to show the feature in motion. Today it's closer to an animated cheat sheet than a hands-on tutorial, and most lessons can be completed in less than a minute. In the future, the in-terminal sandbox could grow into walkthroughs you drive yourself, where you run the commands rather than watching the screen rehearse them.
The ten lessons
The curriculum launched with 10 lessons. Later releases may expand upon it, and some users report "0/18 unlocked" in their version. The original 10 still cover the features most people miss.
@file@folder/line refsHow to attach specific files or folders to a message without copying them. Also covers line-range references and .claudeignore.
If you only do one of these, I reccomend Lesson 04. I didn't know this before, but it taught me you can append & to a bash command to manually hand it off as a supervised background task, then watch it from /tasks.
A few things worth knowing
The command is straightforward, open it and start clicking through. Users online have flagged a few small things that make the experience better that are worth knowing up front.
Open it in a real project
Some lessons adapt to your project structure. An empty directory gets a generic demo; a 200-file monorepo gets a contextual one.
Widen your terminal first
The animated demos render with React/Ink. In narrow terminals the layout can break. Full-width or close to it works best.
Don't close mid-lesson
Progress saving behavior varies across sub-versions. If you exit Claude Code before marking a lesson done, you may need to restart it.
Lessons 7 and 8 reward a second pass
Skills, hooks, and subagents are dense. The first run gives you the shape. Come back after you've tried them in your own project and the patterns click.
Claude Code ships new capabilities almost every week, and most of them land without anyone noticing. /powerup is intended to give casual users an easy way to discover these features through interactive lessons short enough that you'll click through one before deciding whether you care. I think we'll see this exanded and updated in the future along with new releases, so it's worth checkign back on it even if you run through the lessons once.
>/powerup
