bymax-codex
v1.5.0+codex.20260921135125Bymax workflows for Codex: evidence-based code review, planning, testing, PR management and capability-aware orchestration.
By Bymax OneLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex
- Parsed components
- 28 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install bymax-codex for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add bymax-codex@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/bymaxone/bymax-agent-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/plugins/bymax-codex/.
Plugin files
├── .codex-plugin/plugin.json├── skills/bymax-audit/SKILL.md├── skills/bymax-autopilot/SKILL.md├── skills/bymax-babysit-pr/SKILL.md├── skills/bymax-bootstrap/SKILL.md├── skills/bymax-brainstorm/SKILL.md├── skills/bymax-checkpoint/SKILL.md├── skills/bymax-code-review/SKILL.md├── skills/bymax-codex-setup/SKILL.md├── skills/bymax-phase-tasks/SKILL.md├── skills/bymax-plan/SKILL.md├── skills/bymax-pm/SKILL.md├── skills/bymax-push/SKILL.md├── skills/bymax-review-md/SKILL.md├── skills/bymax-roadmap/SKILL.md├── skills/bymax-sim-android/SKILL.md├── skills/bymax-sim-ios/SKILL.md├── skills/bymax-spec/SKILL.md├── skills/bymax-standards/SKILL.md├── skills/bymax-standup/SKILL.md├── skills/bymax-task/SKILL.md├── skills/bymax-tdd/SKILL.md├── skills/bymax-tester/SKILL.md├── skills/bymax-upgrade-standards/SKILL.md├── skills/bymax-verify/SKILL.md├── skills/bymax-web-record/SKILL.md├── skills/bymax-web-setup/SKILL.md├── skills/bymax-web-test/SKILL.md└── skills/bymax-web-verify/SKILL.md
Included Skills28
Audit a scoped system or change with reproducible evidence and independent verification; distinguish static review from authorized live probes.
Execute an approved phased roadmap with verified PR gates and supported Codex continuation; also initialize or inspect its state.
Inspect and shepherd a PR toward merge readiness, repair authorized failures and monitor with available scheduling; never merge.
Set up Bymax project tooling and standards from bundled templates, preserving existing Claude configuration.
Refine an early feature idea, explore alternatives and produce an agreed design brief before planning implementation.
Record implementation progress, decisions and remaining work so a later session can resume the project.
Review uncommitted changes, branches, commits, PRs or paths using Bymax checks and verified findings. Supports quick, full and deep review; no commit, push or merge.
Check the Codex CLI and Bymax plugin installation and diagnose missing local review prerequisites.
Expand a roadmap phase into actionable implementation tasks, acceptance checks and agent handoff prompts.
Plan implementation of a single task or feature, with reuse analysis, concrete file changes and validation steps.
Coordinate existing Codex workers with persistent task contracts, acknowledgements and verified project status.
Commit and push requested work on a feature branch, respect the staged set, and optionally open a PR when requested.
Generate REVIEW.md for Anthropic cloud Code Review from project rules; this does not configure Codex review policy.
Turn an approved feature specification into a phased roadmap with dependencies, deliverables and a progress dashboard.
Boot an Android emulator and run or reattach the current Expo app using the installed Android SDK.
Boot an available iOS simulator and run or reattach the current Expo app using Xcode tools on macOS.
Write a Bymax feature specification covering user behavior, constraints and acceptance criteria before phased planning.
Apply Bymax TypeScript and Rust conventions when implementing or reviewing code, respecting the target repository policy.
Write the weekly silent-standup report for one repository from evidence: PROGRESS from what was asked in Claude Code and Codex sessions, UPDATES from merged PRs and commits; plain text to paste, no hashes or PR numbers.
Execute a selected planned task using Bymax implementation, review and verification workflows.
Implement a feature or fix with a verified red-green-refactor cycle; use tester for tests of existing behavior.
Write and run tests for a requested file using the detected JavaScript, TypeScript or Rust test stack.
Update a project to applicable Bymax standards with a scoped migration and verified quality gates.
Run project quality gates and verify changed behavior against acceptance criteria; distinguish quick static checks from full verification.
Record a web interaction or verification flow using the supported browser recording tools.
Install and smoke-test agent-browser and its browser engine when CLI web verification is requested.
Run assisted web UI tests with browser, console, network and server evidence where supported by the Codex host.
Verify rendered web UI with browser evidence, screenshots and the project's acceptance criteria.
Plugin manifests1
{
"name": "bymax-codex",
"version": "1.5.0+codex.20260921135125",
"description": "Bymax workflows for Codex: evidence-based code review, planning, testing, PR management and capability-aware orchestration.",
"author": {
"name": "Bymax One",
"url": "https://github.com/bymaxone"
},
"skills": "./skills/",
"interface": {
"displayName": "Bymax Codex",
"shortDescription": "Bymax review, testing and engineering workflows.",
"longDescription": "Codex-native entrypoints with bundled Bymax rules, read-only review scope capture, and explicit adapters for browser and agent workflows. Claude hooks are not installed.",
"developerName": "Bymax One",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Review my changes with Bymax code review.",
"Plan a feature with Bymax.",
"Write tests with Bymax tester."
]
},
"license": "MIT",
"homepage": "https://github.com/bymaxone/bymax-agent-kit",
"repository": "https://github.com/bymaxone/bymax-agent-kit"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[bymax-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bymax-codex)