balajivis/mai-class
Agent Claude Code
Use this agent when UI components, layouts, styles, or design-related code has been written or modified and needs review for Material Design compliance and dark theme best practices. Also use when the user asks for feedback on UI/UX decisions, color choices, spacing, typography, or accessibility in a dark theme…
balajivis/mai-class
Agent Claude Code
Use this agent when you need to create clear, engaging documentation that leverages visual elements to explain concepts, architectures, processes, or data structures. This agent excels at transforming complex information into Mermaid diagrams and custom SVGs that enhance understanding and retention.\n\nExamples of…
balajivis/mai-class
Command Claude Code
Extract non-obvious architectural decisions from project docs and create ADR files.
balajivis/mai-class
Command Claude Code
Auto-generate comprehensive documentation for a file or function.
balajivis/mai-class
Command Claude Code
Azure ops playbook — check VM status, resource groups, costs, run diagnostics, and manage infrastructure via az CLI.
balajivis/mai-class
Command Claude Code
Quick code review of current changes.
balajivis/mai-class
Command Claude Code
Extracts user commands from all active Claude terminal sessions in the current project and compiles them into a structured markdown file.
balajivis/mai-class
Command Claude Code
Converts a markdown file into a polished, self-contained web-based slide deck (HTML). Use when the user wants to create a presentation from a markdown file.
balajivis/mai-class
Skill Claude CodeCodex
Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states. 100ms per command. Use when you need to test a…
balajivis/mai-class
Skill Claude CodeCodex
Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a shared environment. Use when asked to "be careful", "safety…
balajivis/mai-class
Skill Claude CodeCodex
Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates DESIGN.md as your project's design source of truth. For existing sites, use /plan-design-review to infer…
balajivis/mai-class
Skill Claude CodeCodex
Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…
balajivis/mai-class
Skill Claude CodeCodex
Post-ship documentation update. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped, polishes CHANGELOG voice, cleans up TODOS, and optionally bumps VERSION. Use when asked to "update the docs", "sync documentation", or "post-ship docs".…
balajivis/mai-class
Skill Claude CodeCodex
Restrict file edits to a specific directory for the session. Blocks Edit and Write outside the allowed path. Use when debugging to prevent accidentally "fixing" unrelated code, or when you want to scope changes to one module. Use when asked to "freeze", "restrict edits", "only edit this folder", or "lock down edits".
balajivis/mai-class
Skill Claude CodeCodex
Full safety mode: destructive command warnings + directory-scoped edits. Combines /careful (warns before rm -rf, DROP TABLE, force-push, etc.) with /freeze (blocks edits outside a specified directory). Use for maximum safety when touching prod or debugging live systems. Use when asked to "guard mode", "full safety"…
balajivis/mai-class
Skill Claude CodeCodex
Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively suggest when the user reports…
balajivis/mai-class
Skill Claude CodeCodex
YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Builder mode: design thinking brainstorming for side projects, hackathons, learning, and open source. Saves a design doc. Use when asked to…
balajivis/mai-class
Skill Claude CodeCodex
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Four modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick expansions), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when…
balajivis/mai-class
Skill Claude CodeCodex
Designer's eye plan review — interactive, like CEO and Eng review. Rates each design dimension 0-10, explains what would make it a 10, then fixes the plan to get there. Works in plan mode. For live site visual audits, use /design-review. Use when asked to "review the design plan" or "design critique". Proactively…
balajivis/mai-class
Skill Claude CodeCodex
Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture", "engineering review", or "lock in the plan". Proactively suggest when…
balajivis/mai-class
Skill Claude CodeCodex
Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead. Proactively…
balajivis/mai-class
Skill Claude CodeCodex
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Proactively suggest when the user says a…
balajivis/mai-class
Skill Claude CodeCodex
Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas. Use when asked to "weekly retro", "what did we ship", or "engineering retrospective". Proactively…
balajivis/mai-class
Skill Claude CodeCodex
Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land…