🧩
AI EngineeringRust

New Analyzer

by Piebald-AI

New Analyzer is an AI Engineering skill for Claude Code, published by Piebald-AI in splitrail.

217 stars25 forkson Piebald-AI/splitrailAdded 2026/09/04Repository updated 2026/09/03
agenticanalyzerantigravity-cliblazing-fastccusageclaude-codeclinecodexgcusagekilo-codeopencodepi-agentpiebaldqwenqwen-coderavishingrustsplitrailusagezoo-code
Install in seconds
Install New Analyzer
Copy New Analyzer 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/Piebald-AI/splitrail/tree/main/.claude/skills/new-analyzer ~/.claude/skills/new-analyzer

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/Piebald-AI/splitrail.git

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

In this catalog

Source file
.claude/skills/new-analyzer/SKILL.md in Piebald-AI/splitrail
Installs to
~/.claude/skills/new-analyzer
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering2970 skills

What New Analyzer does

New Analyzer guides adding support for a new AI coding agent analyzer in Splitrail. Use it when implementing parsing for a tool like Copilot, Cline, or another agent with its own data files.

New Analyzer is cataloged under AI Engineering on DirSkills. New Analyzer comes from a repository tagged agentic, analyzer, antigravity-cli, blazing-fast and ccusage.

Documentation

README

Adding a New Analyzer

Splitrail tracks token usage from AI coding agents. Each agent has its own "analyzer" that discovers and parses its data files.

Checklist

  1. Add variant to Application enum in src/types.rs
  2. Create src/analyzers/{agent_name}.rs implementing Analyzer trait from src/analyzer.rs
  3. Export in src/analyzers/mod.rs
  4. Register in src/main.rs
  5. Add tests in src/analyzers/tests/{agent_name}.rs, export in src/analyzers/tests/mod.rs
  6. Update README.md
  7. (Optional) Add model pricing to src/models.rs if agent doesn't provide cost data

Test fixtures go in src/analyzers/tests/source_data/. See src/types.rs for message and stats types.

VS Code Extensions

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

Frequently asked about New Analyzer

  • What else does Piebald-AI publish alongside New Analyzer?

    New Analyzer is one of 6 skills that DirSkills catalogs from Piebald-AI/splitrail, the repository it ships in. Its siblings there include Performance, Pricing and Splitrail MCP. Each one is a separate skill with its own page in this directory, installs the same way New Analyzer does, and is maintained by Piebald-AI in that same repository. The rest of the collection is listed on the Piebald-AI/splitrail page.

  • How does New Analyzer compare to other AI Engineering skills?

    New Analyzer ranks #2618 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 New Analyzer against them. Open each page to compare what they document and how they install.