You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: rename "Quick Nav" to "Quick Navigation" throughout
Aligns with the naming convention now used on morgen-mcp and
motion-calendar-mcp READMEs. Updates the H2 header + all 24
back-to-top chip anchors (#quick-nav -> #quick-navigation).
This is a quick reference for terminal hotkeys, typing basics, launching Claude, and useful commands. **Read this before starting the steps**, especially if you're new to working in a terminal.
This step is the foundation. It installs the minimum needed to get Claude Code working on your machine.
175
175
@@ -262,7 +262,7 @@ That's it for Step 1. Continue to the [Ghostty bonus](#bonus---ghostty-terminal)
262
262
263
263
## Bonus - Ghostty Terminal
264
264
265
-
[Back to top](#quick-nav)
265
+
[Back to top](#quick-navigation)
266
266
267
267
This is optional. Everything in this setup works in any terminal app — Terminal.app, iTerm2, whatever you've got. But if you want a terminal that's noticeably faster, looks great out of the box, and lets you Cmd+Click URLs and file paths to open them instantly, Ghostty is worth the two minutes.
268
268
@@ -338,7 +338,7 @@ Full docs: [ghostty.org/docs](https://ghostty.org/docs)
338
338
339
339
## Bonus - Arc Browser
340
340
341
-
[Back to top](#quick-nav)
341
+
[Back to top](#quick-navigation)
342
342
343
343
This is optional, but if you're still using Chrome, Safari, or Firefox as your daily driver — do yourself a favor and switch to Arc. It's not just another Chromium reskin. Arc was built from scratch for people who live in their browser, and once you use it for a week you genuinely won't want to go back.
344
344
@@ -407,7 +407,7 @@ Or if you're already in a Claude session, paste this:
407
407
408
408
## Step 2 - Dev Tools
409
409
410
-
[Back to top](#quick-nav)
410
+
[Back to top](#quick-navigation)
411
411
412
412
This step installs the development tools that Claude uses when working on your projects. Things like file converters, search tools, and other utilities that make Claude more capable.
413
413
@@ -495,7 +495,7 @@ You don't need to do anything to make this work. It's already configured. Just k
495
495
496
496
## Step 3 - Ruflo + Context Hub
497
497
498
-
[Back to top](#quick-nav)
498
+
[Back to top](#quick-navigation)
499
499
500
500
This step installs Ruflo, a multi-agent swarming layer that turns Claude from a single assistant into a full team of coordinated AI agents. Each agent focuses on a particular task, work is split up, done with more attention to detail: power in numbers. It also installs Context Hub, which makes sure those agents don't hallucinate when writing code that talks to external APIs.
This step connects Claude to the productivity tools you already use. Everything here is optional — install only the tools that match your workflow. Skip what you don't use.
662
662
@@ -804,7 +804,7 @@ You now have your productivity stack connected to Claude. Ask about your schedul
804
804
805
805
## Step 7 — Second Brain (Obsidian)
806
806
807
-
[Back to top](#quick-nav)
807
+
[Back to top](#quick-navigation)
808
808
809
809
> **This step has moved.** See [lorecraft-io/2ndbrain-maxxing](https://github.com/lorecraft-io/2ndbrain-maxxing).
This step connects Claude to Telegram so you can message it from your phone. You create a bot on Telegram using @BotFather (free, takes about 2 minutes), then the script configures it locally. After setup, you can send Claude messages, photos, and files from anywhere — your phone, tablet, or any device with Telegram installed. The `ctg` command (already installed in Step 1) launches Claude with Telegram connected, and `cbraintg` does the same but also opens your 2ndBrain vault (requires [2ndbrain-maxxing](https://github.com/lorecraft-io/2ndbrain-maxxing)). This step is optional but makes Claude accessible from your pocket.
824
824
@@ -853,7 +853,7 @@ Open a new terminal and run `ctg` to launch Claude with Telegram connected. Insi
853
853
854
854
## Step 9 - Safety Check
855
855
856
-
[Back to top](#quick-nav)
856
+
[Back to top](#quick-navigation)
857
857
858
858
This step installs a security auditing skill that lets Claude scan any project for vulnerabilities. Exposed API keys, missing rate limiting, input sanitization gaps, dependency vulnerabilities, insecure configurations — the stuff that slips through code review. For MCP projects, it automatically activates 12 additional checks covering tool poisoning, prompt injection vectors, transport security, authentication, and supply chain attacks. You point Claude at a project and tell it to run a safety check. It does the rest.
859
859
@@ -905,7 +905,7 @@ Open any project in Claude and type `/safetycheck` to run a security audit. For
905
905
906
906
## Step 10 - Developer Tools
907
907
908
-
[Back to top](#quick-nav)
908
+
[Back to top](#quick-navigation)
909
909
910
910
This step is for developers who want Claude to have direct access to their GitHub repositories, issues, pull requests, and code search. It's completely optional — skip it if you don't use GitHub with Claude, and everything else still works.
911
911
@@ -945,7 +945,7 @@ Ask Claude to "list my open GitHub issues" or "create a PR on cli-maxxing" and t
945
945
946
946
## Final Step - Status Line + /gitfix
947
947
948
-
[Back to top](#quick-nav)
948
+
[Back to top](#quick-navigation)
949
949
950
950
This is the wrap-up step. It installs a custom status line that shows you what's active at a glance — your vault, MCP connection, design tools, and any running swarms, mini swarms, or hive-minds. It also installs the `/gitfix` skill.
951
951
@@ -1010,7 +1010,7 @@ Setup is complete. Head to **[You're Ready](#youre-ready)** below for your daily
1010
1010
1011
1011
## Troubleshooting
1012
1012
1013
-
[Back to top](#quick-nav)
1013
+
[Back to top](#quick-navigation)
1014
1014
1015
1015
### I ran the installer but `claude` command is not found
1016
1016
@@ -1120,7 +1120,7 @@ Or open a `cskip` session and describe the problem to Claude. It can diagnose an
1120
1120
1121
1121
## You're Ready
1122
1122
1123
-
[Back to top](#quick-nav)
1123
+
[Back to top](#quick-navigation)
1124
1124
1125
1125
### Quick MCP Check
1126
1126
@@ -1173,7 +1173,7 @@ But for day-to-day use? Just type `cbrain` and go.
1173
1173
1174
1174
## Installation Order
1175
1175
1176
-
[Back to top](#quick-nav)
1176
+
[Back to top](#quick-navigation)
1177
1177
1178
1178
Run the steps in this order:
1179
1179
@@ -1198,15 +1198,15 @@ Run the steps in this order:
1198
1198
1199
1199
## Video Tutorials *(coming soon)*
1200
1200
1201
-
[Back to top](#quick-nav)
1201
+
[Back to top](#quick-navigation)
1202
1202
1203
1203
Video walkthroughs for every step are coming soon. These will show you exactly what to do, screen by screen, so you can follow along at your own pace.
1204
1204
1205
1205
---
1206
1206
1207
1207
## Staying Up to Date
1208
1208
1209
-
[Back to top](#quick-nav)
1209
+
[Back to top](#quick-navigation)
1210
1210
1211
1211
This command re-runs every step, skips anything already installed, and picks up anything new. It covers everything in this repo as of right now. If new steps get added in the future, the update command will include them too.
1212
1212
@@ -1223,7 +1223,7 @@ Open your terminal and run `cskip` to start a Claude session, then paste the upd
1223
1223
1224
1224
## Uninstall
1225
1225
1226
-
[Back to top](#quick-nav)
1226
+
[Back to top](#quick-navigation)
1227
1227
1228
1228
If you need to remove everything installed by this setup, the uninstall script reverses all steps. It removes Claude Code, MCP servers, skills, shell aliases, dev tools, and brew packages. Your Obsidian vault and notes are never touched.
1229
1229
@@ -1254,6 +1254,6 @@ If you need to remove everything installed by this setup, the uninstall script r
1254
1254
1255
1255
## More Coming Soon
1256
1256
1257
-
[Back to top](#quick-nav)
1257
+
[Back to top](#quick-navigation)
1258
1258
1259
1259
This setup is a living project. New steps, tools, and workflows will be added as they're ready. If you have the update command above, you'll always be able to catch up with one paste.
0 commit comments