superpowers VS agentskills

Compare superpowers vs agentskills and see what are their differences.

superpowers

An agentic skills framework & software development methodology that works. (by obra)

agentskills

Specification and documentation for Agent Skills (by agentskills)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
superpowers agentskills
73 64
223,236 20,399
22.7% 16.2%
9.7 8.9
5 days ago 26 days ago
Shell Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

superpowers

Posts with mentions or reviews of superpowers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-15.
  • The most popular AI coding skills right now
    10 projects | dev.to | 15 Jun 2026
    It's crazy to me that some GitHub repos, that were just created in the last year, have more stars then some of the most popular programming frameworks out there. At the time of writing, Superpowers, is around 226,000, ahead of the Vue repo and way ahead of Next.js. A separate repo based on Andrej Karpathy's coding advice has 174,000. And they aren't even code. They're folders of markdown files that tell your AI coding agent how to write software better.
  • Superpowers for Claude, Codex etc.
    1 project | news.ycombinator.com | 13 Jun 2026
  • Loopcraft: Stop Prompting, Start Designing Loops
    4 projects | dev.to | 13 Jun 2026
    Meanwhile, the ecosystem materialized. obra/superpowers shipped a complete software development methodology built on composable skills — 1,276+ stars and growing. The cobusgreyling/loop-engineering repo cataloged patterns from Osmani and Cherny into a practical reference.
  • From Fallacies to Superpowers: Eight Agent Skills That Make AI-Assisted Development Work
    1 project | dev.to | 7 Jun 2026
    Projects like Superpowers proved that agents can follow structured methodologies — brainstorm before coding, write tests before implementation, review against specs before declaring success. The skills are mandatory workflows, not suggestions. The agent checks for relevant skills before any task.
  • Spec-Driven Development with OpenSpec
    5 projects | dev.to | 2 Jun 2026
    If you're looking for complementary skills and plugins then have a look at Addy Osmani's Agent Skills or Superpowers, both provide essential coding assistant skills like Test-Driven Development (TDD). OpenSpec provides consistency, and your workflow can evolve around it.
  • What I Got Wrong About Claude Code (And How I Fixed It)
    1 project | dev.to | 1 Jun 2026
    Before any implementation, I plan. I use the brainstorming skill from Superpowers to think through the approach, then Grill Me - a separate skill that probes for contradictions, gaps, and missing assumptions, question by question. Once I'm satisfied, I save the result as a PRD and move to writing-plans (also from Superpowers), which produces a detailed implementation plan: class names, properties, architecture, tests.
  • Spec-Driven Development: When Structure Helps and When It Becomes Tax
    5 projects | dev.to | 1 Jun 2026
    These don't replace the spec; they govern how the agent acts on it. Superpowers uses guided Q&A to clarify intent, then runs sub-agents behind a verification-before-completion gate. GSD manages context in waves for solo developers. HVE Core runs an RPI loop: Research, Plan, Implement, Review.
  • Codex app plugin integration can be better?
    1 project | news.ycombinator.com | 31 May 2026
  • Show HN: Promptloop – create, run, and improve prompt evals from the terminal
    2 projects | news.ycombinator.com | 29 May 2026
    > It would be extremely cool to be able to write one or two lines of prompt in my harness, and have a light model iterate with me a few times writing/proposing requirements, guidelines and explanations, refining the prompt until it's ready to be sent to the actual LLM.

    I feel like the vast majority of AI-using coders already do this via skills suites like Superpowers (see /superpowers:brainstorming), no? https://github.com/obra/superpowers

  • Superpowers: An Agentic Skills Framework for AI Coding Workflows
    1 project | news.ycombinator.com | 28 May 2026

agentskills

Posts with mentions or reviews of agentskills. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-09.
  • Is there such a thing as "skill" in interacting with AI?
    2 projects | news.ycombinator.com | 9 Jun 2026
    tl;dr - yes, the current term de jour is "context engineering", which ironically involves "skill" writing among other things. There is definitely a way to prompt/message them, such as asking questions or not cursing at them.

    Read Antropic blog/docs, they have among the best knowledge share. These too:

    https://agents.md

    https://agentskills.io/

  • Building AI Agents in Python
    10 projects | dev.to | 4 Jun 2026
    While tools handle actions, skills handle behavior. A skill is a reusable set of instructions or a workflow that tells an agent how to perform a specific type of task well.
  • Introducing LlamaStash: a zero-overhead, terminal-native llama.cpp launcher
    15 projects | dev.to | 2 Jun 2026
    There is also an Agent Skills bundle in the repo that teaches your coding agent to use the CLI properly. Drop it into your OpenCode, OpenClaw, or Claude Code skills directory and the agent learns to prefer --json, branch on exit codes, and read status --json before configuring an OpenAI-compatible client.
  • Skills Are the New Packages
    2 projects | dev.to | 30 May 2026
    Here's the detail that turns a nice feature into an industry shift. The skill format isn't a Hermes invention or a Nous Research lock-in. It was originally developed by Anthropic, released as an open standard, and it has since been adopted by a genuinely surprising list of tools: Claude Code, Cursor, OpenAI's Codex, Gemini CLI, GitHub Copilot, Goose, OpenHands, Letta, and a few dozen more.
  • I built agmsg so Claude Code and Codex could stop using me as a copy-paste relay
    2 projects | dev.to | 27 May 2026
    It's built as an Agent Skill, so you install it as a skill and don't touch the agent itself. It turned out better than I expected, so I open-sourced it.
  • Your Personal AI Stack Is the New Dotfiles
    1 project | dev.to | 22 May 2026
    Skills, the procedural memory layer. Anthropic's skills documentation covers the platform-native version. The open standard at agentskills.io makes skills portable across agents — Claude Code, Codex, Gemini CLI, the Hermes orchestrator from yesterday's piece. A skill captures a pattern you have already executed enough times to formalize.
  • Shopify Just Shipped a UCP CLI. It Buys Anywhere — But Only Finds Shopify.
    2 projects | dev.to | 21 May 2026
    @shopify/ucp-cli is agent-first by design. Every command takes and returns structured JSON, so a model can compose payloads and parse results without scraping human-readable output. ucp skills add installs a bundled SKILL.md — the operating manual that teaches an agent when to search versus discover, how to render totals, how to surface required disclosures, and when to hand off to a human. The full command surface mirrors the UCP shopping service:
  • What AI Tools, MCP Servers, and Skills Actually Do
    2 projects | dev.to | 19 May 2026
    Anthropic formalized the skills concept for Claude Code, and the format is now an open standard gaining adoption across AI coding tools. The refund scenario above could be expressed as in the following example:
  • What Are Claude Skills
    5 projects | dev.to | 17 May 2026
    An open standard. The format is published at agentskills.io, so the same SKILL.md file works across more than just Claude. Community marketplaces collectively list more than 4,000 skills as of May 2026. The official source remains github.com/anthropics/skills.
  • How I Cut My AI Usage by 60% and Got Better Code
    4 projects | dev.to | 14 May 2026
    They're folders of instructions, scripts, and reference materials that Claude loads on demand. They live in .claude/skills/ and follow the Agent Skills open standard, which means they work across Claude Code, Codex, Gemini CLI, Cursor, and others.

What are some alternatives?

When comparing superpowers and agentskills you can also consider the following projects:

BMAD-METHOD - Breakthrough Method for Agile Ai Driven Development

claude-night-market - 23 Claude Code plugins: TDD enforcement hooks, git/PR workflows, spec-driven development, code review, project lifecycle, fix-from-error, maintenance automation, context optimization, research, and multi-LLM delegation. 186 skills, 128 commands, 54 agents.

spec-kit - 💫 Toolkit to help you get started with Spec-Driven Development

sx - sx is a package manager for AI coding assistants

claude-code - Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

claude-plugins-official - Official, Anthropic-managed directory of high quality Claude Code Plugins.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Shell is
the 8th most popular programming language
based on number of references?