Revert "docs: update shorthand to shortform terminology"

This reverts commit 58a97c8a84.
This commit is contained in:
Affaan Mustafa
2026-01-29 00:11:11 -08:00
parent c3430bdc8a
commit 0c53ad88b4
3 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ This repo is the raw code only. The guides explain everything.
</td>
</tr>
<tr>
<td align="center"><b>Shortform Guide</b><br/>Setup, foundations, philosophy. <b>Read this first.</b></td>
<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>
@@ -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)

View File

@@ -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`
---

View File

@@ -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)