diff --git a/README.md b/README.md index 190bc37..9881016 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ # Claude Code Guide -[](https://creativecommons.org/licenses/by-sa/4.0/) -[](https://github.com/FlorianBruniaux/claude-code-ultimate-guide/stargazers) -[](https://zread.ai/FlorianBruniaux/claude-code-ultimate-guide) +
+ + --- @@ -78,13 +86,12 @@ Claude asks 2-4 questions then guides you through personalized content based on ## Why This Guide? -> Installation, agents, MCP servers, hooks, skills, and CI/CD integration—documented through several months of daily practice. A structured learning journey sharing what I've learned so far. +**The problem:** +- You scroll through awesome-lists → links, no learning path +- You read official docs → dense, no progression +- You search tutorials → scattered, outdated in weeks -**By [Florian BRUNIAUX](https://github.com/FlorianBruniaux)** | Founding Engineer [@Méthode Aristote](https://methode-aristote.fr) | [Connect on LinkedIn](https://www.linkedin.com/in/florian-bruniaux-43408b83/) - -**The Problem**: Most Claude Code resources are scattered blog posts or dense reference manuals. You're left piecing together workflows and discovering critical concepts too late. - -**This guide**: A structured learning journey with ready-to-use examples. Your mileage will vary—the goal is to save you the exploration time I've already spent. +**This guide:** Structured learning path with 87 copy-paste templates. Your mileage may vary—but this saves you the exploration time. | Traditional Docs | This Guide | |------------------|------------| @@ -93,7 +100,9 @@ Claude asks 2-4 questions then guides you through personalized content based on | Theoretical concepts | Production-ready patterns | | "Figure it out" | "Here's exactly how" | -**Reading time**: The Quick Start takes ~15 minutes. Full guide is ~3 hours but most people read by section as needed. +**By [Florian BRUNIAUX](https://github.com/FlorianBruniaux)** | Founding Engineer [@Méthode Aristote](https://methode-aristote.fr) | [Connect on LinkedIn](https://www.linkedin.com/in/florian-bruniaux-43408b83/) + +**Reading time**: Quick Start ~15 min. Full guide ~3 hours (most read by section). > **If this guide saves you hours of trial-and-error, please star it.** @@ -356,7 +365,7 @@ Weak Areas (< 75%): ``` claude-code-ultimate-guide/ ├── guide/ # 📖 Core documentation -│ ├── ultimate-guide.md # Complete reference (~9500 lines) +│ ├── ultimate-guide.md # Complete reference (~9600 lines) │ ├── cheatsheet.md # 1-page printable reference │ ├── architecture.md # How Claude Code works internally │ ├── adoption-approaches.md # Team implementation strategies