bdb-dev-os-skill

bdb-dev-os-skill is a skill for Claude Code, Codex from hybridlabor-api/bdb-dev-optimized-agent-skills. It costs 27 tokens per session (540 once invoked), scanned A, original, Apache-2.0.

A set of internal maintenance and release rules for the BDB Agent OS ecosystem. It covers private repositories, fixed package versions, and checking related modules when one ecosystem component changes.

In plain words
What is it for?
It is for maintainers releasing or updating BDB Agent OS components. Jobs include validating installer versions, auditing related modules, and checking release conditions.
Why use it?
It reduces release mistakes caused by unpinned versions, accidental public repositories, or overlooked dependencies between modules. It gives maintainers a common checklist for ecosystem changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for maintainers releasing or updating BDB Agent OS components. Jobs include validating installer versions, auditing related modules, and checking release conditions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb-dev-os-skill
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.

Any agent
npx skills add hybridlabor-api/bdb-dev-optimized-agent-skills --skill bdb-dev-os-skill
Clone the repo
git clone --depth 1 https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skills

Made for: Claude Code, Codex.

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-os-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb-dev-os-skill/github.svg)](https://agentmods.dev/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb-dev-os-skill)
Your own site
<a href="https://agentmods.dev/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb-dev-os-skill"><img src="https://agentmods.dev/badge/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb-dev-os-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bdb-dev-os-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb-dev-os-skill"><img src="https://agentmods.dev/badge/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/bdb-dev-os-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 540 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00027 $0.00540
Opus 5 $0.00014 $0.00270
Sonnet 5 $0.00005 $0.00108
Haiku 4.5 $0.00003 $0.00054

Measured 7d ago against content hash 9960310b760d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

bdb-dev-os-skill 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 7d 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.

skills/bdb-dev-os-skill/SKILL.md · 50 lines

How it starts

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

BDB Ecosystem Release Rules

  1. Private by Default: All GitHub repositories are private. Distribution is strictly via NPM Tarballs.
  2. Version Pinning: The installer must pin exact, validated semantic versions. No latest.
  3. Cross-Commit Awareness: Always audit ecosystem modules when the Kernel updates, and vice versa.
  4. Sub-Modul Liste:
    • bdb-synapse
    • memB
    • heimdall-token-saver
    • bdb-os-agent-workspace
    • creator-extension
    • bdb-os-remote

1. Overview

This skill provides domain-specific logic and rules for its respective BDB pipeline component to ensure standardization across multi-agent workflows.

2. When to Use

  • Use when specifically requested by the user or triggered by an orchestration agent.
  • Use when the current task aligns with the skill's domain.
  • Exclude when standard tool execution is sufficient.

3. Core Process

  1. Read the provided context and ensure preconditions are met.
  2. Run the required script or tool and confirm the state change.
  3. Verify exit codes, file modifications, or DB counts to guarantee success before reporting completion.

4. Common Rationalizations

Rationalization Reality
"The code change was small, so I skipped updating OpenWiki docs." Every state change must be reflected in the relevant system records.
"The ingest script exited without an error, so the memB index must be updated." Silent failures happen; explicit verification of the side effect is mandatory.
"I'll let the /startcycle proceed without a defined rollback path." Proceeding without a rollback path corrupts the workflow integrity and safety.
"I trust the cached agent registry instead of rescanning after a skill change." Caches stale out quickly; explicit rescans prevent ghost failures.

5. Red Flags

  • Bypassing the verification step after a script execution.
  • Proceeding to the next pipeline stage without confirming the previous stage's side effects.
  • Ignoring domain-specific constraints listed in this skill.

Read the full file on GitHub · 50 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 50 lines · 27 tokens per session scan A 9960310b760d

Subscribe to this mod's changes

bdb-dev-os-skill is a skill published in the GitHub repository hybridlabor-api/bdb-dev-optimized-agent-skills (6 stars, last pushed 5d ago), licensed Apache-2.0. It adds 27 tokens to every session and 540 once invoked, about $0.0001 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-09-03.