agentsclimarketplace

Token efficiency

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

Claude Cortex

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.

One thing to look at

  • 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed.

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

Keep looking

Skills are one crate of 328,083. 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.