Install
$ agentstack add skill-belos-street-skill-kit-superpowers ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Superpowers
A comprehensive skill framework for AI-assisted development workflows, integrated from obra/superpowers.
Overview
Superpowers provides a complete set of skills that guide AI agents through the entire software development lifecycle. These skills are designed to work together as an integrated workflow, from initial design exploration to final code review and completion.
Skills Included
Planning & Design
- [brainstorming](brainstorming/SKILL.md) - Design exploration before implementation
- [writing-plans](writing-plans/SKILL.md) - Implementation plan creation with bite-sized tasks
Implementation
- [executing-plans](executing-plans/SKILL.md) - Execute implementation plans with review checkpoints
- [subagent-driven-development](subagent-driven-development/SKILL.md) - Subagent-based development workflow
- [test-driven-development](test-driven-development/SKILL.md) - TDD methodology and practices
Collaboration
- [dispatching-parallel-agents](dispatching-parallel-agents/SKILL.md) - Parallel task execution for independent work
- [receiving-code-review](receiving-code-review/SKILL.md) - Handling code review feedback with technical rigor
- [requesting-code-review](requesting-code-review/SKILL.md) - Requesting and managing code reviews
Quality Assurance
- [systematic-debugging](systematic-debugging/SKILL.md) - Systematic approach to debugging
- [verification-before-completion](verification-before-completion/SKILL.md) - Pre-completion verification requirements
Workflow Management
- [finishing-a-development-branch](finishing-a-development-branch/SKILL.md) - Branch completion and integration
- [using-git-worktrees](using-git-worktrees/SKILL.md) - Git worktree management for isolation
Skill Management
- [using-superpowers](using-superpowers/SKILL.md) - Skill discovery and usage patterns
- [writing-skills](writing-skills/SKILL.md) - Creating and editing skills
Recommended Workflow
- Start: Use
using-superpowersto understand skill discovery - Explore: Use
brainstormingfor design exploration - Plan: Create implementation plans with
writing-plans - Execute: Implement using
executing-plansorsubagent-driven-development - Test: Follow
test-driven-developmentpractices - Debug: Use
systematic-debuggingwhen issues arise - Review: Request and receive code reviews
- Complete: Verify with
verification-before-completionand finish withfinishing-a-development-branch
Integration Notes
These skills are stored as a collection in the superpowers/ directory. They are designed for direct reference and integration into AI agent workflows, providing structured guidance for complex development tasks.
Each skill includes detailed instructions, checklists, and examples to ensure consistent and high-quality development practices.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: belos-street
- Source: belos-street/skill-kit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.