bazinga-db-agents
Agent logs, reasoning, and token tracking. Use when logging interactions, saving reasoning, tracking tokens, or managing events.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Invoke This Skill
- Script Location
- Commands
- log-interaction
- stream-logs
- save-reasoning
- get-reasoning
- reasoning-timeline
- check-mandatory-phases
- log-tokens
- token-summary
- save-skill-output
- get-skill-output
- get-skill-output-all
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 \
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.
