Agent Plugins Marketplace

Recently added

Plugins grouped by the day they were added to the directory, newest first.

Sep 22, 2026

  1. Real-browser verification and assisted UI testing for web apps. /bymax-web-verify:test brings the full stack up — reuses a running backend instance or starts one, opens the frontend in the Claude Desktop Browser pane (preview) — and walks a UI flow step by step while the user watches, verifying via page state, console, network (2xx gate), and server logs; falls back to the agent-browser CLI in a terminal. /bymax-web-verify:verify drives a real browser to confirm a single change works. /bymax-web-verify:setup installs the agent-browser CLI + Chrome for Testing in one shot. A SessionStart hook detects a missing CLI and offers to install it. Depends on `agent-browser` but never bundles it. /bymax-web-verify:record captures a UI flow as reviewable video evidence: the project's own Playwright with video forced on for one isolated run, human pacing (slowMo with a resized timeout), ffmpeg lead-in trim with a verified first frame, an ffprobe pacing gate, optional --mp4, and a plain-text walkthrough derived from the spec that ran.

    Claude Code
  2. The weekly silent-standup report for one repository, written from evidence. /bymax-report:standup collects what shipped in a period (pull requests via gh, commits via git) and what was asked (what a person typed into Claude Code or Codex sessions on that repository, worktree sessions included, pasted third-party requests included), then writes the two sections the team reads: a PROGRESS list of the asks as outcome sentences, undelivered ones marked in progress, and UPDATES grouped by product area saying what changed and what it replaced. No hashes, PR numbers or file names reach the report; an evidence block under it maps every line back to its PR, commit and request for the author. Plain text printed to paste, no Markdown, no file left on disk, English by default; --author keeps one git author. Depends on git; gh is used when present and its absence is reported, never hidden.

    Claude Code1 skill
  3. Evidence-based quality gates: bounded Claude and Codex review with pinned candidates, verified findings, correction deltas and regression checks; TDD, stack-specific reviewers and security hooks.

    Claude Code1 skill
  4. bymax-qa0stars

    Whole-system QA and security audit for any project, with evidence and hand-off. Point /bymax-qa:audit at a target: a Jira ticket key (it verifies Jira access, 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, like a code review), or nothing (the whole system via a signed scope). 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 config, architecture, frontend, supply chain) with read-only finder agents, probes the running stack against the 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. Every finding carries ASVS 5.0, CWE and API Top 10 references, a CVSS vector, and a status that moves OPEN → HANDED-OFF → FIX-CLAIMED → VALIDATED or REOPENED. Fixes are never applied by the auditor: findings are handed to the owning peer session over cross-session messaging, filed as GitHub issues when no peer is live, or written back to the ticket as a comment, and re-tested before they close. A PreToolUse hook is a floor under the scope while an audit is active: a network tool in command position may only reach allow-listed hosts, and a Write/Edit tool call may only land in .claude/qa/ (arbitrary Bash writes and unlisted network binaries rest on the skill's never-edit-the-target discipline and its read-only finders). External scanners (semgrep, gitleaks, osv-scanner, trivy, zap, nuclei, axe, Lighthouse) are used when present and never bundled.

    Claude Code
  5. bymax-pr0stars

    The PR lifecycle, powered by the `gh` CLI. /bymax-pr:push ships work safely: branch (never the default branch) → stage → complete Conventional-Commits message → push, with an explicit `pr` opt-in that opens a fully-described PR (Summary / Changes / How to verify). /bymax-pr:babysit-pr autonomously shepherds an open PR to merge-readiness: resolves merge conflicts, polls CI at a cadence matched to the CI's real duration (270 s floor), classifies failures as real vs flaky (re-running flaky checks), fixes real failures locally before pushing, triages bot review comments (4-tier), and notifies you when the PR is green. Never merges, never pushes to the base branch, never force-pushes. A built-in preflight verifies the gh CLI is installed and authenticated. Depends on `gh` + `git` but never bundles them.

    Claude Code1 skill
  6. bymax-pm0stars

    Engineering Project Manager for multi-agent development. The /bymax-pm:pm command turns the current session into a PM/TPM that coordinates INDEPENDENT Claude Code peer sessions: discovers agents via ListAgents, delegates structured task contracts via SendMessage, tracks a deterministic task lifecycle (assignment → acknowledgement → evidence → independent review → PM verification), detects stuck agents through one-shot idle notices instead of polling, resolves blockers between agents before escalating, and keeps all project truth in a persistent, git-friendly .claude/pm/ workspace that survives session restarts. Evidence-driven: a worker saying done is never enough — DONE requires diffs, tests, CI and PM verification. The PM coordinates; it does not implement.

    Claude Code1 skill
  7. 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 `expo start` (Metro reattach) or `expo run:ios|run:android` (full rebuild + install) is the right call. macOS-first; Android also works on Linux when the SDK is configured.

    Claude Code
  8. Scaffold new projects with strict TypeScript, ESLint flat-config (security + import-order + suppression bans), Prettier, .vscode (format-on-save), Husky + commitlint + lint-staged, and CLAUDE.md / AGENTS.md / README.md templates. Detects the stack (Next.js, Expo/RN, Vite+React, Node) and uses the right ESLint preset. Includes /bymax-bootstrap:upgrade-standards for non-destructive upgrades on existing projects.

    Claude Code
  9. bymax-all0stars

    Meta-plugin reference for the complete bymax toolkit (workflow + quality + bootstrap + mobile + web-verify + pr + pm + qa + report). Note: Claude Code's plugin manifest does not auto-install dependencies — install bymax-workflow, bymax-quality, bymax-bootstrap, bymax-mobile, bymax-web-verify, bymax-pr, bymax-pm, bymax-qa, and bymax-report individually.

    Claude Code
  10. Bymax workflows for Codex: evidence-based code review, planning, testing, PR management and capability-aware orchestration.

    Codex28 skills
  11. embedded0stars

    显式选择后启用的公开版嵌入式开发工具箱,涵盖 STM32、MSPM0、ESP32、数字电源、FOC 与电赛等模块。

    Codex1 skill
  12. Shrink a test suite without losing an asserted fact or a covered branch: a fact matrix of what each test pins plus per-test branch coverage and a verified covering set, deleting only on the intersection, with a mutant check for every relocated fact. Use when asked to trim, dedupe, consolidate, or reduce tests or test SLOC, when a suite grew by accretion, when deciding whether to delete, fold, or parametrize tests, or before cutting a test on 'coverage is unchanged' alone. Python/pytest.

    Codex1 skill
  13. Measure Python complexity per function and per call path with ruff and complexipy; optionally add Jev judgments through configurable providers (Vercel by default). Use when prioritizing refactors, investigating over-layering, or verifying that a refactor improved the whole path. Without the selected provider key, semantic review is skipped and static analysis continues. Tests verify behavior.

    Codex1 skill
  14. jev22stars

    Consult Jev for bounded typed second opinions during agent work: compare plans, check claims against supplied evidence, prioritize investigations, and challenge conclusions. Uses Vercel AI Gateway by default with configurable providers; skips when the selected key is absent. Includes a standalone uv-run helper and offline contract tests.

    Codex1 skill
  15. Review and improve engineering Markdown designs, analyses, implementation plans, and ADRs. Measure sections and protected content with a Markdown parser; optionally use Jev for typed quality and meaning-preservation judgments. Preserve requirements, uncertainty, code, and links while the agent makes targeted edits. Jev is optional and provider configurable.

    Codex1 skill
  16. Standard Codex setup used across all of Gabe Borges' repos. Injects the Plain English rules at session start and into every subagent, strips AI-attribution footers from GitHub writes, re-injects the writing rules reminder with every user message, and ships the writing-voice, read-aloud-prep, bear-notes, codex-delegate, model-routing-review, and pair-debate skills, plus grill, build, spec, routine, wayfinder, handoff, research, wait-what, teach, writing-for-agents, domain-modeling, investigate, and resolving-merge-conflicts.

    CodexClaude Code18 skills
  17. AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.

    CodexClaude CodeAgent Plugins1 skill1 MCP server
  18. hatch0stars

    Drive Hatch, the browser on this Mac whose live pages the user watches, from any project.

    CodexClaude Code1 MCP server
  19. planwerk0stars

    Guided, interactive skills for the planwerk-agent workflow

    Claude Code10 skills
  20. Upgrade the AI you already use. One connection gives it live data across travel, markets, research, reading, code, food, fitness and social — with real follow-ups and real links — plus a performance stage, Stock to Stage 3+, that puts more behind every answer. You choose what's on.

    Claude Code1 skill1 MCP server
  21. Доказательный советник по когнитивным искажениям: 111 искажений в пяти тирах по размеру эффекта и репликации, структурный Bias Scan ситуации, протокол дебайсинга по каждому искажению, разбор популярных мифов.

    Claude Code1 skill
  22. soulmate0stars

    It verifies what you asked an agent to do and what came back, in the same record. Use it as an opt-in, bounded project guidance surface; ordinary work remains unchanged. Plugin installation provides host guidance and does not install the separate soulmate CLI.

    CodexClaude Code
  23. exitbind0stars

    Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.

    CodexClaude CodeAgent Plugins
  24. exitbind0stars

    Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.

    Agent Plugins2 skills
  25. Routes each request to one of 27 specialist agent roles, which load only the skills the work needs and verify what they claim.

    Claude Code1 skill
  26. A harness that cannot start without interviewing you and cannot finish without evidence. The phase lives in one .midnight/prd.md and hooks guard its transitions.

    Claude Code1 skill
  27. marathon0stars

    Sustainable long-haul development workflow with context engineering: concept-driven init, code and context project kinds, plan/start/experiment sessions with review and docs passes, staged execution with per-stage review, standalone-repository or workspace operation with cross-repo steps, mid-session handoff/resume, a standardized session pipeline with universal extension hooks, and volatile-vs-stable context promotion and decay

    Claude Code
  28. Marathon extension keeping a roadmap manifest — goals, tasks, and a backlog in context/roadmap.toml — current through marathon's session hooks: conventions layered in at session start, dotted task citations in the session record, the finished task deleted and next advanced at closeout

    Claude Code1 skill
  29. Marathon extension adding the architecture layer — the principles, definitions, and conventions that have generalized past one repository — as a standalone project's top-level architecture/ directory or a workspace's designated architecture repository, filled by promotion from design/ through marathon's session hooks

    Claude Code1 skill
  30. splash0stars

    Splash: Visual journalism for every newsroom — a skill pack a newsroom installs and drives from its own AI assistant. Entry point: the splash skill.

    Claude Code16 skills
  31. cueloop2stars

    Review plans, changes, replies, and prototypes in cueloop Threads

    CodexClaude CodeAgent Plugins7 skills1 MCP server
  32. Помощник маршрута Jadlis: снимает состояние машины, ведёт от обязательной настройки к необязательным инструментам, объясняет простым языком.

    Claude Code1 skill
  33. claude-jev16stars

    Hands the small judgments in a session to TypeSafe's Jev, a System One model that returns typed answers instead of generating text: what kind of request each prompt is, which model tier a subagent needs, whether an edit breaks a rule already written in your CLAUDE.md or AGENTS.md, and which transcript blocks survive compaction. Kept blocks carry over verbatim — no LLM writes a summary.

    Claude Code
  34. Claude Code integration for portable research-council: bounded investigations, competing explanations, evidence-linked reports, and structured handoffs for people and agents. Model-neutral workflow with return-only council roles and a script-gated skill library.

    Claude Code3 skills
  35. Review local Git changes in diffle and return structured feedback to Codex.

    Codex1 skill1 MCP server
  36. Review local Git changes in diffle and return structured feedback to Claude Code.

    Claude Code1 skill1 MCP server
  37. baton0stars

    Context-aware, beads-backed git-worktree workflow orchestrator for solo developers. Pass the baton: dispatch a task to a fresh worker session, then bring it home.

    Claude Code16 skills
  38. biik0stars

    수리소 수학학원 표준 양식 스킬 — A4 인쇄물

    Claude Code
  39. Шестнадцать книжных советников по продуктовому строительству отвечают параллельно, скептики проверяют утверждения, валидатор пишет единый вердикт с SWOT, картой консенсуса и действиями.

    Claude Code
  40. Пятнадцать советников по маркетингу и влиянию (14 книг плюс тактический синтез 2026) разбирают запрос через призму своей книги, валидатор сводит вердикт с SWOT и картой консенсуса.

    Claude Code
  41. Четыре режима: разбор транскрипта звонка (--call), диагноз застрявшей сделки (--deal), оценка sales-артефакта (--verdict) и конвейер написания (--write). Шестнадцать советников-слоёв сделки по 21 книге, подмножество по типу задачи.

    Claude Code
  42. Два режима: VERDICT — совет оценивает готовый текст (SWOT, карта консенсуса, переписанные фрагменты); WRITE — конвейер бриф → три драфта → критика по типу текста → синтез финала.

    Claude Code
  43. Анализ ситуаций и решений через 140+ принципов из The 48 Laws of Power, The Art of Seduction, The 33 Strategies of War, Mastery и The Laws of Human Nature; каждый совет привязан к книге и закону тегом.

    Claude Code
  44. nupp0stars

    Советник по проектам на мета-системе NUPP (Nearly Universal Principles of Projects): шесть универсальных принципов под PRINCE2, PMBOK, P3.express, DSDM, Scrum и XP — диагноз ситуации и что менять.

    Claude Code1 skill
  45. b0stars

    Personal Claude Code skills: PR automation, X content, sludge video rendering, and design review.

    Claude Code6 skills
  46. toy-check1stars

    A toy plugin used as a teaching fixture for plugin review.

    Claude Code1 skill
  47. probe1stars

    Finds broken relative links in a docs tree. Read-only; writes nothing.

    Claude Code1 skill
  48. tally1stars

    Totals a ledger directory by record kind into analysis/tally/report.json. Writes only that directory.

    Claude Code1 skill
  49. ledgerly1stars

    Reconciles a ledger directory against its index.

    Claude Code1 skill
  50. fence1stars

    Audits code fences in Markdown for a missing language tag and fixes them automatically.

    Claude Code1 skill