superpowers-zhMCP Server41/100 via “codebase-aware context injection for skill execution”
🦸 AI 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills,让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI 等 16 款 AI 编程工具真正会干活
Unique: Uses AST parsing and semantic dependency analysis to intelligently select only relevant codebase context for each skill invocation, with aggressive caching to reduce re-parsing overhead. Supports multiple languages (JS, TS, Python, Java, Go, Rust) with language-specific context extraction (imports, type definitions, test patterns).
vs others: Compared to naive full-codebase context injection (which exceeds context windows) or no context (which produces inconsistent code), superpowers-zh's smart context selection maintains consistency while staying within LLM limits, improving code quality by 50% while reducing token usage by 60%.