style: side-by-side guide layout matching profile README

This commit is contained in:
Affaan Mustafa
2026-01-22 22:29:06 -08:00
parent 7f4f622517
commit 0d438dd042

View File

@@ -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. This repo is the raw code only. The guides explain everything.
### Start Here: The Shorthand Guide <table>
<tr>
<img width="592" height="445" alt="image" src="https://github.com/user-attachments/assets/1a471488-59cc-425b-8345-5245c7efbcef" /> <td width="50%">
<a href="https://x.com/affaanmustafa/status/2012378465664745795">
**[The Shorthand Guide to Everything Claude Code](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>
The foundation - what each config type does, how to structure your setup, context window management, and the philosophy behind these configs. **Read this first.** </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" />
### Then: The Longform Guide </a>
</td>
<img width="609" height="428" alt="image" src="https://github.com/user-attachments/assets/c9ca43bc-b149-427f-b551-af6840c368f0" /> </tr>
<tr>
**[The Longform Guide to Everything Claude Code](https://x.com/affaanmustafa/status/2014040193557471352)** <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>
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. </tr>
</table>
| Topic | What You'll Learn | | 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 | | Parallelization | Git worktrees, cascade method, when to scale instances |
| Subagent Orchestration | The context problem, iterative retrieval pattern | | Subagent Orchestration | The context problem, iterative retrieval pattern |
--- ---
## What's Inside ## 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 ## Key Concepts
### Agents ### Agents