agentsclimarketplace

Token efficiency

Skill NickCrew/Claude-Cortex/skills/token-efficiency

Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed.From its SKILL.md

Install
npx -y skills add NickCrew/Claude-Cortex --skill token-efficiency

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.4 KB, 331 tokens by cl100k_base, as published. Nobody here has run it

Token Efficiency

Compressed communication for limited context windows.

Symbol System

Logic & Flow

SymbolMeaning
leads to, implies
transforms to
rollback
&and
|or
»sequence/then
therefore
because

Status

SymbolMeaning
complete/pass
failed/error
⚠️warning
🔄in progress
pending

Domains

SymbolDomain
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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.