caveman
ModelFree🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
Capabilities9 decomposed
linguistic-token-compression-via-rule-based-transformation
Medium confidenceApplies a multi-intensity rule engine (Lite/Full/Ultra modes) that surgically removes linguistic filler—articles, hedging phrases, pleasantries—while preserving code blocks, technical terminology, and safety-critical information. Uses a single-source-of-truth SKILL.md configuration file that defines transformation rules across all host environments (Claude Code, Codex, Gemini CLI), achieving ~75% token reduction without sacrificing technical accuracy through a 'Smart Caveman' principle that protects machine-critical data.
Implements a three-tier intensity system (Lite/Full/Ultra) with a 'Smart Caveman' principle that differentiates between human-centric filler and machine-critical data, using a declarative SKILL.md single-source-of-truth that synchronizes behavior across Claude Code, Codex, and Gemini CLI without requiring code changes per platform. This contrasts with generic prompt-injection approaches by maintaining explicit whitelist/blacklist rules for technical terms and safety-critical operations.
Achieves 75% token savings while maintaining 100% technical accuracy through linguistic rule-based filtering, whereas generic prompt compression (e.g., 'be concise') often loses technical precision or requires manual prompt engineering per use case.
multi-platform-skill-plugin-deployment
Medium confidenceDistributes caveman as a portable 'Skill' artifact across heterogeneous AI agent platforms (Claude Code plugin marketplace, Codex CLI, Gemini CLI) using a unified SKILL.md configuration format. Provides platform-specific installation hooks (shell scripts for macOS/Linux/WSL, PowerShell for Windows) that auto-merge configuration into host environment settings (~/.claude/settings.json, Codex config, etc.), enabling single-source-of-truth behavior across all platforms without duplicating rule definitions.
Uses a declarative SKILL.md single-source-of-truth that auto-syncs across Claude Code, Codex, and Gemini CLI via GitHub Actions CI/CD pipeline, with platform-specific installation hooks (shell/PowerShell scripts) that auto-merge into native environment configs. This eliminates the need for separate plugin codebases per platform while maintaining platform-native integration patterns.
Simpler distribution than maintaining separate plugins for each platform (e.g., VS Code extension + CLI tool + web app) because SKILL.md defines behavior once and CI/CD handles platform-specific packaging; faster than manual installation because hooks auto-configure environment settings.
intensity-level-based-compression-tuning
Medium confidenceExposes three discrete compression intensity levels (Lite, Full, Ultra) that users can toggle per session, each applying progressively aggressive linguistic transformation rules. Lite mode removes only obvious filler (articles, some hedging); Full mode aggressively compresses prose while preserving code and technical terms; Ultra mode maximizes compression by removing even more linguistic scaffolding. Implementation uses a rule registry in SKILL.md that maps intensity levels to specific transformation patterns, allowing users to trade off readability vs. token savings without code changes.
Implements three discrete intensity levels (Lite/Full/Ultra) as first-class configuration options in SKILL.md, allowing users to toggle compression aggressiveness per session without code changes. Each level maps to a specific rule subset, enabling progressive compression that trades readability for token savings in a predictable, testable manner.
More granular than binary 'on/off' compression (e.g., generic prompt compression) because users can tune intensity to their specific task; more predictable than adaptive compression because rules are explicit and intensity levels are well-defined.
technical-term-and-code-block-preservation
Medium confidenceImplements a whitelist-based protection mechanism that exempts code blocks (markdown fences), technical terminology (e.g., useMemo, shallow comparison), and safety-critical operations (e.g., rm -rf) from compression rules. Uses pattern matching and AST-aware detection to identify protected regions, ensuring that compression never degrades technical accuracy or introduces ambiguity in destructive commands. This 'Smart Caveman' principle is enforced via explicit rules in SKILL.md that define protected patterns and categories.
Implements a 'Smart Caveman' principle via explicit whitelist rules in SKILL.md that protect code blocks (markdown fences), technical terminology, and safety-critical operations from compression. This is more sophisticated than naive compression because it uses pattern matching and category-based rules to distinguish between human-centric filler (safe to compress) and machine-critical data (must preserve).
Guarantees 100% technical accuracy while achieving 75% token savings, whereas generic compression tools often sacrifice accuracy for brevity; more maintainable than hardcoded protection logic because rules are declarative in SKILL.md.
benchmark-and-performance-measurement-framework
Medium confidenceProvides a Python-based benchmarking suite (benchmarks/run.py) that measures caveman's token savings, compression ratios, generation speed, and technical accuracy across multiple intensity levels and test prompts. Generates quantitative metrics (e.g., ~75% token savings, ~46% input compression, ~3x speed increase) and supports custom benchmark prompts. Results are published to GitHub Pages documentation, enabling transparent performance tracking and user-facing proof of efficiency gains.
Provides a reproducible, open-source benchmarking suite (benchmarks/run.py) that measures token savings, speed, and accuracy across intensity levels, with results published to GitHub Pages. This enables transparent, user-verifiable performance claims rather than marketing assertions.
More rigorous than anecdotal claims because benchmarks are reproducible and published; more comprehensive than single-metric reporting because it measures tokens, speed, and accuracy simultaneously.
github-pages-documentation-and-wiki-generation
Medium confidenceAutomatically generates and publishes comprehensive documentation to GitHub Pages via CI/CD pipeline, including installation guides, intensity level explanations, linguistic rules, trigger/command reference, plugin architecture details, and benchmark results. Documentation is derived from SKILL.md and repository metadata, ensuring single-source-of-truth consistency. Provides both human-readable guides and technical deep-dives for developers integrating caveman into custom workflows.
Implements automated documentation generation from SKILL.md and repository metadata via GitHub Actions, publishing to GitHub Pages with single-source-of-truth consistency. This eliminates manual wiki maintenance and ensures documentation stays synchronized with code changes.
More maintainable than manually-edited wikis because documentation is auto-generated from source; more discoverable than README-only documentation because it provides structured, searchable pages.
session-scoped-activation-and-command-triggering
Medium confidenceProvides explicit command-based activation mechanism (e.g., /caveman, /caveman lite, /caveman full, /caveman ultra) that users invoke to enable compression for a specific session. Activation is session-scoped (not persistent across Claude Code instances) and can be toggled on/off mid-conversation. Implementation uses Claude Code's command/trigger system to intercept user input and apply caveman rules to model output, without requiring permanent configuration changes.
Implements session-scoped, command-based activation (/caveman, /caveman lite, /caveman full, /caveman ultra) that allows users to toggle compression on-demand without persistent configuration. This provides explicit user control and enables A/B testing within single conversations.
More flexible than always-on compression because users can selectively enable caveman; more discoverable than configuration-file-based activation because commands are explicit and visible in chat history.
linguistic-rule-registry-and-pattern-matching
Medium confidenceImplements a declarative rule registry in SKILL.md that defines linguistic transformation patterns (e.g., 'The reason is' → 'Reason:', delete articles 'a'/'an'/'the', remove hedging phrases). Rules are organized by category (grammar, articles, filler, safety-critical) and intensity level (Lite/Full/Ultra), enabling pattern-based text transformation without hardcoded logic. Uses regex or string-matching patterns to identify and replace linguistic elements, with explicit exceptions for code blocks and technical terms.
Implements a declarative rule registry in SKILL.md that defines linguistic transformation patterns organized by category and intensity level, enabling non-engineers to understand, audit, and customize compression rules without code changes. This is more transparent than hardcoded compression logic.
More maintainable than hardcoded transformation logic because rules are declarative and version-controlled; more auditable than black-box compression because rules are explicit and human-readable.
cross-platform-configuration-synchronization
Medium confidenceImplements a GitHub Actions CI/CD workflow that synchronizes SKILL.md configuration changes across all supported platforms (Claude Code, Codex, Gemini CLI) by automatically regenerating platform-specific configuration files and triggering plugin updates. Uses a single-source-of-truth SKILL.md that is parsed and transformed into platform-native formats (plugin.json for Claude Code, config files for Codex/Gemini), ensuring behavior consistency without manual per-platform updates.
Implements GitHub Actions CI/CD pipeline that parses SKILL.md and auto-generates platform-specific configurations (plugin.json for Claude Code, Codex config, Gemini CLI config) from single source, ensuring behavior consistency across platforms without manual per-platform updates.
More scalable than maintaining separate codebases per platform because single SKILL.md drives all platforms; more reliable than manual synchronization because CI/CD automation eliminates human error.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with caveman, ranked by overlap. Discovered automatically through the match graph.
repomix
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.
Trag
Revolutionizes code linting with natural language pattern...
llmcompressor
Toolkit for LLM quantization, pruning, and distillation.
learn-claude-code
Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1
Qwen3-TTS-12Hz-1.7B-CustomVoice
text-to-speech model by undefined. 15,92,474 downloads.
llmlingua-2-xlm-roberta-large-meetingbank
token-classification model by undefined. 4,71,557 downloads.
Best For
- ✓Teams running high-volume Claude Code sessions with cost-sensitive budgets
- ✓Developers building LLM agents that need deterministic, token-efficient outputs
- ✓Organizations migrating from verbose to ultra-compressed AI communication patterns
- ✓Teams using multiple AI agent platforms (Claude Code + Codex + Gemini) simultaneously
- ✓DevOps/automation engineers setting up caveman across fleet of developer machines
- ✓Open-source maintainers distributing skills across fragmented plugin ecosystems
- ✓Developers iterating on prompt engineering who need fine-grained control over compression
- ✓Teams running mixed workloads (some requiring clarity, others requiring cost optimization)
Known Limitations
- ⚠Intensity levels (Lite/Full/Ultra) are globally scoped—cannot apply different compression ratios to different conversation sections without manual toggling
- ⚠Rule engine is linguistic-pattern-based, not semantic—may over-compress domain-specific jargon if not explicitly whitelisted in SKILL.md
- âš No built-in context awareness for when compression should be disabled (e.g., user-facing documentation generation)
- âš Requires explicit activation per session; no persistent state across Claude Code instances
- ⚠SKILL.md sync workflow requires manual GitHub Actions trigger or CI/CD integration—no real-time propagation to installed instances
- ⚠Platform-specific configuration paths differ (~/.claude/settings.json vs Codex config vs Gemini CLI)—installation scripts must be maintained per OS/platform combination
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Last commit: Apr 18, 2026
About
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
Categories
Alternatives to caveman
A Vitest reporter optimized for LLM parsing with structured, concise output
Compare →A lightweight, file-backed vector database for Node.js and browsers with Pinecone-compatible filtering and hybrid BM25 search.
Compare →AI embeddings and semantic search plugin for Strapi v5 with pgvector support
Compare →Are you the builder of caveman?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →