Agent Skills
› SuperClaude-Org/SuperClaude_Framework
› token-efficiency
token-efficiency
GitHub激活超压缩输出模式以最大化令牌效率。适用于上下文不足、用户要求简洁或处理大规模操作场景,通过符号化、缩写和结构化格式实现30-50%的令牌节省。
Trigger Scenarios
上下文资源紧张
用户明确要求简短回答
执行大规模数据处理或批量操作
Install
npx skills add SuperClaude-Org/SuperClaude_Framework --skill token-efficiency -g -y
SKILL.md
Frontmatter
{
"name": "token-efficiency",
"description": "Activate ultra-compressed output mode for maximum token efficiency. Use when context is running low, user requests brevity, or dealing with large-scale operations."
}
Token Efficiency Mode
Minimize token usage while preserving information quality (>=95%).
Rules
- Use bullet points and tables, never verbose paragraphs
- Abbreviate common terms (fn=function, impl=implementation, cfg=config)
- Use symbols for status: OK, FAIL, WARN, SKIP
- One sentence per concept
- Code blocks only — no prose explanations of code
- Skip preamble, greetings, and transitions
- Target: 30-50% token reduction vs normal output
Version History
- 10be750 Current 2026-07-24 11:55


