Command
Educational code review that teaches while reviewing. Provides constructive feedback, explains best practices, discusses trade-offs, and helps developers improve their coding skills.
Command
Educational code review that teaches while reviewing. Provides constructive feedback, explains best practices, discusses trade-offs, and helps developers improve their coding skills.
Command
Deep dive into programming concepts with layered explanations, real-world examples from your codebase, practical applications, and interactive learning.
Command
Break down complex code into understandable explanations at different levels of depth. Provides context, intent, design decisions, and trade-offs with clear examples.
Command
Generate personalized coding exercises based on your codebase patterns and skill level. Includes progressive hints, solution review, and hands-on learning challenges.
Plugin Claude Code
Gets an unfamiliar repo running locally by diagnosing and fixing broken setup, decodes opaque build systems, and does task-scoped change localization and end-to-end flow tracing, so you're productive on day one.
Agent
Use this agent when someone knows WHAT to change but not WHERE in the codebase to change it, task-scoped localization that returns the precise files, functions, and tests to edit. Trigger on "where do I add ...", "which file handles ...", "where is X implemented", "what do I need to touch to ...", "find the code for…
Agent
Use this agent when a repository won't run locally and you need it bootstrapped and green, detecting the required runtime/tooling versions and services, running the setup, and diagnosing failures. Trigger on "get this running", "set up the dev environment", "the install is failing", "wrong Node/Python/Ruby/JDK…
Agent
Use this agent when you need to understand what actually happens end-to-end when a request or user action runs, following routing, middleware, handlers, services, and data access across the real call graph. Trigger on "trace this request", "what happens when a user clicks X", "walk me through the login flow", "how…
Command
Decode the build system and show how to build or test one package fast.
Command
Get an unfamiliar repo running locally and emit a verified SETUP.md.
Command
Given a task, find the exact files and functions to edit plus tests to update.
Command
Trace a user action end-to-end through the real call graph with a diagram.