superpowers
An agentic skills framework & software development methodology that works. (by obra)
rtk
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies (by rtk-ai)
| superpowers | rtk | |
|---|---|---|
| 71 | 38 | |
| 223,236 | 62,063 | |
| 22.7% | 41.0% | |
| 9.7 | 9.9 | |
| 3 days ago | 1 day ago | |
| Shell | Rust | |
| 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.
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-13.
-
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
-
How I Make Claude Code's 5-Hour Usage Window Last Longer on Claude Pro
I sometimes use Superpowers skills such as writing-plan and writing-spec. The Superpowers brainstorming skill stores design specs under docs/superpowers/specs/YYYY-MM-DD--design.md, and the writing-plans skill stores implementation plans under docs/superpowers/plans/YYYY-MM-DD-.md. (GitHub, GitHub)
-
How Superpowers Forces Skill Execution
obra/superpowers – GitHub
rtk
Posts with mentions or reviews of rtk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-11.
- How to save tokens/usage on your Coding Sessions (Claude, etc)
-
Ask HN: What works for cutting AI token costs?
Haven't benchmarked it, but for agentic coding e.g. Claude Code I found this useful:
https://github.com/rtk-ai/rtk
-
AI Builder Notes - Week of June 8, 2026
RTK filters and truncates shell output before the model sees it. AVB reported 2.5M tokens saved across coding agents in two weeks. [26] [27]
-
Stop Paying for Noise: Trim LLM Tokens from Both Ends of the Pipe
The numbers are stark. Across 2,927 real-world developer commands, RTK saved 10.3M tokens from 11.6M input tokens—an 89.2% reduction [Source]. The tool is not guessing; it is measuring.
-
Token Saving, and Caveman
rtk-ai/rtk (GitHub)
-
Tools I'm Using in 2026 (and what I've stopped using from 2025)
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands
-
KiroGraph: from a personal side project to community-AI-driven tool
What’s really on my mind: I’m particularly curious about what it would mean to integrate features from RTK into KiroGraph. I’m not aiming for a “one tool for everything” approach, but if I had to prioritize, this is probably what I’d focus on first (spoiler here).
- RTK: Rust Token Killer
- RTK: Como economizei 5,3 milhões de tokens sem mudar uma linha de código
-
I Used Gemma 4 as a Local Coding Agent With OpenCode. Here’s What Happened
After test it with understand project, implement new feature, testing and commit. It is good for around 30B model. I am quite interested about understanding project, codebase and testing. So I want to do further testing with random open source repo. I choose rtk repo here RTK AI. So I clone that to my local. Then I ask it a question Check this repo and explain to me how does it work. It respond to me.
What are some alternatives?
When comparing superpowers and rtk you can also consider the following projects:
BMAD-METHOD - Breakthrough Method for Agile Ai Driven Development
win98-web - A pixel-perfect JavaScript recreation of Windows 98 for browser.
spec-kit - 💫 Toolkit to help you get started with Spec-Driven Development
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.
test - Write unit and fuzz tests for Elm code.