← all publishers

bymaxone

@bymaxone source repo

6 published skills

  1. Pm · bymaxone bundle
    Engineering Project Manager / TPM for multi-agent development. Turns this session into the coordination layer above independent Claude Code peer sessions: discovers agents (ListAgents), delegates structured task contracts (SendMessage), enforces an evidence-based lifecycle (assign → ack → implement → independent review → PM verification), detects blocked or stuck agents via one-shot idle notices instead of polling, resolves cross-agent conflicts and dependencies, keeps all project truth in a persistent .claude/pm/ workspace, and reports consolidated status to the human. The PM coordinates and verifies — it does not implement. Modes: (default) operate, status (health report), standup (session report), release-check (release readiness). Triggers: "act as PM", "project manager", "coordinate the agents", "delegate to the agents", "status do projeto", "gerencie os agentes".
    0
    installs
  2. Audit · bymaxone bundle
    Whole-system QA and security audit of a project, run as the Security QA engineer of a peer agent team. Point it at a target: a Jira ticket key (it verifies Jira access first, reads the acceptance criteria, and reports each PASS/FAIL/BLOCKED/NOT-VERIFIABLE with evidence), a branch or ref range or PR (it scopes the hunt to the change, the way a code review scopes a diff), or nothing (the whole system, via the signed scope in .claude/qa/scope.md). It maps the stack and its trust boundaries, hunts by domain (authentication, authorization and tenant isolation, injection and input, cache/Redis, database/Postgres, observability, transport and configuration, architecture, frontend, supply chain) with read-only finder agents, probes the running stack against allow-listed hosts only, and admits a finding only after verification: a runnable reproduction, captured evidence and verified impact, with an independent verifier for every hunted candidate. Findings carry ASVS 5.0, CWE and API Top 10 references and a CVSS vector
    0
    installs
  3. Babysit Pr · bymaxone
    Autonomously shepherd an open PR to merge-readiness on ANY project — verify the gh CLI is ready, resolve merge conflicts, monitor CI checks at a cadence matched to the CI's real duration (270-second floor), classify failures as real vs flaky (re-running flaky checks), fix real failures locally before pushing, triage bot review comments, and notify the developer when the PR is green. Never merges. Invoked via /bymax-pr:babysit-pr.
    0
    installs
  4. Tester · bymaxone
    Write tests for a file or component. Detects the project's test stack (Jest/Vitest, React Native/React DOM/pure logic, or Rust cargo test), enforces 100% file coverage, every it() carries a comment, no fake classNames, real branches. Auto-runs tests and verifies coverage on completion.
    0
    installs
  5. Autopilot · bymaxone bundle
    Loop-engineering executor — autonomously drive an APPROVED roadmap from first phase to done, one phase per PR, with zero human interaction after launch. An orchestrator session spawns one isolated implementer sub-agent per phase, waits for CI + the review bot via background signals, fixes findings, merges after a grace window, updates dashboards, and chains the next phase. Reads its per-project parameters from docs/AUTOPILOT.md. Modes: init (generate the config from the roadmap — stops for review), run (drive the chain), status (report chain state). Requires the /bymax-workflow:roadmap + /bymax-workflow:phase-tasks docs and an authenticated gh CLI. Triggers: "autopilot", "run the roadmap", "execute all phases", "autonomous execution", "rodar o roadmap inteiro", "executar todas as fases".
    0
    installs
  6. Standards · bymaxone
    Universal coding standards reference (TypeScript and Rust tracks) — simplicity ladder (reuse-first / YAGNI, run before writing code), type/lint discipline, naming conventions, doc policy (JSDoc / rustdoc), layered architecture, typed error handling, English-only comments, conventional commits. Load this BEFORE writing any non-trivial code, reviewing a PR, or scaffolding a new project. Other skills (/bymax-workflow:plan, /bymax-quality:tdd, /bymax-quality:code-review, /bymax-bootstrap:bootstrap) reference this.
    0
    installs