6 Claude Code GitHub Repos That Change Everything
Decision Card
Effort: A weekend — most of these install in one line via Claude Code’s /plugin marketplace (/plugin install superpowers, /plugin install everything-claude-code, etc.) or a git clone; budget an afternoon to install two or three and actually drive a real task through them.
Honest take: Useful as a shopping list of genuinely popular repos, but the video uses GitHub stars as a proxy for quality while badly misunderstanding what stars are (“177K stars, meaning people that are actually starring it to watch it”) — and it misattributes the Obsidian repo to “Compano, a design lead at Obsidian” when it’s kepano / Steph Ango, Obsidian’s CEO. It even calls a “28 stars” repo “obviously reasonable to download,” contradicting its own stars-equal-trust logic two minutes after invoking it.
Concrete next steps:
- Superpowers — adopt.
/plugin install superpowersor clone github.com/obra/superpowers; skip if you already run a spec/TDD methodology you trust (~10 min). - everything-claude-code — try.
/plugin install everything-claude-code; skip once you’ve built your own agents/skills and find most of the 48/180+ unused (~10 min). - Ruflo / claude-flow (“Roof Flow”) — skip unless you’re running multi-machine agent swarms on heavy projects; revisit at github.com/ruvnet/ruflo when you’re a power user.
- Open Design — try. Clone github.com/nexu-io/open-design; skip if you don’t build websites/decks/PDFs (~15 min).
- kepano/obsidian-skills — adopt only if you live in Obsidian; skip entirely otherwise (~5 min).
- andrej-karpathy-skills — adopt. A single CLAUDE.md of 4 sane principles; no real reason to skip if you already keep a CLAUDE.md (~5 min).
TL;DR
A marketing-channel rundown of six popular Claude Code add-on repos — Superpowers, everything-claude-code, Ruflo/claude-flow, Open Design, Obsidian skills, and Karpathy’s CLAUDE.md — with one-line install instructions for each. The repos are real and mostly worth a look, but the video’s reasoning leans almost entirely on inflated/misread star counts rather than hands-on evaluation.
Key Points
- The thesis: stacking these six repos turns Claude Code from “fancy autocomplete” into a disciplined senior engineer/designer/swarm 00:10
- Superpowers (#1 pick) is a full dev methodology — skills, agents, hooks, configs — that forces a spec conversation and red-green-refactor TDD before writing code 00:56
- Superpowers is now installable directly from Anthropic’s Claude Code plugin marketplace via
/plugin02:29 - everything-claude-code was built by an Anthropic hackathon winner and ships 48 agents, 182 skills, 68 commands, plus CVE scanning and prompt-injection blocking 05:51
- Ruflo / claude-flow (“Roof Flow”) is the advanced pick: ~100 specialized agents that self-organize into swarms with shared memory and federated comms — recommended only for power users 08:49
- Open Design is an open-source alternative to Anthropic’s Claude Design, with design skills and brand-grade design systems (Linear, Stripe, Apple, Notion) and is cheaper on subscription credits 11:44
- Obsidian skills bridges Claude Code to an Obsidian vault (wikilinks, bases, JSON Canvas, CLI) so your second brain talks to the AI — presenter attributes it to “Compano, a design lead at Obsidian” 16:15
- Karpathy skills distills Andrej Karpathy’s list of LLM coding pitfalls into one CLAUDE.md with four principles: think before coding, build the simplest thing, surgical changes, define success criteria 18:13
- Recommended adoption order for beginners: Superpowers → everything-claude-code → Open Design → Obsidian → Karpathy, with Ruflo as the eventual graduation 20:22
Notable Quotes
“Out of the box, Claude code is a good developer. Stack these six GitHub repos on top of it and it becomes a senior engineer with discipline, a designer that builds a swarm that runs your business while you sleep.”
“It’s got over 177K stars, meaning people that are actually starring it to watch it.”
“It’s got 28 stars, so it’s obviously reasonable to download.”
Verified Claims
Claim: Superpowers has crossed ~177K GitHub stars. 03:37
- github.com/obra/superpowers · Medium overview citing ~150K stars
- Verdict: Confirmed (sources put it around 150K–208K across early 2026; 177K is within range). Note the presenter’s gloss that stars = “people watching it” is wrong — stars and watchers are separate GitHub metrics.
Claim: Superpowers is now in Anthropic’s official Claude Code plugin marketplace. 02:29
- obra/superpowers-marketplace · Claude Bazaar listing
- Verdict: Confirmed (accepted into the marketplace in January 2026).
Claim: everything-claude-code was built by an Anthropic hackathon winner and ships 48 agents / 182 skills. 05:51
- github.com/affaan-m/everything-claude-code · Augment Code writeup
- Verdict: Confirmed (creator Affaan Mustafa, hackathon origins; 48 agents and 183 skills — the “182” is essentially right).
Claim: everything-claude-code has ~140K stars. 05:51
- Augment Code: “hits 163K stars” · SkillsLLM (185.9K★)
- Verdict: Disputed — 140K was an earlier snapshot; sources now report 163K–186K.
Claim: Open Design is an open-source alternative to Claude Design with ~19K stars. 13:49
- github.com/nexu-io/open-design · TechTimes: free local alternative to Claude Design
- Verdict: Confirmed on the “open-source Claude Design alternative” framing; the star count is stale (reports of 40K+ within ~two weeks of launch).
Claim: The Obsidian skills repo was “built by Compano, a design lead at Obsidian.” 16:15
- github.com/kepano/obsidian-skills · Claude Skills Hub on Steph Ango’s official skills
- Verdict: Disputed — the official repo is
kepano/obsidian-skillsby Steph Ango (kepano), the CEO of Obsidian (“Compano” is a mis-transcription of “kepano,” and he’s CEO, not “a design lead”). The “28 stars” figure also undersells a repo from the Obsidian CEO.
Claim: Karpathy’s coding pitfalls were turned into a single CLAUDE.md with four principles. 18:13
- github.com/multica-ai/andrej-karpathy-skills · Luca Berton: the 4 rules
- Verdict: Confirmed — four principles (Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution); author handle “forrestchang” matches the video’s garbled “Far as Chung.”
Claim: Ruflo / claude-flow offers ~100 specialized agents that self-organize into swarms. 08:49
- github.com/ruvnet/ruflo · claude-flow wiki
- Verdict: Confirmed (100+ specialized agents, Queen/topology swarm coordination, shared memory, federated comms; note claude-flow has been renamed Ruflo).
Tools, Papers & Standards Mentioned
- Superpowers — agentic skills framework / dev methodology: github.com/obra/superpowers
- everything-claude-code (ECC) — agent/skill/hook toolkit: github.com/affaan-m/everything-claude-code
- Ruflo (formerly claude-flow) — multi-agent swarm orchestration: github.com/ruvnet/ruflo
- Open Design — open-source Claude Design alternative: github.com/nexu-io/open-design · open-design.ai
- obsidian-skills — official Obsidian Agent Skills: github.com/kepano/obsidian-skills
- andrej-karpathy-skills — Karpathy-derived CLAUDE.md: github.com/multica-ai/andrej-karpathy-skills
- Claude Code — Anthropic’s agentic coding CLI (the host environment for all six)
- Apache 2.0 License — Open Design’s license (referenced as “a patchy 2.0”)
- JSON Canvas — open spatial-canvas file format used by Obsidian skills: jsoncanvas.org
Follow-up Questions
- Do these repos overlap or conflict when stacked together (e.g., Superpowers’ methodology vs. ECC’s agents vs. Karpathy’s CLAUDE.md rules), and what’s the actual token-cost and context-window impact of running several at once?
- Beyond raw star counts, what’s a defensible way to evaluate a Claude Code plugin’s quality and safety — especially given ECC’s own pitch about CVE scanning and prompt-injection blocking (i.e., is supply-chain risk in skills/hooks a real concern)?
- How current are the video’s per-repo numbers, given Open Design alone jumped from ~19K to 40K+ stars and from 19→259 skills within weeks — how fast does this ecosystem churn?
Sources
- https://github.com/obra/superpowers
- https://github.com/obra/superpowers-marketplace
- https://claudebazaar.com/listings/plugins/obra-superpowers/
- https://medium.com/@anilmathewm/i-gave-claude-code-a-brain-its-called-superpowers-and-it-has-150-000-github-stars-for-a-reason-16c4074a9209
- https://github.com/affaan-m/everything-claude-code
- https://www.augmentcode.com/learn/everything-claude-code-hits-163k-stars
- https://skillsllm.com/skill/everything-claude-code
- https://github.com/ruvnet/ruflo
- https://github.com/ruvnet/claude-flow/wiki
- https://github.com/nexu-io/open-design
- https://open-design.ai/
- https://www.techtimes.com/articles/316749/20260517/open-design-free-local-alternative-claude-design-20-plan-runs-16-ai-agents.htm
- https://github.com/kepano/obsidian-skills
- https://claudeskills.info/blog/obsidian-claude-skills-guide/
- https://github.com/multica-ai/andrej-karpathy-skills
- https://lucaberton.com/blog/karpathy-claude-md-llm-coding-principles-2026/
- https://jsoncanvas.org/