Skip to content
Skillv1.0.0

token-efficiency

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

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/token-efficiency/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill token-efficiency. Copyright stays with the author.

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-token-efficiency/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-token-efficiency.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-token-efficiency",
  "kind": "skill",
  "name": "token-efficiency",
  "description": "Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "compressed-communication",
      "abbreviations",
      "token",
      "efficiency",
      "token-efficiency",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/token-efficiency/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/token-efficiency/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/token-efficiency/SKILL.md"
    }
  },
  "instructions": "# Token Efficiency\n\nCompressed communication for limited context windows.\n\n## Symbol System\n\n### Logic & Flow\n| Symbol | Meaning |\n|--------|---------|\n| → | leads to, implies |\n| ⇒ | transforms to |\n| ← | rollback |\n| & | and |\n| \\| | or |\n| » | sequence/then |\n| ∴ | therefore |\n| ∵ | because |\n\n### Status\n| Symbol | Meaning |\n|--------|---------|\n| ✅ | complete/pass |\n| ❌ | failed/error |\n| ⚠️ | warning |\n| 🔄 | in progress |\n| ⏳ | pending |\n\n### Domains\n| Symbol | Domain |\n|--------|--------|\n| ⚡ | performance |\n| 🔍 | analysis |\n| 🛡️ | security |\n| 🏗️ | architecture |\n\n## Abbreviations\n- `cf",
  "cost": {
    "context_tokens": 285
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-token-efficiency/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.