πŸ”Œ

bymax-mobile

πŸ”ŒPlugin

bymaxone/bymax-claude-code

Installation

Add marketplace in Claude Code:
$/plugin marketplace add bymaxone/bymax-claude-code
Step 2. Install plugin:
$/plugin install bymax-mobile@bymax-claude-code
VibeIndex|
What it does
|

Slash commands to boot the iOS Simulator (/bymax-mobile:sim-ios) and Android Emulator (/bymax-mobile:sim-android) for Expo / React Native projects. Auto-detects whether to reattach Metro (fast) or run a full rebuild + install (slow). Honors $BYMAX_SIM_IOS, $BYMAX_SIM_ANDROID, and $APP_VARIANT.

πŸͺ

Part of

bymaxone/bymax-claude-code

mobile
0
-
AddedJul 10, 2026

More from this repository7

πŸ”Œ
bymax-prπŸ”ŒPlugin

Autonomously shepherds an open PR to merge-readiness, powered by the gh CLI. /bymax-pr:babysit-pr resolves conflicts, polls CI every 270s, classifies failures as real vs flaky (re-running flaky checks), fixes real failures locally before pushing, triages bot review comments, and notifies you when the PR is green. Never merges, never pushes to the base branch. A built-in preflight verifies gh is installed and authenticated. Depends on gh + git; never bundles them.

πŸͺ
bymaxone/bymax-claude-codeπŸͺMarketplace

Production-ready Claude Code toolkit. 6 plugins: phased planning workflow (spec→roadmap→phase-tasks→task), strict quality gates (TDD + code-review + 7 specialist agents) for TypeScript & Rust, stack-aware project bootstrap, iOS/Android simulator boot, real-browser verification, and autonomous PR babysitting.

πŸ”Œ
bymax-bootstrapπŸ”ŒPlugin

Scaffold new projects (Next.js, Expo/RN, Vite+React, Node) with strict TS, ESLint flat-config + security plugin, Prettier, .vscode (format-on-save), Husky + commitlint + lint-staged, and CLAUDE.md/AGENTS.md/README.md templates. Also upgrades existing projects non-destructively.

πŸ”Œ
bymax-qualityπŸ”ŒPlugin

Quality gates: /bymax-quality:code-review (CRITICAL β†’ LOW severity, blocks suppression comments), /bymax-quality:tdd (red-green-refactor), the multi-stack `tester` skill, seven specialist sub-agents (incl. a Rust reviewer), and two pre/post hooks (secret-scanner, console-log-scan).

πŸ”Œ
bymax-workflowπŸ”ŒPlugin

Spec β†’ Roadmap β†’ Phase-Tasks β†’ Task β€” a phased planning + execution workflow with explicit user-approval gates and JIRA-style task dashboards. Includes /bymax-workflow:brainstorm, /bymax-workflow:plan, /bymax-workflow:verify, /bymax-workflow:checkpoint, the universal /bymax-workflow:standards reference (with the Β§0 reuse-first simplicity ladder), and /bymax-workflow:autopilot β€” the loop-engineering executor that autonomously drives an approved roadmap to done, one merge-gated PR per phase.

πŸ”Œ
bymax-allπŸ”ŒPlugin

Meta-plugin reference. Claude Code does not auto-install dependencies β€” install bymax-workflow, bymax-quality, bymax-bootstrap, bymax-mobile, bymax-web-verify, and bymax-pr individually for the full toolkit.

πŸ”Œ
bymax-web-verifyπŸ”ŒPlugin

Real-browser verification powered by the agent-browser CLI (Vercel Labs). /bymax-web-verify:setup installs everything in one shot (CLI + Chrome) β€” ideal as a portable backup after a fresh macOS install. /bymax-web-verify:verify drives a live browser to confirm a web change works. A SessionStart hook offers to install the CLI when it's missing. Depends on agent-browser; never bundles it.