skills/token-efficiency/SKILL.md
Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed.
npx skillsauth add nickcrew/claude-ctx-plugin token-efficiencyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 ⏳
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
testing
Comprehensive security assessment and remediation. Use for security reviews, compliance checks, vulnerability assessments.
research
Systematic performance analysis and optimization. Use when things are slow, need optimization, or preparing for scale.
development
Complete feature development workflow from design to deployment. Use when implementing new features or functionality.