bazinga-db

Community

Reliable, concurrent storage for BAZINGA orchestration.

Authormehdic
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a robust, concurrent-safe database layer for BAZINGA orchestration, replacing fragile file-based storage with a scalable SQLite backend and structured logging.

Core Features & Use Cases

  • Centralized session management, logging, and state persistence for orchestration workflows
  • Deterministic storage for logs, task groups, tokens, and skill outputs
  • Migration-friendly with automatic schema upgrades and enforced data integrity

Quick Start

Use the bazinga-db skill to log a developer interaction and verify write success by calling the integration with a sample session and agent type.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bazinga-db
Download link: https://github.com/mehdic/CDC/archive/main.zip#bazinga-db

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository