From 0d438dd042b991402b9320df2f7c454ae584cc2b Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Thu, 22 Jan 2026 22:29:06 -0800 Subject: [PATCH] style: side-by-side guide layout matching profile README --- README.md | 45 ++++++++++++++++++--------------------------- 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 6c7bf1d..81cb583 100644 --- a/README.md +++ b/README.md @@ -16,23 +16,24 @@ Production-ready agents, skills, hooks, commands, rules, and MCP configurations This repo is the raw code only. The guides explain everything. -### Start Here: The Shorthand Guide - -image - -**[The Shorthand Guide to Everything Claude Code](https://x.com/affaanmustafa/status/2012378465664745795)** - -The foundation - what each config type does, how to structure your setup, context window management, and the philosophy behind these configs. **Read this first.** - ---- - -### Then: The Longform Guide - -image - -**[The Longform Guide to Everything Claude Code](https://x.com/affaanmustafa/status/2014040193557471352)** - -The advanced techniques - token optimization, memory persistence across sessions, verification loops & evals, parallelization strategies, subagent orchestration, and continuous learning. Everything in this guide has working code in this repo. + + + + + + + + + +
+ +The Shorthand Guide to Everything Claude Code + + + +The Longform Guide to Everything Claude Code + +
Shorthand Guide
Setup, foundations, philosophy. Read this first.
Longform Guide
Token optimization, memory persistence, evals, parallelization.
| Topic | What You'll Learn | |-------|-------------------| @@ -43,7 +44,6 @@ The advanced techniques - token optimization, memory persistence across sessions | Parallelization | Git worktrees, cascade method, when to scale instances | | Subagent Orchestration | The context problem, iterative retrieval pattern | - --- ## What's Inside @@ -188,15 +188,6 @@ Copy desired MCP servers from `mcp-configs/mcp-servers.json` to your `~/.claude. --- -### Read the Guides - -Seriously, read the guides. These configs make 10x more sense with context. - -1. **[Shorthand Guide](https://x.com/affaanmustafa/status/2012378465664745795)** - Setup and foundations -2. **[Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352)** - Advanced techniques (token optimization, memory persistence, evals, parallelization) - ---- - ## Key Concepts ### Agents