tweakcc
tweakcc is a CLI tool that upgrades your Claude Code experience. Customize its system prompts, add custom themes, create toolsets, and personalize the UI. From the team behind Piebald.
Splitrail is a fast, cross-platform, real-time token usage tracker and cost monitor for: Gemini CLI (and Qwen Code) Claude Code Codex CLI Cline / Roo Code / Zoo Code / Kilo Code (VS Code extension + CLI) GitHub Copilot (VS Code) GitHub Copilot CLI OpenCode Pi
$ npx -y skills add Piebald-AI/splitrail --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: Piebald-AI/splitrail
What's inside
We've released Piebald, the ultimate agentic AI developer experience.
Download it and try it out for free! https://piebald.ai/
Scroll down for Splitrail. :point_down:
Splitrail is a fast, cross-platform, real-time token usage tracker and cost monitor for:
Run one command to instantly review all of your CLI coding agent usage. Upload your usage data to your private account on the Splitrail Cloud for safe-keeping and cross-machine usage aggregation. From the team behind Piebald.
[!note] โญ If you find Splitrail useful, please consider starring the repository to show your support! โญ
Download the binary for your platform on the Releases page.
Splitrail can run as an MCP (Model Context Protocol) server, allowing AI assistants to query your usage statistics programmatically.
splitrail mcp
get_daily_stats - Query usage statistics with date filteringget_model_usage - Analyze model usage distributionget_cost_breakdown - Get cost breakdown over a date rangeget_file_operations - Get file operation statisticscompare_tools - Compare usage across different AI coding toolslist_analyzers - List available analyzerssplitrail://summary - Daily summaries across all datessplitrail://models - Model usage breakdownSplitrail stores its configuration at ~/.splitrail.toml:
[server]
url = "https://splitrail.dev"
api_token = "your-api-token"
[upload]
auto_upload = false
upload_today_only = false
[formatting]
number_comma = false
number_human = false
locale = "en"
decimal_places = 2
[logging]
level = "warn"
On Windows, we use lld-link.exe from LLVM to significantly speed up compilation, so you'll need to install it to compile Splitrail. Example for winget:
winget install --id LLVM.LLVM
Then add it to your system PATH:
:: Command prompt
setx /M PATH "%PATH%;C:\Program Files\LLVM\bin\"
set "PATH=%PATH%;C:\Program Files\LLVM\bin"
or
# PowerShell
setx /M PATH "$env:PATH;C:\Program Files\LLVM\bin\"
$env:PATH = "$env:PATH;C:\Program Files\LLVM\bin\"
Then use standard Cargo commands to build and run:
cargo run
Build as normal:
cargo run
Copyright ยฉ 2026 Piebald LLC.
.cargo/
audit.toml
config.toml
.claude/
settings.local.json
skills/
mcp/
SKILL.md
new-analyzer/
SKILL.md
performance/
SKILL.md
pricing/
SKILL.md
SKILLS.md
tui/
SKILL.md
types/
SKILL.md
.github/
workflows/
checks.yml
release.yml
.gitignore
AGENTS.md
Cargo.lock
Cargo.toml
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
rust-toolchain.toml
rustfmt.toml
screenshots/
cli.gif
cli.mp4
cli.tape
cloud.png
extension.png
scripts/
license-checks.sh
rewrite-retention-check/
check_retention.py
gen_corpus.py
README.md
run_check.sh
simulate_rewrite.py
src/
analyzer.rs
analyzers/
antigravity.rs
claude_code_history.rs
claude_code.rs
cline.rs
codex_cli.rs
copilot_cli.rs
copilot.rs
gemini_cli.rs
grok.rs
kilo_cli.rs
kilo_code.rs
mod.rs
opencode_common.rs
opencode.rs
pi_agent.rs
piebald.rs
qwen_code.rs
roo_code.rs
tests/
antigravity.rs
claude_code.rs
cline.rs
codex_cli.rs
copilot_cli.rs
copilot.rs
gemini_cli.rs
kilo_cli.rs
kilo_code.rs
mod.rs
opencode.rs
qwen_code.rs
roo_code.rs
source_data/
copilot.json
qwen_code.jsonl
zoo_code.rs
zoo_code.rs
cache/
mod.rs
model_intern.rs
config.rs
contribution_cache/
mod.rs
multi_session.rs
single_message.rs
single_session.rs
tests/
basic_operations.rs
compact_stats.rs
mod.rs
multi_session.rs
single_message.rs
single_session.rs
main.rs
mcp/
mod.rs
server.rs
types.rs
models.rs
reqwest_simd_json.rs
tui/
tui.rs
logic.rs
tests.rs
types.rs
upload/
upload.rs
tests.rs
utils/
utils.rs
tests.rs
version_check.rs
watcher.rs
vscode-splitrail/
.gitignore
.vscodeignore
CHANGELOG.md
LICENSE
package-lock.json
package.json
README.md
resources/
icon.png
splitrail.png
splitrail.svg
src/
dashboardView.ts
extension.ts
usageView.ts
tsconfig.jsontweakcc is a CLI tool that upgrades your Claude Code experience. Customize its system prompts, add custom themes, create toolsets, and personalize the UI. From the team behind Piebald.
FAQ
splitrail is a Claude Code plugin with 6 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes mcp, new-analyzer, performance. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.