Add comprehensive technical documentation explaining Claude Code internals: - NEW: guide/architecture.md (~800 lines) - Complete architecture deep-dive - Master Loop (while tool_call), Tool Arsenal, Context Management - Sub-Agent Architecture, Permission System, MCP Integration - Edit Tool mechanics, Session persistence, Philosophy comparison - 5 ASCII diagrams, source confidence tiers (Tier 1/2/3) - guide/ultimate-guide.md: Add Section 2.7 "Under the Hood" summary - guide/cheatsheet.md: Add "Under the Hood (Quick Facts)" section - machine-readable/reference.yaml: Add architecture index + deep_dive refs - Update all navigation links across repository Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| audit-prompt.md | ||
| mobile-access.md | ||
| onboarding-prompt.md | ||
| README.md | ||
Interactive Tools
Prompts and utilities for Claude Code setup and optimization.
Contents
| File | Description | Usage |
|---|---|---|
| audit-prompt.md | Comprehensive setup audit with personalized recommendations | cat audit-prompt.md | claude |
| onboarding-prompt.md | Personalized guided tour based on your profile | cat onboarding-prompt.md | claude |
| mobile-access.md | Setup guide for mobile access via ttyd + Tailscale | Step-by-step |
Quick Audit
For a fast automated scan, use the script instead:
curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/examples/scripts/audit-scan.sh | bash
Back to main README