Back to catalog

everything-claude-code

by affaan-m

Pending

Complete Claude Code configuration collection - agents, skills, hooks, commands, rules, MCPs. Battle-tested configs from an Anthropic hackathon winner.

38,266stars
4,747forks
JavaScript
Added 1/23/2026
AI Agentsai-agentsanthropicclaudeclaude-codedeveloper-toolsllmmcpproductivity
Installation
# Add to your Claude Code skills
git clone https://github.com/affaan-m/everything-claude-code
README.md

Language: English | 繁體中文

Everything Claude Code

Stars License Shell TypeScript Go Markdown


<div align="center">

🌐 Language / 语言 / 語言

English | 简体中文 | 繁體中文

</div>

The complete collection of Claude Code configs from an Anthropic hackathon winner.

Production-ready agents, skills, hooks, commands, rules, and MCP configurations evolved over 10+ months of intensive daily use building real products.


The Guides

This repo is the raw code only. The guides explain everything.

<table> <tr> <td width="50%"> <a href="https://x.com/affaanmustafa/status/2012378465664745795"> <img src="https://github.com/user-attachments/assets/1a471488-59cc-425b-8345-5245c7efbcef" alt="The Shorthand Guide to Everything Claude Code" /> </a> </td> <td width="50%"> <a href="https://x.com/affaanmustafa/status/2014040193557471352"> <img src="https://github.com/user-attachments/assets/c9ca43bc-b149-427f-b551-af6840c368f0" alt="The Longform Guide to Everything Claude Code" /> </a> </td> </tr> <tr> <td align="center"><b>Shorthand Guide</b><br/>Setup, foundations, philosophy. <b>Read this first.</b></td> <td align="center"><b>Longform Guide</b><br/>Token optimization, memory persistence, evals, parallelization.</td> </tr> </table>

| Topic | What You'll Learn | |-------|-------------------| | Token Optimization | Model selection, system prompt slimming, background processes | | Memory Persistence | Hooks that save/load context across sessions automatically | | Continuous Learning | Auto-extract patterns from sessions into reusable skills | | Verification Loops | Checkpoint vs continuous evals, grader types, pass@k metrics | | Parallelization | Git worktrees, cascade method, when to scale instances | | Subagent Orchestration | The context problem, iterative retrieval pattern |


🚀 Quick Start

Get up and running in under 2 minutes:

Step 1: Install the Plugin

# Add marketplace
/plugin marketplace add affaan-m/everything-claude-code

# Install plugin
/plugin install everything-claude-code@everything-claude-code

Step 2: Install Rules (Required)

⚠️ Important: Claude Code plugins cannot distribute rules automatically. Install them manually:

# Clone the repo first
git clone https://github.com/affaan-m/everything-claude-code.git

# Copy rules (applies to all projects)
cp -r everything-claude-code/rules/* ~/.cl...