Claude Code v2.1.90 adds /powerup command with gamified feature discovery

Claude Code v2.1.90 includes a new /powerup slash command that implements a gamified onboarding system. This feature helps users discover 10 specific capabilities that are often overlooked in the AI coding assistant.
Key Details
The /powerup command provides 10 unlockable power-ups, each designed to teach one feature that most Claude Code users miss during regular use. The system includes animated demonstrations that run directly in the terminal, showing users how each feature works in practice.
The source material references a GitHub repository containing documentation of these power-ups with screenshots. The repository is maintained at https://github.com/shanraisshan/claude-code-best-practice/blob/main/best-practice/claude-power-ups.md and appears to be part of a broader best practices collection for Claude Code.
This type of gamified onboarding is becoming more common in developer tools as a way to increase feature adoption without requiring users to read extensive documentation. By presenting features as unlockable achievements with immediate visual feedback, tools can encourage exploration of capabilities that might otherwise remain undiscovered.
For Claude Code specifically, which is an AI-powered coding assistant, this approach could help users discover more efficient ways to interact with the tool, potentially improving their coding workflow through better understanding of available commands and features.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Projects File Upload and Indexing Issues Documented
Claude Projects has multiple confirmed backend issues: files get stuck indexing, RAG search mode activates prematurely at ~13 files regardless of token count, and cached content persists even after deletion and re-upload.

AI Scans 400K Reddit Posts, Uncovers Hidden Ozempic Side Effects Like Menstrual Changes
University of Pennsylvania researchers used LLMs to analyze 400,000 Reddit posts on GLP-1 drugs, uncovering underreported symptoms like menstrual irregularities and chills.

Vibe Coding vs Agentic Engineering: The Blur Lines Are Getting Uncomfortable
Simon Willison reflects on how vibe coding and agentic engineering are converging in his own workflow, noting that he now trusts Claude Code to write production JSON API endpoints without reviewing every line — and that feels weird.

Slurm Coding: The AI-Powered Development Pattern Where Time Disappears
A developer describes 'Slurm coding' as an intense development pattern enabled by AI coding tools, where small ideas rapidly escalate into complete systems through a feedback loop of quick implementation and dopamine hits.