一键导入
openclaw-superpowers
openclaw-superpowers 收录了来自 rqlangley 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when implementation is complete, all tests pass, and you need to integrate the work - automatically merges to base branch, pushes to remote, and cleans up the worktree
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when writing, modifying, reviewing, or debugging any code, scripts, automations, or software projects — including small utilities and one-off scripts.
Use when executing implementation plans with independent tasks in the current session
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via git worktree
Use when you have a spec or requirements for a multi-step task, before touching code