dbm-cli

Runs, verifies, and maintains the dbm terminal database explorer for Docker containers.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/celeroncoder/skills --skill dbm-cli-celeroncoder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dbm-cli
Source: https://github.com/celeroncoder/skills/tree/main/dbm-cli
Command: npx skills add https://github.com/celeroncoder/skills --skill dbm-cli-celeroncoder

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about dbm-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose dbm environment problems?▼

Run dbm doctor for human-readable diagnostics or dbm doctor --json for a machine-readable report. It checks Bun, platform support, Docker, optional OrbStack and BB commands, detected containers, and native-client connectivity.