YoussefJlidi

Claude Minificator — Security skill for Claude Code

Security community

Audit & optimize your Claude Code config.

How to install Claude Minificator

This entry records only its repository, not the path inside it, so there is no exact command to give. Open YoussefJlidi/claude-minificator and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Minificator does

Audit & optimize your Claude Code config. Cut your token bill by 50-70%. Score /100 + auto-fix.

Alternatives in Security

  • Skill Coverage Audit — Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs 2.8k ★
  • Query Token Audit — Audit token security to detect scams, honeypots, and malicious contracts across BSC, Base, Solana, and Ethereu 483 ★
  • Loongsuite Pilot — Local-first telemetry collector for AI coding agents — unified OpenTelemetry events for Claude Code, Codex, Cu 150 ★

README

Claude Minificator

Claude Minificator

Stop burning tokens. Start shipping faster.
Audit & optimize your Claude Code config in 60 seconds.

Quick Start10 RulesHow It WorksGradingFAQ


The Problem

Every message you send in Claude Code re-reads the **entire conversation history**. Without proper config:

Message 1:  →  5k tokens
Message 10: → 50k tokens    (10x the cost)
Message 30: → 300k tokens   (you're bleeding money)

**A single 30-message session can cost 10x more than 5 short focused sessions.**

Most users waste 50-70% of their tokens on:

  • 📂 Reading node_modules/ and build artifacts into context
  • 🤖 Running Opus for tasks Sonnet handles perfectly
  • 💬 Verbose AI responses nobody reads
  • 🔌 MCPs loading 67k tokens before your first message
  • 📝 Bloated CLAUDE.md re-injected on every single turn

Quick Start

git clone https://github.com/YoussefJlidi/claude-minificator.git
cd claude-minificator

# Audit your con