Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add NickCrew/Claude-Cortex --skill token-efficiency --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Token Efficiency?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nickcrew-token-efficiency-claude-cortex)More formats (shields.io, HTML) on the badges page.
---
name: token-efficiency
description: Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed.
keywords:
- compressed communication
- abbreviations
- token
- efficiency
- token efficiency
---
# Token Efficiency
Compressed communication for limited context windows.
## Symbol System
### Logic & Flow
| Symbol | Meaning |
|--------|---------|
| → | leads to, implies |
| ⇒ | transforms to |
| ← | rollback |
| & | and |
| \| | or |
| » | sequence/then |
| ∴ | therefore |
| ∵ | because |
### Status
| Symbol | Meaning |
|--------|---------|
| ✅ | complete/pass |
| ❌ | failed/error |
| ⚠️ | warning |
| 🔄 | in progress |
| ⏳ | pending |
### Domains
| Symbol | Domain |
|--------|--------|
| ⚡ | performance |
| 🔍 | analysis |
| 🛡️ | security |
| 🏗️ | architecture |
## Abbreviations
- `cfg` config
- `impl` implementation
- `deps` dependencies
- `val` validation
- `perf` performance
- `sec` security
- `err` error
## Examples
**Standard:**
> "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 ⏳`
## When to Use
- Context >75% full
- Large codebase analysis
- Complex multi-step workflows
- User requests brevity
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!