Awesome Claude Universe
One repository. Official tooling, community lists, skills, MCP servers, editors, and workflow stacks — organized for discovery.
╔══════════════════════════════════════════════════════════╗
║ ║
║ Awesome Claude Universe ║
║ awesome-claude-universe ║
║ ║
╚══════════════════════════════════════════════════════════╝
Claude · Skills · MCP · Agents · Tools
Browse on GitHub · Open MANIFEST.tsv · Source list claude.txt
Table of contents
- At a glance
- Navigation & workflow
- What is inside
- Spotlight
- Full directory index
- How to use this repo
- Sync & scripts
- FAQ
- License & attribution
At a glance
| Metric | Value |
|---|---|
| Bundled upstream snapshots | 78 (see MANIFEST.tsv) |
| Layout | Flat — each upstream project is a top-level folder (no sources/ indirection) |
| Origin list | claude.txt — categories, descriptions, and extra “search-only” ideas |
| Deep clones | Snapshots are file trees only (nested .git removed so this stays one repo) |
Navigation & workflow
Quick links (start here)
| If you want to… | Open this folder |
|---|---|
| Read the official CLI + plugins | claude-code/ |
| Copy official examples & notebooks | anthropic-cookbook/ |
| Browse the big community index | awesome-claude-code-hesreallyhim/ |
| See reference MCP servers | servers/ |
| Pack a repo for LLM context | repomix/ |
| Inspect local Claude Code usage | ccusage/ |
| Study hooks deeply | claude-code-hooks-mastery/ |
| Compare editor integrations | continue/ · zed/ · claude-code.nvim/ |
Typical workflow
sequenceDiagram
participant You
participant List as claude.txt / README
participant Here as This repo
participant Up as Upstream GitHub
You->>List: Pick a topic
List->>Here: Find folder name / MANIFEST.tsv
You->>Here: Read & search files locally
You->>Up: Issues, releases, PRs (canonical)
How folders map to GitHub
flowchart LR
U[You] --> R[This repo root]
R --> F[Folder e.g. repomix/]
F --> GH[Upstream on GitHub]
MAN[MANIFEST.tsv] -.->|tab-separated| F
What is inside
This monorepo is a single checkout that bundles many independent projects so you can:
- Search locally across skills, hooks, docs, and examples in one place.
- Compare competing approaches (e.g. multiple
awesome-claude-code*lists). - Jump to upstream using the links in
MANIFEST.tsvor the table below.
Included themes (aligned with claude.txt):
| Theme | Examples (folder names) |
|---|---|
| Official Anthropic | claude-code, anthropic-cookbook, claude-code-action, anthropic-quickstarts |
| Curated lists | awesome-claude-code-hesreallyhim, awesome-claude-plugins, awesome-chatgpt-prompts |
| Skills & frameworks | superpowers, everything-claude-code, claude-scientific-skills, skills, skill-codex |
| Orchestration | gstack, ccpm, ralph-orchestrator, agentsys, sudocode |
| Hooks & safety | claude-code-hooks-mastery, Dippy, parry |
| MCP | servers, aws-mcp-server |
| Tools & editors | repomix, ccusage, zed, continue, aider, litellm, n8n, dify, Flowise |
| Guides & prompts | claude-code-tips, system-prompts-and-models-of-ai-tools, ralph-playbook |
Spotlight (10 hand-picked)
| # | Folder | Why open it |
|---|---|---|
| 1 | claude-code |
Official Claude Code CLI and plugins |
| 2 | anthropic-cookbook |
Official patterns and notebooks |
| 3 | servers |
Reference MCP server implementations |
| 4 | awesome-claude-code-hesreallyhim |
Large community index of Claude Code resources |
| 5 | everything-claude-code |
Broad skills + agents library |
| 6 | superpowers |
Opinionated TDD / workflow framework |
| 7 | gstack |
Garry Tan–style multi-agent “team” setup |
| 8 | repomix |
Pack repos into AI-friendly context |
| 9 | ccusage |
Token / usage insights from local logs |
| 10 | zed |
Editor with strong Claude integration story |
Full directory index (78 repositories)
How to use this repo
- Clone this repository (be aware of size — it bundles many projects).
- Open any folder at the repository root; treat it like a normal project checkout (without its own
.githistory). - Prefer upstream for issues, PRs, and releases: use the link in
MANIFEST.tsvfor the canonical project. - Search globally in your editor across folders to compare patterns (hooks, skills, MCP configs).
Example:
git clone https://github.com/Najeebullah3124/awesome-claude-universe.git
cd awesome-claude-universe
ls # each directory is one upstream snapshot
Sync & scripts
| Script | Purpose |
|---|---|
scripts/sync_from_claude_txt.py |
Parse claude.txt and emit MANIFEST.tsv (folder + URL + owner) |
scripts/clone_manifest.sh |
Shallow-clone each manifest entry into the matching folder (skips non-empty dirs) |
Regenerate the manifest after editing claude.txt:
python3 scripts/sync_from_claude_txt.py claude.txt > MANIFEST.tsv
FAQ
Why are some MANIFEST.tsv rows missing as folders?
A few upstream URLs moved, were renamed, or returned 404 when cloned. The manifest still lists the intended target so you can fix the URL and run scripts/clone_manifest.sh again.
Why does claude.txt mention more than 78 repos?
Many lines link to GitHub search, not a single repository. Only real github.com/owner/repo URLs are in the manifest.
Is this a fork of every project?
No. It is a snapshot index: one checkout, no nested .git per project. Use each project’s own repo for history and collaboration.
Will this repo stay tiny?
No. It is intentionally large. Clone with intent, or clone then delete folders you do not need.
Where did gstack come from if claude.txt says gtanczyk/gstack?
That path was not available as a normal public clone; the bundle uses garrytan/gstack as the canonical Garry Tan setup.
License & attribution
- This collection does not replace upstream licenses. Each subdirectory remains the work of its authors; retain their
LICENSEfiles and copyright notices if you redistribute or fork. - Not affiliated with Anthropic, GitHub, or the owners of bundled repositories — this is an independent mirror index for learning and discovery.
- Some files were sanitized (placeholder secrets) so the repository can pass GitHub push protection; diff against upstream if you need original fixtures.
Star history
If this saved you time, consider starring the repo and sharing the upstream projects you actually use.
Made with care for the Claude Code community.
No comments yet
Be the first to share your take.