From nickcrew-claude-ctx-plugin
Provides symbols and abbreviations for compressing communication in token-limited contexts, such as full context windows, large codebases, or complex workflows.
npx claudepluginhub nickcrew/claude-cortexThis skill uses the workspace's default tool permissions.
Compressed communication for limited context windows.
Optimizes responses for token efficiency using compression levels, concise techniques, code-only outputs, and diff formats in high-volume sessions, repetitive tasks, and cost-sensitive projects.
Reduces response verbosity by eliminating redundant clauses, hedging, fillers, and ceremony while preserving grammar, articles, and technical precision. Activates on 'caveman', 'be brief' requests or long sessions.
Switches to ultra-compressed caveman mode, cutting token usage ~75% by dropping filler, articles, pleasantries while keeping technical accuracy. Trigger via 'caveman mode', 'be brief', or /caveman.
Share bugs, ideas, or general feedback.
Compressed communication for limited context windows.
| Symbol | Meaning |
|---|---|
| → | leads to, implies |
| ⇒ | transforms to |
| ← | rollback |
| & | and |
| | | or |
| » | sequence/then |
| ∴ | therefore |
| ∵ | because |
| Symbol | Meaning |
|---|---|
| ✅ | complete/pass |
| ❌ | failed/error |
| ⚠️ | warning |
| 🔄 | in progress |
| ⏳ | pending |
| Symbol | Domain |
|---|---|
| ⚡ | performance |
| 🔍 | analysis |
| 🛡️ | security |
| 🏗️ | architecture |
cfg configimpl implementationdeps dependenciesval validationperf performancesec securityerr errorStandard:
"The authentication system has a security vulnerability in the user validation function"
Compressed:
auth.js:45 → 🛡️ sec risk in user val()
Standard:
"Build completed, now running tests, then deploying"
Compressed:
build ✅ » test 🔄 » deploy ⏳