Claude Skills That Fixed Token Bloat and Workflow Pain
Open-source Claude skills like Caveman (cuts responses 75%), Peon Ping (game voice alerts), and Pre-mortem (predicts bugs) surprisingly solve real coding agent issues despite sounding weird.
Slash Token Waste and Boost Readability
Caveman forces Claude to respond like a caveman, stripping filler words, excited language, and articles to cut responses by 75% while preserving technical accuracy. Install via plugin marketplace in Claude Code, then use /caveman with intensity levels (e.g., highest 'Wyan' mode switches to Chinese for even fewer tokens, but stick to English for better model accuracy). Result: compact explanations using arrows for flows, easier to scan during coding sessions—ideal for token-conscious workflows.
Peon Ping eliminates manual session checks by sending game character voice notifications (e.g., from popular titles) when tasks finish or permission prompts block progress. Install per OS instructions, pick voices via slash command. Run multiple parallel Claude sessions without constant tab-switching; voices signal readiness or completion with task-specific phrases, making oversight fun and efficient.
Predict Failures and Harden Tests
Pre-mortem scans codebases for fragile areas, predicting production bugs with realistic reports on potential issues, formatted by severity. Install skill.md from repo, run /pre-mortem to analyze—focus on specified aspects for targeted output. Fix problems pre-launch to avoid runtime surprises.
Mutation Testing mutates code one bug at a time (e.g., via git-committed changes it reverts), scoring your test suite's catch rate. It identifies gaps, lists uncaught mutations, and recommends fixes for a complete, reliable suite—run after commits to validate test strength quantitatively.
Git Time Travel equips agents with git history expertise, spotting force-pushes to main, bad rebases, and log anomalies. Provides 'time travel' reports with recommendations after analyzing full history using installed patterns/validations.
Dogfood uses agent-browser CLI to adversarially explore web apps (local or hosted), capturing bugs, UX issues, reproduction steps, screenshots, and videos—prioritized by critical/medium/low for thorough QA.
Stress-Test Ideas and Bypass Data Blocks
The Fool (Common Ground) plays devil's advocate on plans/decisions via modes/stories, generating failure chains, consequences, and structured findings. Install refs, run command with idea + challenge mode (e.g., iterate by pushing back) to refine directions for long-term viability.
Reddit via Gemini fetches Reddit threads (blocked directly by bots) using Gemini CLI/tmux or curl JSON fallback, delivering user sentiment reports on topics—critical for market research without access hurdles.
Break UI Ruts with Expert Guidance
Color Expert loads 100+ markdown refs on color theory, WCAG, palettes/UI from Wikipedia/YouTube, preventing default purple-white themes. Agents produce balanced, engaging UIs with proper whitespace/interactivity—tested on landing pages for noticeable quality lifts from simple prompts.