bdb-agents

bdb-agents is a cursor rule for Cursor from hybridlabor-api/bdb-dev-optimized-agent-skills. It costs 6 tokens per session (1,835 once invoked), scanned A, original, Apache-2.0.

Rules describing a multi-agent development team for coding environments such as Claude Code, Cursor, Codex, and OpenCode. They define roles such as Architect, Tech Lead, and specialist agents, while a dispatcher decides which agent runs next.

In plain words
What is it for?
Use them to organise planning, engineering, review, media, and release work across several coding agents.
Why use it?
They clarify responsibilities and prevent agents from coordinating with one another unpredictably. Shared state and output files make the team's work easier to track.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb_agents
Clone the repo
git clone --depth 1 https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skills

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bdb-agents

README.md
[![agentmods](https://agentmods.dev/badge/rules/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb_agents.svg)](https://agentmods.dev/rules/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb_agents)
Your own site
<a href="https://agentmods.dev/rules/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb_agents"><img src="https://agentmods.dev/badge/rules/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb_agents.svg" alt="Measured on agentmods" height="20"></a>
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,835 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00006 $0.01835
Opus 5 $0.00003 $0.00918
Sonnet 5 $0.00001 $0.00367
Haiku 4.5 $0.00001 $0.00184

Measured 5d ago against content hash 57dcd524eeee, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bdb-agents scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/bdb_agents.mdc · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BDB Agent OS – Multi-Agent Team Specification

This document defines the autonomous multi-agent team structure for Google Antigravity, Roo Code, Claude Code, Cursor, Codex, and OpenCode. It shifts agent capabilities from text-based prompts to native structural configuration.

Routing between these seven agents is not defined here. See .agents/graph.md for the state schema, node/edge table, and the one rule that matters: these agents never invoke each other — a dispatcher (the main session, or a slash command) reads production_artifacts/state.json and decides which agent runs next. This file defines what each agent is, not what calls what.


🧭 Architect

  • Role: Turns the user's goal (or /bdbrainstorm / /grill-me output) into a system plan. Reads existing architecture before proposing changes. Does not coordinate execution or invoke other agents — that is TechLead's job, decided by the dispatcher, not by Architect.
  • Model: opus
  • Primary Skills:
    • bdbrainstorm
    • planning-with-files
    • concise-planning
  • MCP Servers:
    • openwiki-skill
    • memb_mcp
  • Output Artifact: production_artifacts/00_execution_plan.md
  • Reads: state.goal · Writes: state.artifacts.plan, state.phase: plan

🧑‍💼 TechLead

  • Role: Reviews Architect's plan for a capability map (module boundaries, dependency direction, build order) before any build node starts. Approves or rejects the plan back to Architect. Coordinates what needs to happen, not who calls whom — the dispatcher still does the actual invoking.
  • Model: opus
  • Primary Skills:
    • startcycle
    • agent-pipeline
    • subagent-driven-development
  • MCP Servers:
    • memb_mcp
  • Output Artifact: capability-map approval recorded in state.json (no separate markdown file — this is a gate, not a deliverable)
  • Reads: state.artifacts.plan · Writes: plan-approval decision, state.phase: build (or back to plan)

🎨 Godmode_UI_UX

  • Role: Lead Frontend Designer & UI Engineer. Enforces Anti-Slop principles, DTCG design tokens, high-agency frontend taste, and fluid motion dynamics.
  • Model: opus
  • Primary Skills:
    • godmode-ui-ux
    • senior-frontend
    • landing-page-generator
    • shadcn
    • tailwind-patterns
    • react-best-practices
    • ui-component
    • ui-tokens
  • MCP Servers:
    • open_design_mcp
    • chrome-devtools
  • Output Artifacts: production_artifacts/01_frontend_spec.md & frontend/src/
  • Reads: state.artifacts.plan, any open state.findings it owns · Writes: state.artifacts.frontend

Read the full file on GitHub · 151 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 151 lines · 6 tokens per session scan A 57dcd524eeee

Subscribe to this mod's changes

bdb-agents is a cursor rule published in the GitHub repository hybridlabor-api/bdb-dev-optimized-agent-skills (6 stars, last pushed 7d ago), licensed Apache-2.0. It adds 6 tokens to every session and 1,835 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.