diff --git a/README.md b/README.md index a950e37..df1edd8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This repo is the raw code only. The guides explain everything. -Shortform Guide
Setup, foundations, philosophy. Read this first. +Shorthand Guide
Setup, foundations, philosophy. Read this first. Longform Guide
Token optimization, memory persistence, evals, parallelization. @@ -462,7 +462,7 @@ These configs work for my workflow. You should: ## Links -- **Shortform Guide (Start Here):** [The Shortform Guide to Everything Claude Code](https://x.com/affaanmustafa/status/2012378465664745795) +- **Shorthand Guide (Start Here):** [The Shorthand Guide to Everything Claude Code](https://x.com/affaanmustafa/status/2012378465664745795) - **Longform Guide (Advanced):** [The Longform Guide to Everything Claude Code](https://x.com/affaanmustafa/status/2014040193557471352) - **Follow:** [@affaanmustafa](https://x.com/affaanmustafa) - **zenith.chat:** [zenith.chat](https://zenith.chat) diff --git a/the-longform-guide.md b/the-longform-guide.md index 406e540..a1d5c26 100644 --- a/the-longform-guide.md +++ b/the-longform-guide.md @@ -4,18 +4,18 @@ --- -> **Prerequisite**: This guide builds on [The Shortform Guide to Everything Claude Code](./the-shortform-guide.md). Read that first if you haven't set up skills, hooks, subagents, MCPs, and plugins. +> **Prerequisite**: This guide builds on [The Shorthand Guide to Everything Claude Code](./the-shortform-guide.md). Read that first if you haven't set up skills, hooks, subagents, MCPs, and plugins. -![Reference to Shortform Guide](./assets/images/longform/02-shortform-reference.png) -*The Shortform Guide - read it first* +![Reference to Shorthand Guide](./assets/images/longform/02-shortform-reference.png) +*The Shorthand Guide - read it first* -In the shortform guide, I covered the foundational setup: skills and commands, hooks, subagents, MCPs, plugins, and the configuration patterns that form the backbone of an effective Claude Code workflow. That was the setup guide and the base infrastructure. +In the shorthand guide, I covered the foundational setup: skills and commands, hooks, subagents, MCPs, plugins, and the configuration patterns that form the backbone of an effective Claude Code workflow. That was the setup guide and the base infrastructure. -This longform guide goes into the techniques that separate productive sessions from wasteful ones. If you haven't read the shortform guide, go back and set up your configs first. What follows assumes you have skills, agents, hooks, and MCPs already configured and working. +This longform guide goes into the techniques that separate productive sessions from wasteful ones. If you haven't read the shorthand guide, go back and set up your configs first. What follows assumes you have skills, agents, hooks, and MCPs already configured and working. The themes here: token economics, memory persistence, verification patterns, parallelization strategies, and the compound effects of building reusable workflows. These are the patterns I've refined over 10+ months of daily use that make the difference between being plagued by context rot within the first hour, versus maintaining productive sessions for hours. -Everything covered in the shortform and longform guides is available on GitHub: `github.com/affaan-m/everything-claude-code` +Everything covered in the shorthand and longform guides is available on GitHub: `github.com/affaan-m/everything-claude-code` --- diff --git a/the-shortform-guide.md b/the-shortform-guide.md index 3e8882e..0dfd5e0 100644 --- a/the-shortform-guide.md +++ b/the-shortform-guide.md @@ -1,4 +1,4 @@ -# The Shortform Guide to Everything Claude Code +# The Shorthand Guide to Everything Claude Code ![Header: Anthropic Hackathon Winner - Tips & Tricks for Claude Code](./assets/images/shortform/00-header.png)