Agent Skills
› SuperClaude-Org/SuperClaude_Framework
› token-efficiency
token-efficiency
GitHub启用超压缩输出模式以最大化Token效率。在上下文紧张、用户要求简洁或处理大规模操作时使用,通过精简格式和省略冗余内容降低30-50%的Token消耗。
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


