obra-superpowers-pack Pass

All skills from obra/superpowers (skills/).

Rejected
90
stars
74
downloads
171
views

// Install Skill

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install Peiiii/skild/obra-superpowers-pack

Install in current project:

npx skillhub install Peiiii/skild/obra-superpowers-pack --project

skill.install.customTargetHelp

npx skillhub install Peiiii/skild/obra-superpowers-pack --target-dir /path/to/skills

Suggested path: ~/.claude/skills/obra-superpowers-pack/

AI Review

Rejected
Does not meet quality standards

Rejected — this is a package manifest, not a skill. Contains 'skillset: true' with a dependencies list pointing to obra/superpowers repo skills. The only instruction is 'skild install ./skillsets/obra-superpowers-pack'. No value as a standalone skill.

Reviewed by claude-code on 3/20/2026

SKILL.md Content

---
name: obra-superpowers-pack
description: All skills from obra/superpowers (skills/).
version: 0.1.0
skillset: true
dependencies:
  # Source: https://github.com/obra/superpowers/tree/main/skills
  - https://github.com/obra/superpowers/tree/main/skills/brainstorming
  - https://github.com/obra/superpowers/tree/main/skills/dispatching-parallel-agents
  - https://github.com/obra/superpowers/tree/main/skills/executing-plans
  - https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch
  - https://github.com/obra/superpowers/tree/main/skills/receiving-code-review
  - https://github.com/obra/superpowers/tree/main/skills/requesting-code-review
  - https://github.com/obra/superpowers/tree/main/skills/subagent-driven-development
  - https://github.com/obra/superpowers/tree/main/skills/systematic-debugging
  - https://github.com/obra/superpowers/tree/main/skills/test-driven-development
  - https://github.com/obra/superpowers/tree/main/skills/using-git-worktrees
  - https://github.com/obra/superpowers/tree/main/skills/using-superpowers
  - https://github.com/obra/superpowers/tree/main/skills/verification-before-completion
  - https://github.com/obra/superpowers/tree/main/skills/writing-plans
  - https://github.com/obra/superpowers/tree/main/skills/writing-skills
---

# obra-superpowers-pack

This Skillset bundles every skill under `obra/superpowers/tree/main/skills`.

Install:

```bash
skild install ./skillsets/obra-superpowers-pack
```

License

Declared license: MIT

MIT License

Copyright (c) 2026 Peiiii

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View the license in the source repositorythe version published there is authoritative.