superpowers
skills
| superpowers | skills | |
|---|---|---|
| 73 | 55 | |
| 223,236 | 149,926 | |
| 22.7% | 17.7% | |
| 9.7 | 7.1 | |
| 5 days ago | 6 days ago | |
| Shell | Python | |
| MIT License | - |
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
-
The most popular AI coding skills right now
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.
-
Loopcraft: Stop Prompting, Start Designing Loops
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
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
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)
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
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?
-
Show HN: Promptloop – create, run, and improve prompt evals from the terminal
> 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
skills
-
Best Claude Code skills in 2026: the honest list (free and paid)
Repo: github.com/anthropics/skills
-
Are Claude skills safe in 2026? What the Snyk ToxicSkills audit actually found
This last point is where most public bundles fail. Anthropic's own document skills (pdf, docx, xlsx, pptx) are source-available, not redistributable. Most paid Gumroad bundles ship them anyway. If you are a 2 to 10 person engineering team, that is a real legal exposure.
-
Claude for Small Business: 382K Day-One Buyer's Guide
Two weeks before the SMB bundle, Anthropic released Agent Skills as an open standard with a partner-built directory featuring Atlassian, Figma, Canva, Stripe, Notion, and Zapier. The anthropics/skills GitHub repository is the canonical reference.
-
What Are Claude Skills
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
Anthropic's document skills: The docx, pdf, pptx, and xlsx skills that power Claude's document editing capabilities. Open source and a great reference for writing complex skills with scripts and supporting files.
-
I Copy-Pasted the Same Prompt 47 Times Before Noticing Claude Code Has Skills
GitHub: anthropics/skills — Official skill examples
-
How I stopped Claude from cloning entire GitHub repos for a 10-line snippet
This is purely a discipline layered on existing tools. Skill. Anthropic's own mcp-builder is itself a Skill, which is a hint.
- How Fast Does Claude, Acting as a User Space IP Stack, Respond to Pings?
-
A Developer's Guide to Understanding Agent Skills: Implementing Progressive Disclosure in Google Apps Script
Today, utilizing Agent Skills has become a best practice. The ecosystem is standardizing around this concept via initiatives like skills.sh, Anthropic's Skills implementation, and Google's Skills repository. In this article, I will detail the working principles of Agent Skills and demonstrate how to implement a serverless, Gemini CLI-inspired workflow using Google Apps Script (GAS).
-
Running Claude Code and Claude Desktop on Amazon Bedrock
Claude Code supports Skills — packaged instructions that extend Claude's capabilities. Anthropic publishes an official set at github.com/anthropics/skills.
What are some alternatives?
BMAD-METHOD - Breakthrough Method for Agile Ai Driven Development
skills - real world skills, one at a time
spec-kit - 💫 Toolkit to help you get started with Spec-Driven Development
ios-simulator-skill - An IOS Simulator Skill for ClaudeCode. Use it to optimise Claude's ability to build, run and interact with your apps. I mainly use it as an xcodebuild wrapper to save context.
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.
coding-clippy