The five GitHub repos worth installing alongside Claude Code are obra/superpowers (plan and test before writing code), anthropics/skills (the official skills library), mattpocock/skills (fixes for common coding-agent failure modes), hesreallyhim/awesome-claude-code (the ecosystem directory), and wshobson/agents (192 ready-made agents plus 156 skills). All five are free, and together they hold more than 650,000 GitHub stars.

We build agents and automations for marketing teams on Claude Code every week, and we run our own marketing on the systems it produces. These five repos stay installed on every build machine. Below: what each one does, why it earned its slot, and the order we would install them in. If you arrived here from the Short, this is the full list, the links, and the setup order.

What are the best GitHub repos for Claude Code?

RankRepoStars*What it doesBest for
1obra/superpowers249K+Skills framework: plan, test, then codeConsistent output on real projects
2anthropics/skills159K+The official skills library from AnthropicThe starting point
3mattpocock/skills160K+Personal skills that fix coding-agent failure modesBetter habits, zero ceremony
4hesreallyhim/awesome-claude-code49K+Curated directory of the whole ecosystemFinding everything else
5wshobson/agents37K+192 agents and 156 skills in one installAn instant specialist bench

*Star counts checked against the GitHub API on July 8, 2026, rounded down. The rank is our pick order, not a star ranking: Matt Pocock's repo has in fact edged past the official library.

What are skills and agents in Claude Code?

A skill is a plain-text instruction file that teaches Claude a repeatable way to handle one kind of task. Claude reads it when the task matches. If you can write a checklist, you can read a skill.

An agent is a specialist Claude Code can hand work to: a code reviewer, a debugger, a documentation writer. Each one runs with its own focus and its own instructions.

A plugin bundles skills, agents, and commands so everything installs in one command.

None of the repos below require you to write code. Installing them is closer to copying files than programming, and every README walks through it.

1. What is Superpowers (obra/superpowers)?

249K+ stars. Our pick for the top slot.

Superpowers is Jesse Vincent's skills framework for Claude Code. Out of the box, Claude Code tends to jump straight into writing code. Superpowers changes the order of operations: brainstorm, write a plan, get sign-off, work test-first, keep notes along the way.

That sequence is why its output reads less like a quick draft and more like the work of a senior developer. The difference shows up most on multi-step projects, where ad-hoc generation drifts.

Why it is on the list: it changes every task that comes after it. Plan, then test, then code is the single biggest consistency improvement we have found for Claude Code.

Repo: github.com/obra/superpowers

2. What is in Anthropic's official skills repo (anthropics/skills)?

159K+ stars. The starting point.

This is the official skills library, maintained by Anthropic. Document creation for Word, Excel, PowerPoint and PDF, data work, and a set of enterprise workflow skills, all written the way the Claude team intends skills to be written.

Why it is on the list: it is the reference point. The skills are useful on day one, and they double as worked examples when you start writing your own.

Repo: github.com/anthropics/skills

3. What is in Matt Pocock's skills repo (mattpocock/skills)?

160K+ stars. Now ahead of the official library.

Matt Pocock is one of the best-known TypeScript educators, and this repo is his personal .claude directory published for everyone. His own description: "Skills for Real Engineers. Straight from my .claude directory."

These skills target the failure modes people actually hit with coding agents: guessing instead of checking, skipping tests, writing code nobody asked for. Installing them hands Claude better habits without any setup ceremony.

Why it is on the list: it is one experienced practitioner's tuned setup, and tuned setups transfer.

Repo: github.com/mattpocock/skills

4. What is awesome-claude-code (hesreallyhim/awesome-claude-code)?

49K+ stars. The directory.

A hand-curated list of skills, hooks, slash commands, plugins and workflows from across the Claude Code ecosystem. You do not install this one. You bookmark it, and you check it whenever you wonder whether a skill already exists for the thing you are about to build. It usually does.

Think of it as the search engine for the Claude Code ecosystem.

Why it is on the list: the ecosystem moves daily (this repo was updated the same morning we checked the numbers), and this is the one bookmark that keeps up.

Repo: github.com/hesreallyhim/awesome-claude-code

5. What is wshobson/agents?

37K+ stars. A ready-made bench.

Seth Hobson's plugin marketplace for Claude Code: 192 expert agents and 156 skills that install in one go. Debugging, documentation, code review, security. A pre-written specialist for most jobs you will meet.

Why it is on the list: breadth per minute of setup. It is the fastest way to feel what a multi-agent workflow actually does, because the bench arrives ready.

Repo: github.com/wshobson/agents

What order should you install these repos in?

The order matters less than people think, but this is the sequence we use:

  1. anthropics/skills first. It gives you the cleanest mental model of what a skill is, and the document skills are useful immediately.
  2. obra/superpowers second. It changes how every later task runs: plan, test, then code.
  3. wshobson/agents third. With the method set, add the specialist bench.
  4. mattpocock/skills fourth. The targeted fixes land better once you have watched the default behavior for a few days.
  5. hesreallyhim/awesome-claude-code is a bookmark, not an install. Go there when the first four do not cover the job.

One habit worth keeping: install one repo, work with it for a day, then add the next. When Claude's behavior changes, you want to know which repo changed it.

Are there other Claude Code repos worth a look?

Three more earn a mention. Live counts from the same July 8 check:

Any of these could take the fourth or fifth slot depending on your work. claude-flow comes up in the same conversations; we left it out because we could not verify its live numbers on this pass.

Why does a marketing AI studio care about Claude Code repos?

Because this is part of the stack under our builds. BuildWire builds AI agents and automations for marketing and growth teams: SEO audit agents, lead qualification, outreach systems, content engines. Claude Code sits in that build stack alongside n8n and HyperAgent, and repos like these are part of how a build gets reliable enough to hand over. The repos on this list are part of our own setup.

We also run our own marketing on what we build. More than 30 agents handle our content, distribution and reporting every day.

If the repetitive work eating your week is marketing rather than code, that is the conversation we have all day. See what we build or book a call.

FAQ: Claude Code repos

What is Claude Code?

Claude Code is Anthropic's command-line coding agent. You describe a task in plain language, and it reads your files, makes a plan, writes code and runs commands in your terminal. It started as a developer tool, but the skills ecosystem has made it useful well beyond developers.

Are these repos free?

Yes. All five are open source and free to use. Claude Code itself requires a paid Claude plan or API access.

Do I need to be a developer to use them?

No. Skills are plain-text files, and installing these repos is copy-paste level work that each README walks through. If you can follow a recipe, you can set these up.

What is the difference between a skill and an agent?

A skill teaches Claude a repeatable method for one kind of task. An agent is a separate specialist that work gets handed to. Skills change how Claude works. Agents change who does the work.

Do these repos work with the Claude app, or only Claude Code?

They are built for Claude Code. Anthropic's official skills also run in other Claude surfaces that support skills, so if you spend your time in the Claude desktop app, start there.

How current are the star counts?

Every count was checked against the GitHub API on July 8, 2026 and rounded down. They will have moved by the time you read this. All five are climbing.


Get breakdowns like this in your inbox. The AI Driven Marketer is a weekly newsletter on AI tools and working systems: subscribe free.

Want a system built instead? Tell us the repetitive work eating your week. We build the system that does it. Book a call.