动手前先对齐需求和方案,批准后再写代码。Use before any creative work: clarify intent before building a feature/component/refactor/scaffold. TRIGGER: 我想做个X / 帮我加个Y / 重新设计Z / 做个功能 / ADR / 模块边界 / 语义边界 / I want to build X / add a feature / create a component / design Y / implement Z / architectural constraints.
完成功能 / 合并前自审代码,以及接收 review 反馈时理性评估(不表演式同意)。Use when completing work, before merge, or receiving review feedback. TRIGGER: review 一下 / 帮我审审 / 准备合并 / 架构约束 / ADR / 模块边界 / 语义边界 / 收到评审意见 / reviewer 说 / review this / code review / before merge / architectural conformance / got review feedback / address comments.
要固化一条持久规则、防止 AI 反复犯同一个错、或纠结某约定该写成 ADR / hook / 测试 / skill / 文档时。Use when codifying a durable rule or choosing a governance layer. TRIGGER: 加个规则 / 守门 / 防止再犯 / 写个 hook / 写个 ADR / 形成规范 / 约束 AI / 模块边界 / 语义边界 / add a rule / enforce / guard / prevent recurrence / where should this rule live / governance layer.
判断某块业务知识该不该写进文档、或文档可能和代码不同步时。Use when deciding if knowledge belongs in docs, or checking doc/code drift. TRIGGER: 该不该写文档 / 是不是重复了 / 文档和代码对不上 / 整理文档 / 文档漂移 / should this be documented / is this redundant / docs out of sync / doc drift.
开始需要和当前工作区隔离的功能开发时建隔离工作区。Use before isolated feature work. TRIGGER: 开个 worktree / 隔离工作区 / 不想弄脏当前分支 / 并行开发 / create a worktree / isolated workspace / don't touch current branch / parallel work.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
精简版方法论 skill 集。superpowers 的瘦身骨架 + 去项目化的治理理念,按需触发、无全局强制门。
description 自动按需触发(model-invoked),需要时也能 /litepowers:<name> 手动启动。writing-plans / executing-plans / subagent-driven-development / 并行 subagent 编排——慢且费 token。| Skill | 触发方式 | 作用 |
|---|---|---|
align | /litepowers:align 或自动 | 动手前澄清需求 + 2-3 方案对齐,批准后再写代码 |
systematic-debugging | 自动 | 遇 bug 先定位根因再改 |
tdd | 自动 | 先拿到失败证据,再写实现 |
verification | 自动 | 宣称"完成/通过"前先跑验证拿证据;重大改动别只验功能 |
code-review | /litepowers:code-review 或自动 | 完成/合并前自审,交叉检查 ADR / 模块边界,理性接收反馈 |
git-worktrees | 自动 | 隔离工作区,优先用原生 worktree 工具 |
writing-skills | 自动 | 写/改 skill——核心是克制,能靠记忆/CLAUDE.md 承载的别塞 skill |
decision-layering | 自动 | 一条规则该落哪层(ADR / lint-hook / skill / 文档),含语义不变量与机械守门分层 |
doc-or-not | 自动 | 文档该不该写:删掉这段读代码能不能推断出来 |
/plugin marketplace add https://github.com/cheng6563/litepowers.git
/plugin install litepowers@litepowers
/reload-plugins
本地开发测试:
claude --plugin-dir ./litepowers
改完用 /reload-plugins 热加载。
SKILL.md 是开放标准,.agents/skills 是 Codex、Cursor、Copilot、Gemini CLI、Amp 等共用的 skill 目录,所以本仓 skill 一字不用改即可跨 agent 通用。
原生安装(推荐)——用 GitHub CLI 的跨 agent skill 安装器,会注入来源元数据,之后 gh skill update 可更新:
# --agent 填目标工具:codex / claude-code / cursor ...
gh skill install cheng6563/litepowers align --agent codex --scope user
务必带
--scope user:gh skill install默认是--scope project,只在当前 repo 生效。litepowers 是通用方法论,全局装一次、所有项目可用才合理。
一次装一个(按 skill 名,9 个名见上表)。Codex 会话内也可用 $skill-installer。
手动兜底(无 gh CLI 时)——把整个 skills/ 软链成共享目录,一份内容多 agent 共用:
ln -s /abs/path/to/litepowers/skills ~/.agents/skills
本仓是基于 superpowers 5.1.0 的一次观点鲜明的重写(去项目化 / 砍 SessionStart 强制门 / 砍 plan+subagent 重型流程 / 瘦身 / brainstorming 改名 align / 加原创治理 skill),不是 fork,无 git 血缘。
上游更新不机械合并——把它当灵感源按需吸收:偶尔扫一眼 changelog,遇到值得的方法论洞察就手动提炼进对应 skill、保持精简;遇到"更多流程 / 功能 / 强制门"则忽略(那正是本仓要砍的)。基线锁在 5.1.0,将来只 diff 5.1.0 → 新版 看增量,成本极低。两者持续分叉是预期,不是落后。
MIT
npx claudepluginhub cheng6563/litepowers --plugin litepowersUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.