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


