Agent Skills
› SuperClaude-Org/SuperClaude_Framework
› token-efficiency
token-efficiency
GitHub激活超压缩输出模式,通过省略寒暄、使用缩写和符号、精简句式等方式,在保持信息质量的前提下显著降低 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


