๐Ÿ“Š
DataSwift

Add Report Card

by tddworks

Add Report Card is a Data skill for Claude Code, published by tddworks in ClaudeBar.

1.4K stars128 forkson tddworks/ClaudeBarAdded 2026/08/19+1% in starsRepository updated 2026/08/19
antigravityclaudeclaude-codecodexgeminigithubcopilotglm5kimi
Install in seconds
Install Add Report Card
Copy Add Report Card into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tddworks/ClaudeBar/tree/main/.claude/skills/add-report ~/.claude/skills/add-report

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tddworks/ClaudeBar.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/add-report/SKILL.md in tddworks/ClaudeBar
Installs to
~/.claude/skills/add-report
Collection
One of 6 skills cataloged from this repository
Category
Data โ€” 668 skills

What Add Report Card does

Add Report Card guides adding new report cards to ClaudeBar that analyze local data sources and display metrics with comparison deltas. Use it when adding analytics cards, period comparison features, or any feature following the DailyUsage pattern.

Add Report Card is cataloged under Data on DirSkills. Add Report Card comes from a repository tagged antigravity, claude, claude-code, codex and gemini.

Documentation

README

Add Report Card to ClaudeBar

Add new report cards that analyze local data sources, compute metrics with comparison deltas, and display them in the existing card UI style using TDD.

When to Use

This skill covers adding report-style features โ€” cards that:

  • Read and parse local data files (JSONL, JSON, CSV, etc.)
  • Aggregate metrics (cost, tokens, time, counts)
  • Compare periods (today vs yesterday, this week vs last week)
  • Display results in glassmorphism cards matching the existing UI

Architecture Pattern

Every report feature follows this data flow:

Data Source โ†’ Parser โ†’ Analyzer โ†’ Report Model โ†’ UsageSnapshot โ†’ Card View

Mapped to the codebase layers:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Add Report Card

  • What else does tddworks publish alongside Add Report Card?

    Add Report Card is one of 6 skills that DirSkills catalogs from tddworks/ClaudeBar, the repository it ships in. Its siblings there include Add Provider, ClaudeBar CI/CD and Fix Bug. Each one is a separate skill with its own page in this directory, installs the same way Add Report Card does, and is maintained by tddworks in that same repository. The rest of the collection is listed on the tddworks/ClaudeBar page.

  • How does Add Report Card compare to other Data skills?

    Add Report Card ranks #399 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Add Report Card against them. Open each page to compare what they document and how they install.