ワンクリックで
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