superpowers
claude-code
| superpowers | claude-code | |
|---|---|---|
| 73 | 400 | |
| 223,236 | 131,775 | |
| 22.7% | 9.3% | |
| 9.7 | 9.7 | |
| 5 days ago | 5 days ago | |
| Shell | Python | |
| MIT License | GNU General Public License v3.0 or later |
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
claude-code
-
Cursor's compression isn't a bug. It's how it works.
The cleanest external evidence for how steep the cliff is comes from a single reporter on anthropics/claude-code issue #35296, opened March 17, 2026. The reporter ran 25+ transcripted sessions with Claude Opus 4.6 against a 20,000-record database and pinned down a behaviour profile by context-fill percentage:
-
Why Agents Don't Scale: It's an Engineering Problem, Not an AI Problem
I think they do scale:
-- check this bug report from AMD where they say they run fleet of 50 agents 24x7 https://github.com/anthropics/claude-code/issues/42796
-- here I am running 3 coding agents 24x5 (not yet 7 so far) https://news.ycombinator.com/item?id=48520757
I was using multi-coding agents for poc projects first, now for production research and poc second and soon plan to get to production.
-
Slightly reducing the sloppiness of AI generated front end
You really have to a) use Opus and b) use the frontend-design skill for decent results.
https://github.com/anthropics/claude-code/blob/main/plugins/...
-
AI agent runs amok in Fedora and elsewhere
agents are everywhere nowadays, one left a long pointless comment on a bug report i submitted on github. well, a bug report that an agent submitted on my behalf. agents all the way down. maybe i'm part of the problem.
https://github.com/anthropics/claude-code/issues/66085
-
Cybersecurity researchers aren't happy about the guardrails on Anthropic's Fable
https://github.com/anthropics/claude-code/issues/66780
Censored because I'm writing a paper. :)
Oh and forget learning about chemistry. Only criminals want to learn organic chemistry. :(
- Claude Desktop spins up a VM without no way of stopping it
-
All 9,300 Japanese train station, animated by the year it opened (1872–2026)
Anthropic's own frontend-design skill attempts to do that. You can install it in Claude Code, or you can tweak it to be closer to your own style:
https://github.com/anthropics/claude-code/blob/main/plugins/...
But what I find works best is to point Claude at a design system documentation website (your own company's or another public source) and tell it to use that design style. It usually does OK, and the results are usually much more in line with that style and not as Claude-y.
-
Claude Code Workflow: Best Practices That Ship Code"
Quick grounding for anyone new: Claude Code is Anthropic's official agentic coding tool — an AI coding assistant that lives in your terminal. It reads your codebase, edits files, runs commands, and integrates with your dev tools through natural language. It runs in the terminal, in VS Code/Cursor and JetBrains, in a desktop app, on the web at claude.ai/code, and in the Claude iOS app — all sharing the same engine, so your CLAUDE.md, settings, and MCP servers travel with you.
-
Skill, MCP, Plugin, or just a CLI: how I pick a Claude Code extension, lightest first
anthropics/claude-code Issue #13717 (MCP at ~49% of context)
-
Claude Desktop Request, LLM Learning Tool, and KV Cache Compression Boost
Source: https://github.com/anthropics/claude-code/issues/65697
What are some alternatives?
BMAD-METHOD - Breakthrough Method for Agile Ai Driven Development
iflow-cli - iFlow cli is a comprehensive command-line intelligence that embeds in your terminal, analyzes your repositories, does coding tasks, interprets your needs across contexts, and boosts efficiency by performing tasks from simple file operations to complex workflow automation.
spec-kit - 💫 Toolkit to help you get started with Spec-Driven Development
claude-code-router - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.
superpowers-skills - Community-editable skills for Claude Code's superpowers plugin
OpenHands - 🙌 OpenHands: AI-Driven Development