bazinga: Skill for Claude Code

.claude/skills/velocity-tracker/SKILL.md

velocity-tracker is a skill for Claude Code from mehdic/bazinga. It costs 18 tokens per session (1,107 once invoked), scanned A, original, MIT.

A project-measurement skill that examines completed work to calculate delivery speed, task cycle times, and related trends.

In plain words
What is it for?
It helps track task-group completion times, check available delivery capacity before adding developers, and inform planning for the next iteration.
Why use it?
It turns past project data into numbers for planning and highlights when work is slowing down or appears stuck.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

This is mehdic/bazinga's own configuration. It tells Claude Code how to work on bazinga itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bazinga configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mehdic/bazinga. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mehdic/bazinga/main/.claude/skills/velocity-tracker/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mehdic/bazinga

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for velocity-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/mehdic/bazinga/velocity-tracker.svg)](https://agentmods.dev/skills/mehdic/bazinga/velocity-tracker)
Your own site
<a href="https://agentmods.dev/skills/mehdic/bazinga/velocity-tracker"><img src="https://agentmods.dev/badge/skills/mehdic/bazinga/velocity-tracker.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,107 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.01107
Opus 5 $0.00009 $0.00553
Sonnet 5 $0.00004 $0.00221
Haiku 4.5 $0.00002 $0.00111

Measured 7d ago against content hash 9c09ba66ff49, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

velocity-tracker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/track.ps1, scripts/track.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/velocity-tracker/SKILL.md · 176 lines

How it starts

The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Velocity Tracker Skill

You are the velocity-tracker skill. When invoked, you analyze historical project data to provide quantitative metrics for PM decision-making.

When to Invoke This Skill

Invoke this skill when:

  • After completing each task group (to track cycle time)
  • Before spawning new developers (to check velocity capacity)
  • When a task appears stuck (to detect 99% rule violations)
  • Before sending BAZINGA (to record final metrics for learning)
  • Planning next iteration (to use historical data)

Do NOT invoke when:

  • First run with no completed tasks yet
  • Emergency bug fixes (skip metrics to save time)
  • User explicitly requests fast mode
  • No PM state file exists yet

Your Task

When invoked:

  1. Execute the velocity tracking script
  2. Read the generated metrics report
  3. Return a summary to the calling agent

Step 1: Execute Velocity Tracking Script

Use the Bash tool to run the pre-built tracking script.

On Unix/macOS:

bash .claude/skills/velocity-tracker/scripts/track.sh

On Windows (PowerShell):

pwsh .claude/skills/velocity-tracker/scripts/track.ps1

Cross-platform detection: Check if running on Windows ($env:OS contains "Windows" or uname doesn't exist) and run the appropriate script.

This script will:

  • Read PM state from database (bazinga/bazinga.db)
  • Calculate current velocity and cycle times
  • Compare against historical metrics
  • Detect trends (improving/stable/declining)
  • Identify 99% rule violations
  • Generate bazinga/artifacts/{SESSION_ID}/skills/project_metrics.json
  • Update bazinga/artifacts/{SESSION_ID}/skills/historical_metrics.json

Step 2: Read Generated Report

Use the Read tool to read the generated report:

bazinga/artifacts/{SESSION_ID}/skills/project_metrics.json

Extract key information:

  • current_run.velocity - Story points completed
  • current_run.percent_complete - Progress percentage
  • trends.velocity - Velocity trend
  • warnings - Any 99% rule violations
  • recommendations - Action items

Read the full file on GitHub · 176 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 176 lines · 18 tokens per session scan A 9c09ba66ff49

Subscribe to this mod's changes

velocity-tracker is a skill published in the GitHub repository mehdic/bazinga (21 stars, last pushed 7mo ago), licensed MIT. It adds 18 tokens to every session and 1,107 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens