bazinga-db-core

Manage orchestration sessions and system state via Python script commands.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/mehdic/ARTK --skill bazinga-db-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bazinga-db-core
Source: https://github.com/mehdic/ARTK/tree/main/.claude/skills/bazinga-db-core
Command: npx skills add https://github.com/mehdic/ARTK --skill bazinga-db-core

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a clean foundation for managing orchestration sessions, preserving state across runs, and retrieving dashboard data to support reliable automation and auditing.

Core Features & Use Cases

  • Create, retrieve, and manage orchestration sessions via a dedicated Python script.
  • Save and restore orchestrator or PM state to maintain continuity across tasks.
  • Generate dashboard snapshots and run system queries to monitor health and progress.
  • Use Case: Start a new session, save interim state, and fetch a dashboard snapshot to report on project status.

Quick Start

Use the bazinga-db-core skill to create a new session, save a state snapshot, and retrieve a dashboard snapshot.

Frequently Asked Questions about bazinga-db-core

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

FAQPage Schema
How do I manage orchestration sessions and preserve state across automation runs?

You can manage orchestration sessions and preserve state across automation runs by using a Python CLI script to create, update, and retrieve sessions, alongside saving and restoring state snapshots for continuity.

What's the best way to generate dashboard snapshots for system status reporting?

Generating dashboard snapshots for system status reporting is done by executing a Python-based dashboard-snapshot command, which retrieves current system data and project progress for monitoring health.

How do I check database integrity and recover orchestration state?

To check database integrity and recover orchestration state, you run the integrity-check and recover-db commands within the Python script to validate data health and restore corrupted or lost session information.

Does this session management tool require external dependencies to run?

No, this session management tool does not require external dependencies to run, as it operates through a standalone Python script without needing additional libraries or frameworks installed.

How do I list active sessions and query orchestrator data via command line?

You can list active sessions and query orchestrator data via command line by executing the list-sessions and query commands in the Python script to retrieve specific records and monitor ongoing tasks.

Why save state snapshots during an automation orchestration task?

Saving state snapshots during an automation orchestration task ensures continuity across runs, allowing you to restore interim progress and recover the exact system configuration if a process is interrupted.