All skills
Skillintermediate
Awesome Claude Universe
<div align="center">
Claude Code Knowledge Pack7/10/2026
Overview
<div align="center">
Awesome Claude Universe
One repository. Official tooling, community lists, skills, MCP servers, editors, and workflow stacks — organized for discovery.
<br/>╔══════════════════════════════════════════════════════════╗
║ ║
║ 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)
<details> <summary><strong>Click to expand the complete table</strong> (local folder → upstream GitHub)</summary>
</details>
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](scripts/clon |