Claude Code Skill Tax: 2,596 Installed Skills, 40 Used, $91/Month Wasted
If you use Claude Code with multiple skill marketplaces, there's an invisible tax on every session: all installed skills are loaded into the system prompt, whether you use them or not. User chataxis measured the impact and open-sourced a tool to surface the data.
The Problem
Every skill you install gets injected into the system prompt of every session. The harness needs to "see" them to know they exist. In one real installation:
- 2,596 skills installed across 3 marketplaces
- 102,651 tokens loaded into every session
- 40 skills ever invoked
- 98.6% never used — pure tax
Cost estimate at typical usage: ~$91/month. 96% of that cost came from a single marketplace. No warning, no billing line, no progress bar.
Open-Source Auditing Tool: skill-tax
The skill-tax repo provides three commands. It never deletes anything — just shows you the data.
audit: what each skill costs you per session (token count)usage: what you've actually invoked, mined from local transcripts (no hooks, no waiting)report: combined view, ranked cleanup candidates
Who This Is For
Claude Code users who install skills from multiple marketplaces and want to reduce wasted tokens and costs.
📖 Read the full source: r/ClaudeAI
👀 See Also

Real-time stock analysis added to Claude Desktop via MCP server
A developer built an MCP server called agent-toolbelt that adds real-time stock analysis capabilities to Claude Desktop and Claude Code. The tool provides five specific analysis functions and works with a single command installation.

TRELLIS.2 Image-to-3D Ported to Run Natively on Apple Silicon
A developer has ported Microsoft's 4B parameter TRELLIS.2 image-to-3D model to run natively on Apple Silicon via PyTorch MPS, replacing CUDA-specific operations with pure-PyTorch alternatives. The port generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro with 24GB memory.

Helix: Open-Source Framework Turns Claude into Personal AI Agent for macOS
Helix is an open-source framework that connects Claude via Claude Code in Terminal to macOS through four MCP server plugins, enabling Claude to control applications, maintain persistent memory, run scheduled tasks, and operate with local voice processing.

Voxlert: Voice Notifications for Claude Code Sessions with Character Voices
Voxlert is a tool that hooks into Claude Code events and speaks notifications using distinct character voices like StarCraft Adjutant, SHODAN, GLaDOS, and HEV Suit. It uses an LLM via OpenRouter to generate in-character lines and runs locally with npm installation.