Robo-Co-op/robobuilder-standard
Plugin Claude Code
Robo Co-op official marketplace — the team-curated Claude Code plugins in three editions: Lite (beginners), Standard (full workflow), Pro (Loop Engineering add-on).
Robo-Co-op/robobuilder-standard
Plugin Claude Code
Robo Co-op official marketplace — the team-curated Claude Code plugins in three editions: Lite (beginners), Standard (full workflow), Pro (Loop Engineering add-on).
Robo-Co-op/robobuilder-standard
Plugin Claude Code
Robo Builder Standard edition — Robo Co-op standard Claude Code dev plugin embodying Bootcamp v3 M3+M6 with 41 skills, 9 phase-specific agents, 3 playbooks, harness config, and bidirectional Notion learning loop.
Robo-Co-op/robobuilder-standard
Agent
Reviews a recent diff for reuse, redundancy, over-abstraction, excessive guards, and deep nesting. Returns concrete before/after diff suggestions. Use this immediately after Edit/Write operations, when the user asks "is this too complex?", or as part of /diff-review.
Robo-Co-op/robobuilder-standard
Agent
Maps unfamiliar or large codebases — module relationships, call graphs, key abstractions, and entry points. Use at the start of work on an existing repo, or when an existing repo grew enough that the mental model is stale. Extends the built-in Explore agent with structured reporting for the Phase 0.5 workflow.
Robo-Co-op/robobuilder-standard
Agent
Adversarial design reviewer. Given a design document, PRD, or proposal, attacks it from multiple angles to surface assumptions, missing requirements, and failure modes. Complements the interactive /grill-me by running offline as a sub-agent. Use before locking a design, before architectural commits, or as a second…
Robo-Co-op/robobuilder-standard
Agent
Designs, generates, and runs Playwright end-to-end tests. Use this when adding a critical user flow, before deploys, or when regression coverage is thin. Always run as a subagent so the massive execution logs don't pollute the main context.
Robo-Co-op/robobuilder-standard
Agent
Generates CHANGELOG entries and PR descriptions from a branch's commit history. Groups commits by type (feat / fix / refactor / docs / chore), expands short messages with context from the diff, and produces a user-facing summary. Use during /ship or /land-and-deploy, or when preparing a release PR.
Robo-Co-op/robobuilder-standard
Agent
Reviews a PRD or requirements document for gaps, contradictions, ambiguity, and untestability. Use after /to-prd is generated, before /to-issues is invoked. Catches requirements problems before they become implementation problems.
Robo-Co-op/robobuilder-standard
Agent
Reviews the current branch diff (or specified files) against OWASP Top 10 2021. Use this immediately after changes to route handlers, auth/authz, DB queries, or anything handling external input. Auto-invoke when a diff touches /api, /auth, /admin, or DB schema files.
Robo-Co-op/robobuilder-standard
Agent
Enforces TDD discipline during implementation. Watches for "wrote code without a failing test first" and stops the user. Use whenever /tdd is invoked, or when the user is implementing a feature and you suspect they're cutting corners on tests.
Robo-Co-op/robobuilder-standard
Agent
Audits test coverage of changed files, flags missing cases, and generates the high-priority tests. Use this right after a new feature lands or a bug fix is applied — before /diff-review.
Robo-Co-op/robobuilder-standard
Hook
Runs when a session starts, executing notification.py via python. From Robo-Co-op/robobuilder-standard.
Robo-Co-op/robobuilder-standard
Hook
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing block_secrets.py via python. From Robo-Co-op/robobuilder-standard.
Robo-Co-op/robobuilder-standard
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing auto_format.py via python. From Robo-Co-op/robobuilder-standard.
Robo-Co-op/robobuilder-standard
Hook
Runs when the agent sends a notification, executing notification.py via python. From Robo-Co-op/robobuilder-standard.
Robo-Co-op/robobuilder-standard
Hook
Runs before the context is compacted, executing memory_consolidate.py via python. From Robo-Co-op/robobuilder-standard.
Robo-Co-op/robobuilder-standard
Hook
Runs when a session ends, executing memory_consolidate.py via python. From Robo-Co-op/robobuilder-standard.
Robo-Co-op/robobuilder-standard
Skill Claude CodeCodex
Installs a curated bundle of companion plugins from the Anthropic official marketplace, scoped by role (dev / pm / sales / design / marketing / ops).
Robo-Co-op/robobuilder-standard
Skill Claude CodeCodex
Interactive onboarding that turns the 41-skill catalog into a personalized 3-skill starter pack based on who the user is and what they're doing right now.
Robo-Co-op/robobuilder-standard
Skill Claude CodeCodex
Interactive wizard that takes the Robo Co-op best-practice CLAUDE.md baseline (shipped with this plugin) and merges it into the user's existing /.claude/CLAUDE.md, preserving personal/environment-specific entries.
Robo-Co-op/robobuilder-standard
Skill Claude CodeCodex
Upgrades robobuilder to the latest version from the official Robo-Co-op GitHub repo. Shows a diff preview before applying.
Robo-Co-op/robobuilder-standard
Skill Claude CodeCodex
Scaffold the per-repo configuration that the engineering skills assume.
Robo-Co-op/robobuilder-standard
Skill Claude CodeCodex
Extract and formalize domain terminology from the current conversation into a consistent glossary, saved to a local file.
Robo-Co-op/robobuilder-standard
Skill Claude CodeCodex
A discipline for hard bugs. Skip phases only when explicitly justified.