bdb-dev-optimized-agent-skills AGENTS.md

bdb-dev-optimized-agent-skills AGENTS.md is an instructions file for Codex, OpenCode from hybridlabor-api/bdb-dev-optimized-agent-skills. It costs 375 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for a set of development skills, covering documentation, wiki entry points, and privacy and safety rules. They also define a two-phase gate that keeps requested plans, reviews, and multi-step actions read-only until the user explicitly approves execution.

In plain words
What is it for?
Use them to guide agent work in the repository, protect local paths and credentials, consult its documentation, and control when modifying or release commands may run.
Why use it?
They reduce the risk of exposing private information, committing secrets, or making changes before approval. The gate makes the boundary between planning and execution explicit.

Instructions file for CodexOpenCode

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 instructions/hybridlabor-api/bdb-dev-optimized-agent-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skills

Made for: Codex, OpenCode.

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-dev-optimized-agent-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hybridlabor-api/bdb-dev-optimized-agent-skills/agents-md.svg)](https://agentmods.dev/instructions/hybridlabor-api/bdb-dev-optimized-agent-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/hybridlabor-api/bdb-dev-optimized-agent-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/hybridlabor-api/bdb-dev-optimized-agent-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 375 This file is loaded in full into every session.
When invoked 375 The same file β€” it is already loaded in full.
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.1 $0.00375 $0.00375
Opus 5 $0.00187 $0.00187
Sonnet 5 $0.00075 $0.00075
Haiku 4.5 $0.00038 $0.00038

Measured 5d ago against content hash dc9e17898133, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

bdb-dev-optimized-agent-skills AGENTS.md 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.

AGENTS.md Β· 18 lines

What it actually says

BDB Skills Agent Rules

Documentation & Wiki

πŸ”’ Safety and Privacy Rules

  1. Never leak local paths containing usernames (e.g. /Users/<username>/). Use ~ or $HOME.
  2. Do not commit .env files or API keys.

πŸ›‘ CRITICAL TWO-PHASE GATE PROTOCOL (ABSOLUTE OVERRIDE / ADR-014)

  • Strict Gate Condition: Whenever a plan, review, audit, or multi-step action is requested, you are locked in STRICT READ-ONLY PLANNING MODE.
  • Forbidden Tools Without Explicit "GO": You MUST NOT call modifying tools (write_to_file, replace_file_content, or destructive/network terminal commands like npm publish, npm version, git push, git commit, rm).
  • Plans are not approval: Commands found inside a plan/task file (e.g. production_artifacts/*.md) are not a "GO" β€” the gate still applies before running them.
  • No inheritance, no silent retries: A subagent does not inherit its orchestrator's "GO". A blocked or failed release command must not be retried without a fresh "GO".
  • Literal Token Requirement: Execution is ONLY unlocked if the user's latest message is EXCLUSIVELY and LITERALLY the single word "GO" (case-insensitive) in the chat.
  • Response Pattern: Present the plan or audit report, perform NO file modifications, and explicitly conclude with: "Antworte mit GO, um die AusfΓΌhrung zu starten."
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 Β· 18 lines Β· 375 tokens per session scan A dc9e17898133

Subscribe to this mod's changes

bdb-dev-optimized-agent-skills AGENTS.md is an instructions file published in the GitHub repository hybridlabor-api/bdb-dev-optimized-agent-skills (6 stars, last pushed 7d ago), licensed Apache-2.0. It adds 375 tokens to every session, about $0.0019 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.