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.
npx agentmods add instructions/hybridlabor-api/bdb-dev-optimized-agent-skills/agents-mdgit clone --depth 1 https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skillsWrote 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.
[](https://agentmods.dev/instructions/hybridlabor-api/bdb-dev-optimized-agent-skills/agents-md)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
BDB Skills Agent Rules
Documentation & Wiki
- Entrypoint: .openwiki/quickstart.md
- Reference guides: architecture.md, release_notes.md
π Safety and Privacy Rules
- Never leak local paths containing usernames (e.g.
/Users/<username>/). Use~or$HOME. - Do not commit
.envfiles 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 likenpm 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."
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.
- 5d ago First seen Β· 18 lines Β· 375 tokens per session scan A dc9e17898133
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.
Other instructions, from other repositories
agent-rules testing.instructions.md
Instructions for lirantal/agent-rules, covering testing guidelines for node.js applications, general testing principles, guiding principles, descriptive test naming (three-part structure) and structure tests by the aaa pattern.
turbo-flow CLAUDE.md
Claude Code instructions for marcuspat/turbo-flow, covering claude.md β turbo flow, what this repo is, key files and conventions.
orc AGENTS.md
AGENTS.md instructions for spencermarx/orc, covering openspec instructions, landing the plane (session completion) and open code review instructions.
earnings-edge CLAUDE.md
Claude Code instructions for suhaas/earnings-edge, covering earnings-edge: project memory for claude code, architecture & core concepts, the graph, agent roles and tools & skills boundary.
abcd GEMINI.md
Gemini CLI instructions for intentdriven/abcd, a project described as: abcd: An experimental configuration layer for intent-driven development.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.