con un clic
openclaw-superpowers
openclaw-superpowers contiene 8 skills recopiladas de rqlangley, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
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