claudeindex
bymaxone's avatar
Author

Maximiliano Salvatti

@bymaxone
1
Marketplaces
7
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

bymax-claude-code

bymax-claude-code

Plugins:7
Skills:0
0
0

Plugins

Plugin

bymax-workflow

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, and the universal /bymax-workflow:standards reference.

Plugin

bymax-quality

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

Plugin

bymax-bootstrap

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.

Plugin

bymax-mobile

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.

Plugin

bymax-web-verify

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.

Plugin

bymax-pr

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.

Plugin

bymax-all

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.