What problem does it solve? Working with the dbm terminal database explorer requires knowing its Bun commands, Docker/OrbStack prerequisites, supported database adapters, and safe verification procedures. This Skill gives an agent the exact operational workflow to run, verify, install, and keep the CLI's documentation aligned with code changes. ## Core Features & Use Cases - Run and install the CLI: Launch the interactive terminal UI with bun, link the package globally for development, or install the published release tarball. - Safe Docker verification: Run the maintained all-adapter verifier or disposable dbm-verify- containers for Postgres, MySQL/MariaDB, Redis/Valkey, and MongoDB without touching unrelated containers or volumes. - Diagnostics and maintenance: Use dbm doctor for environment checks and follow the maintenance contract that keeps README, AGENTS.md, and skill files synchronized with code changes. - Use Case: You are asked to verify a new adapter change in the dbm repository. The Skill guides you to run bun run check, bun run test, and bun run verify:docker, then update the README and skill file before handoff. ## Quick Start Ask the agent to run and verify the dbm CLI in the current repository using its Bun and Docker workflow.