balajivis

54 mods across 1 repository, 2 stars between them.

ux-reviewer

01

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…

2 3mo ago A 258 tokens

visual-doc-creator

02

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…

2 3mo ago A 384 tokens

adr

03

balajivis/mai-class

Command Claude Code

Extract non-obvious architectural decisions from project docs and create ADR files.

2 3mo ago A 15 tokens

doc

04

balajivis/mai-class

Command Claude Code

Auto-generate comprehensive documentation for a file or function.

2 3mo ago A 12 tokens

ops

05

balajivis/mai-class

Command Claude Code

Azure ops playbook — check VM status, resource groups, costs, run diagnostics, and manage infrastructure via az CLI.

2 3mo ago A 25 tokens

session-dump

07

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.

2 3mo ago A 28 tokens

slides

08

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.

2 3mo ago A 34 tokens

browse

09

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…

2 3mo ago C 115 tokens

careful

10

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…

2 3mo ago C 83 tokens

design-consultation

11

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…

2 3mo ago E 110 tokens

design-review

12

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…

2 3mo ago C 121 tokens

document-release

13

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".…

2 3mo ago A 92 tokens

freeze

14

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".

2 3mo ago A 72 tokens

guard

15

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"…

2 3mo ago C 84 tokens

investigate

16

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…

2 3mo ago A 85 tokens

office-hours

17

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…

2 3mo ago C 137 tokens

plan-ceo-review

18

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…

2 3mo ago A 139 tokens

plan-design-review

19

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…

2 3mo ago A 98 tokens

plan-eng-review

20

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…

2 3mo ago A 91 tokens

qa-only

21

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…

2 3mo ago E 89 tokens

qa

22

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…

2 3mo ago E 135 tokens

retro

23

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…

2 3mo ago A 72 tokens

review

24

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…

2 3mo ago A 77 tokens