Agent skill · AI & Agents

bazinga-db-agents

Agent logs, reasoning, and token tracking. Use when logging interactions, saving reasoning, tracking tokens, or managing events.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bazinga-db-agents --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 2.0.0
Allowed tools: BashRead
Path: skills/agent/bazinga-db-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# BAZINGA-DB Agents Skill You are the bazinga-db-agents skill. You manage agent interaction logs, reasoning capture, token usage, skill outputs, and events. ## When to Invoke This Skill **Invoke when:** - Logging agent interactions - Saving or retrieving agent reasoning - Tracking token usage - Recording skill outputs - Saving or querying events (TL issues, verdicts, etc.) **Do NOT invoke when:** - Managing sessions or state → Use `bazinga-db-core` - Managing task groups or plans → Use `bazinga-db-workflow` - Managing context packages → Use `bazinga-db-context` ## Script Location **Path:** `.claude/skills/bazinga-db/scripts/bazinga_db.py` All commands use this script with `--quiet` flag: ```bash python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet <command> [args...] ``` ## Commands ### log-interaction ```bash python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet log-interaction \ "<session_id>" "<agent_type>" "<message>" <sequence_num> ``` Logs an agent interaction in the orchestration flow. **Parameters:** - `agent_type`: `pm`, `developer`, `sse`, `qa_expert`, `tech_lead`, `investigator`, `requirements_engineer` - `sequence_num`: Integer for ordering ### stre

What's inside
Steps it walks through
  1. When to Invoke This Skill
  2. Script Location
  3. Commands
  4. log-interaction
  5. stream-logs
  6. save-reasoning
  7. get-reasoning
  8. reasoning-timeline
  9. check-mandatory-phases
  10. log-tokens
  11. token-summary
  12. save-skill-output
  13. get-skill-output
  14. get-skill-output-all
Ships with 1 file
  • metadata.json
Commands it runs
python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet <command> [args...]
python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet log-interaction \
python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet stream-logs \
python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet save-reasoning \
Write content to temp file first
cat > /tmp/reasoning.txt << 'EOF'
python3 .../bazinga_db.py --quiet save-reasoning \
python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet get-reasoning \
python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet reasoning-timeline \
python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet check-mandatory-phases \
More from claude-skill-registry
All skills →
About this skill
What does the bazinga-db-agents skill do?

Agent logs, reasoning, and token tracking. Use when logging interactions, saving reasoning, tracking tokens, or managing events.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bazinga-db-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going