AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Superpowers

skill-belos-street-skill-kit-superpowers · by belos-street

Comprehensive skill framework from obra/superpowers for AI-assisted development workflows, covering planning, implementation, debugging, code review, and more

— No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-belos-street-skill-kit-superpowers

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-belos-street-skill-kit-superpowers)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Superpowers? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Start: Use using-superpowers to understand skill discovery
  2. Explore: Use brainstorming for design exploration
  3. Plan: Create implementation plans with writing-plans
  4. Execute: Implement using executing-plans or subagent-driven-development
  5. Test: Follow test-driven-development practices
  6. Debug: Use systematic-debugging when issues arise
  7. Review: Request and receive code reviews
  8. Complete: Verify with verification-before-completion and finish with finishing-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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.