Summary
This video demonstrates two underutilized slash commands in Claude Code, '/powerup' and '/insights', to accelerate user proficiency. '/powerup' acts as an 80/20 learning companion, teaching core fundamentals like context tagging, modes, and agents. '/insights' acts as a personal trainer, analyzing 30 days of JSONL session data to generate an HTML report card. The video explains how to leverage these reports to optimize habits and details how to build a custom, scheduled skill that saves insights directly to Obsidian and emails summaries automatically.
Key Insights
The '/powerup' command serves as an interactive, highly visual 80/20 learning handbook for Claude Code fundamentals.
Available on version 2.1.90 and above, '/powerup' unlocks 10 core lessons designed to take users from zero to 80% competency. These modules use ASCII art and pseudo-GIF animations to walk users through critical behaviors. Topics covered include utilizing the '@' symbol to reference files precisely, which helps maintain context windows and reduces random searches; managing different steering modes; extending capabilities with tools and skills; and understanding underlying agentic or sub-agent architectures.
The '/insights' command generates an in-depth behavioral report card based on past JSONL session histories.
Executing '/insights' parses the previous 30 days of chat data (located inside session history logs stored in JSONL formats) to generate a customized HTML page. This dashboard summarizes operational tendencies, top tools utilized (such as Bash, search, or MCP tools), core programming languages written, and average user response times. Its analytical focus highlights critical diagnostics, such as overbroad prompts, repetitive generation failures, and structural recommendations to improve workspace configuration.
Custom automation skills can transform raw Claude Code insights into structured second-brain documentation.
Users can program custom Claude skills to orchestrate background diagnostics. By integrating CLI tools like the Obsidian Command Line Interface and Google Workspace CLI, you can construct a pipeline that runs the insights report, programmatically isolates core friction points, saves a synthesized breakdown into a local desktop markdown vault, and emails a structured summary to the user's Gmail. If combined with '/loop' or '/schedule' commands, this creates an automated self-improving feedback system.
Sections
Introduction to the Core Commands
The video highlights two high-value slash commands: '/powerup' and '/insights'.
These commands are designed to boost Claude Code proficiency quickly and are available in the version 2.1.90 update. They function as a learning companion and personal trainer respectively.
The target audience ranges from beginner to advanced power users looking to refine operations.
While '/powerup' teaches high-impact fundamentals, '/insights' unlocks highly personalized analytics reflecting the exact way an individual programmer interacts with Claude Code.
Exploring the '/powerup' Command
'/powerup' unlocks 10 fundamental lessons covering core Claude Code execution patterns.
It acts as an interactive onboarding guide using ASCII animations. It shows how utilizing structural parameters optimizes overall output.
The lesson on tags emphasizes utilizing the '@' symbol for codebase context management.
By explicitly tagging directories and target files, developers can minimize context window expansion and prevent Claude Code from redundantly searching the directory tree.
Advanced modules explain steering modes, custom tools, and agentic workflows.
Other modules cover how to configure tool usage, implement custom skills, set automation parameters, and utilize sub-agents ('multiply yourself') to break down monolithic development tasks.
Analyzing the '/insights' Performance Report
The '/insights' command parses local JSONL files to assemble a personalized HTML page.
Because user chats are tracked inside local JSONL files, '/insights' compiles metadata over a rolling 30-day window. Generating this diagnostic file takes between 1 and 5 minutes.
The dashboard categorizes what is working, what represents friction, and operational trends.
The resulting HTML file highlights successful system integrations (such as calendar scheduling/invoicing loops) and flags persistent drag factors like destructive scripting or lazy prompts.
The 'On the Horizon' segment generates customized, actionable meta-prompts.
It analyzes user behavior timeframes and suggests systemic additions, such as creating morning operations pipelines, with ready-to-use structural prompts provided directly in the interface.
Automating Workflow Optimization and Obsidian Integration
Users can generate immediate rules from the report to shape future tool behavior.
By inputting the prompt 'take the suggested rules from the slash insights report and save them as new rules in my .claude folder', developers instantly align future AI actions with diagnostic advice.
You can construct a custom skill leveraging command-line interfaces for Obsidian and G-Suite.
The custom skill is designed to run '/insights', extract key friction points, write standard summaries into an Obsidian Vault via the Obsidian CLI, and email the output clean and compiled using Google Workspace CLI tools.
A fresh terminal session is required to load and utilize newly created custom skills.
Once written, new skills are only initialized upon starting a new terminal instance. Users must open a new terminal tab and invoke the custom command, such as '/monthly-insights'.
Using '/loop' or '/schedule' can automate the feedback cycle completely.
By utilizing schedule operations inside Claude, developers can program the monthly-insights execution chain to process periodically, ensuring the Obsidian documentation keeps up-to-date autonomously.
Ask a Question
*Uses 1 Wisdom coin from your coin balance
