balajivis/mai-class

Modern AI Pro — live class materials on multi-agent systems (primer labs, gstack, openclaw, brownfield exercise)

This repository also configures its own agents. See what mai-class tells them →

2Stars on the repository
54Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

design-consultation

25

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A ✓ AI review 110 tokens

design-review

26

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago C 121 tokens

document-release

27

balajivis/mai-class

Skill Claude Code

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

not rated 2 4mo ago A 92 tokens

freeze

28

balajivis/mai-class

Skill Claude Code

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

not rated 2 4mo ago A 72 tokens

guard

29

balajivis/mai-class

Skill Claude Code

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

not rated 2 4mo ago C 84 tokens

investigate

30

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A 85 tokens

office-hours

31

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago C 137 tokens

plan-ceo-review

32

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A 139 tokens

plan-design-review

33

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A 98 tokens

plan-eng-review

34

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A 91 tokens

qa-only

35

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A ✓ AI review 89 tokens

qa

36

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A ✓ AI review 135 tokens

retro

37

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A 72 tokens

review

38

balajivis/mai-class

Skill Claude Code

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…

not rated 2 4mo ago A 77 tokens

balajivis/mai-class

Skill Claude Code

Import cookies from your real browser (Comet, Chrome, Arc, Brave, Edge) into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login to the site", or "authenticate the browser".

not rated 2 4mo ago C 74 tokens

ship

40

balajivis/mai-class

Skill Claude Code

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", or "merge and push". Proactively suggest when the user says code is ready or asks about deploying.

not rated 2 4mo ago A 72 tokens

unfreeze

41

balajivis/mai-class

Skill Claude Code

Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".

not rated 2 4mo ago A 56 tokens

setup-openclaw

42

balajivis/mai-class

Skill Claude Code

Install and configure OpenClaw with Groq or Azure OpenAI, create a Telegram bot, start the gateway, and verify end-to-end. Guides a Modern AI Pro student through the full setup one step at a time.

not rated 2 4mo ago A 50 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: