6 Claude Code GitHub Repos That Change Everything

Nuno Tavares | Automated Marketer · 21m 19s · Watch on YouTube · 21 sources

Decision Card

Effort: One evening for the light items — Superpowers, Obsidian skills, and the Karpathy CLAUDE.md each install in ~5 minutes via /plugin install inside Claude Code; Everything Claude Code takes an hour to explore, and claude-flow/Ruflo is a multi-day power-user commitment.

Honest take: The video’s stats are sloppy — it credits obsidian-skills with “28 stars” (actually ~42.6K) and calls its author a “design lead at Obsidian” (kepano is Steph Ango, Obsidian’s CEO) — and it never addresses that Superpowers and Everything Claude Code overlap heavily (both ship TDD workflows, agents, and hooks), so installing both risks conflicting hooks and duplicated skills; the presenter even concedes you’ll outgrow most of ECC’s skills.

Concrete next steps:

  • Superpowers — adopt. /plugin install superpowers@claude-plugins-official in Claude Code (~5 min); read the skills list at github.com/obra/superpowers first.
  • Karpathy CLAUDE.md — adopt. Single file from github.com/multica-ai/andrej-karpathy-skills; merge its four principles into an existing CLAUDE.md (~10 min). Skip if your CLAUDE.md already encodes think-first/surgical-change rules.
  • Obsidian skills — adopt if Obsidian user. Drop kepano/obsidian-skills into the vault’s .claude folder (~10 min). Skip if you don’t use Obsidian.
  • Everything Claude Code — try. Browse the repo and cherry-pick agents/hooks rather than installing all 278 skills (~1 hr). Skip if Superpowers already covers your workflow — the overlap is large.
  • Open Design — try. github.com/nexu-io/open-design, desktop app or od mcp install claude (~30 min). Skip if you don’t produce design artifacts (sites, slides, PDFs).
  • claude-flow/Ruflo — skip for now. Repo renamed to ruvnet/ruflo; even the video says graduate to it later. Skip if you’re not running multi-agent swarms across machines.

TL;DR

The video recommends six GitHub repos to layer onto Claude Code: Superpowers (dev methodology with skills/agents/hooks), Everything Claude Code (hackathon-winner’s full config), claude-flow (agent swarms, advanced), Open Design (open-source Claude Design alternative), obsidian-skills (vault bridge), and a Karpathy-derived CLAUDE.md of four coding principles. Install order matters: Superpowers first, claude-flow last, and most install with a single /plugin install command.

Key Points

  • Core thesis: stock Claude Code is “fancy autocomplete”; six stacked repos turn it into a disciplined senior engineer. 00:02
  • Superpowers forces a conversation and written spec before any code, runs red-green-refactor TDD, dispatches parallel subagents, self-reviews, and finishes the branch. 00:58
  • Superpowers was adopted into Anthropic’s official plugin marketplace, so it installs via /plugin inside Claude Code. 02:29
  • Everything Claude Code, from an Anthropic hackathon winner, ships 48 agents, 182 skills, 68 commands, token optimization, CVE scanning, and prompt-injection blocking. 05:49
  • Both ECC and later repos are cross-harness: the same config follows you to Codex, Cursor, OpenCode, and Gemini. 06:32
  • claude-flow (“Roof Flow”) offers ~100 self-organizing swarm agents, shared cross-session memory, federated agent-to-agent comms, and 32 plugins — explicitly a graduate-to-later tool. 08:49
  • Open Design auto-detects coding-agent CLIs and bakes in brand-grade design systems (Linear, Stripe, Airbnb, Tesla, Apple, Notion) with five-dimensional self-critique. 11:47
  • Open Design is pitched as the open-source alternative to Anthropic’s viral Claude Design, and lighter on subscription credits. 13:11
  • obsidian-skills bridges Claude to Obsidian vaults — wikilinks, callouts, properties, Bases, JSON Canvas, the Obsidian CLI, and defuddle for stripping web clutter. 16:18
  • Karpathy skills condenses Andrej Karpathy’s list of LLM coding failures into one CLAUDE.md: think before coding, build the simplest thing, make surgical changes, define success criteria. 18:11

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” — 00:10

“they thought that it was so good that Anthropic decided to include it into its marketplace” — 05:01

“Anthropic’s Claude Design showed what happens when LLM stops writing prose and starts shipping design artifacts and went viral. Open Design is an open source alternative” — 13:12

Verified Claims

  1. Superpowers has “over 177K stars.” 03:37obra/superpowers now shows ~257K stars; third-party trackers logged ~170K in spring 2026 (Level Up Coding). Verdict: Confirmed (accurate at recording; since grown).

  2. Anthropic brought Superpowers into its official plugin marketplace. 02:29 — The repo’s install instructions use /plugin install superpowers@claude-plugins-official (obra/superpowers), and Anthropic maintains that directory at anthropics/claude-plugins-official. Verdict: Confirmed.

  3. Everything Claude Code’s author won the Anthropic hackathon; repo has ~140K stars with 48 agents / 182 skills / 68 commands. 05:49 — Affaan Mustafa won the Anthropic x Forum Ventures hackathon (Joe Njenga, Medium; Augment Code); the repo now shows ~212K stars and 67 agents / 278 skills / 94 commands (affaan-m/everything-claude-code). Verdict: Confirmed (counts were a point-in-time snapshot).

  4. claude-flow (“Roof Flow”) provides ~100 specialized swarm agents with shared memory and federated comms. 08:49 — The project (since renamed Ruflo) advertises “54+ specialized agents” in coordinated swarms with shared memory (ruvnet/ruflo; DEV Community). Verdict: Inconclusive — swarm/memory architecture confirmed, “100 agents” not matched by primary sources.

  5. Open Design has 13 agent CLIs, 31 design skills, 72 design systems, 19K stars, Apache 2.0. 11:47nexu-io/open-design now shows ~79.6K stars, 25+ CLIs, 100+ skills, 151 design systems, Apache-2.0 (open-design.ai). Verdict: Confirmed in kind, numbers outdated (repo grew fast; license claim exact).

  6. Open Design is an open-source alternative to Anthropic’s viral Claude Design. 13:12 — Repo describes itself as “the open-source Claude Design alternative” (nexu-io/open-design; Augment Code). Verdict: Confirmed.

  7. obsidian-skills was “built by Compano, a design lead at Obsidian” and “has 28 stars.” 16:15 — Author is kepano = Steph Ango, CEO of Obsidian, and the repo shows ~42.6K stars (kepano/obsidian-skills; Claude Skills Hub). Verdict: Disputed — both the role and the star count are wrong.

  8. A single CLAUDE.md file distills Karpathy’s LLM-coding critique into four principles. 18:11multica-ai/andrej-karpathy-skills (originally forrestchang’s repo, now redirected) contains exactly the four principles named in the video (CLAUDE.md). Verdict: Confirmed — though “Far as Chung” is a garbled rendering of forrestchang.

Tools, Papers & Standards Mentioned

Follow-up Questions

  1. Do Superpowers and Everything Claude Code hooks/skills conflict when installed together, and which one wins on overlapping triggers (TDD, code review, planning)?
  2. How much of ECC’s claimed “cuts your bill in half” token optimization survives measurement on a real project versus stock Claude Code with a lean CLAUDE.md?
  3. claude-flow’s rename to Ruflo and Rust rewrite — is the old npm/plugin install path in the video still valid, and what migration is required for existing swarm-memory state?

Sources