beevibe
01Plugin Claude Code
Beevibe Claude Code plugins for sharing, researching, and coordinating AI agent work.
Plugin Claude Code
Beevibe Claude Code plugins for sharing, researching, and coordinating AI agent work.
Instructions file
Instructions for beevibe-ai/beevibe, covering beevibe — claude code guide, monorepo structure, running locally, critical: @beevibe/core compiles to dist/ and restarting cleanly.
Skill Claude CodeCodex
Find the best GitHub repo for a goal, then call userepo to run it in a sandbox. Use whenever the user's goal requires a capability you don't have natively and you haven't been given a specific repo.
Skill Claude CodeCodex
Cold-start git workspace setup for a fresh beevibe task. Use at the start of a session whose intent has a block but NO or block — i.e. the first dispatch of this task. Checks for an existing repo clone, pulls the base branch if present (clone if missing), prunes any per-task worktrees from earlier tasks whose work has…
Skill Claude CodeCodex
Multi-round negotiation protocol — covers both initiator and peer roles. Use when about to call negotiate(), when receiving a intent block as a peer, or when receiving an 'escalated' sentinel from a blocked respondnegotiate. Covers proposal crafting, counter-strategy, deadlock detection, when to accept early…
Skill Claude CodeCodex
You are the child agent inside a fresh Docker sandbox. Borrow the given GitHub repo, produce a real artifact for the goal, and export it. Do not review the repo. The proof is that it works.
Skill Claude CodeCodex
CI verification before marking a PR-bearing task done. Use BEFORE calling mcpbeevibeupdateprogress(done) on any session whose deliverable is a pull request — including the first dispatch (you opened the PR with gh pr create) and any revision dispatch (you pushed new commits to an existing PR). Watches the PR's…
Plugin Claude Code
Beevibe Claude Code plugins. Currently: Architecture Deep Research (live, evidence-only research for system-design decisions).
MCP server Claude CodeCodexCursor +2
MCP server "adr" as configured in beevibe-ai/beevibe-cto. Launched with adr-mcp. Needs 8 environment variables to run.
Skill Claude CodeCodex
Architecture Deep Research — scan the current repo, draft a PRD, and run the deep-research loop with citation audits. Use when the user asks you to make an architecture decision, asks "what topology should we use?", says they need to pick between options like vector stores / message queues / retrieval patterns /…
Plugin Claude Code
Architecture Deep Research — scan a repo, draft a PRD, run live deep research, get a cited handoff. Use when picking a topology, retrieval architecture, event bus, storage engine, auth pattern, or any system-design decision before code lands.
Command
Run a full Architecture Deep Research pipeline against the current repo and a named decision. Scans the repo for patterns and anti-patterns, drafts a PRD, runs live deep-research with citation audits, and returns a decision handoff the coding agent can implement under.
Command
Run only the discover stage. Scans the local repo for patterns and anti-patterns, drafts a PRD (pdr.draft.md), and stops. Use when the user wants to see what ADR infers from the codebase before paying for a full deep-research run.
Command
Set up ADR for first-time use. Audits what's already configured, then walks the user through obtaining and saving the API keys ADR needs. Use when the user asks "set up ADR", "what keys do I need?", "I don't know how to get these", or when /adr:decide reports missing keys.
Command
Install Claude Code + git pre-commit hooks that surface team principles at write time and block commits that violate high-severity rules. Use when the user wants to wire ADR's principles into their everyday workflow so they never see the same review comment twice.
Command
Discover the team's code-review principles from their own repo. Scans for code-review lenses (state-boundaries, llm-call-discipline, etc.), extracts positive patterns + antipatterns + ambiguities with file:line citations, walks the user through an interactive interview to confirm, and writes .adr/principles.{md,json}.…
Command
Review a PR (or local diff) against the team's principles discovered by /adr:principles. Detects violations, walks the user through them conversationally one at a time, posts approved comments as inline PR comments via gh CLI. Use when the user says "review this PR", "check my staged diff", or "look at PR 42".