docs: update template count 108 → 113 (new rules + review-plan)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e4d9d9e825
commit
70c6c34658
2 changed files with 7 additions and 7 deletions
|
|
@ -269,7 +269,7 @@ Ce guide fait partie d'un écosystème de 4 repositories interconnectés, sépar
|
|||
|--------|---------|
|
||||
| **GitHub** | https://github.com/FlorianBruniaux/claude-code-ultimate-guide |
|
||||
| **Local** | `/Users/florianbruniaux/Sites/perso/claude-code-ultimate-guide/` |
|
||||
| **Contenu** | Guide ~19K lignes, 108 templates, workflows, architecture |
|
||||
| **Contenu** | Guide ~19K lignes, 113 templates, workflows, architecture |
|
||||
| **Audience** | Développeurs, DevOps, tech leads |
|
||||
|
||||
### 2. Claude Cowork Guide (repo dédié)
|
||||
|
|
|
|||
12
README.md
12
README.md
|
|
@ -8,7 +8,7 @@
|
|||
<a href="https://github.com/FlorianBruniaux/claude-code-ultimate-guide/stargazers"><img src="https://img.shields.io/github/stars/FlorianBruniaux/claude-code-ultimate-guide?style=for-the-badge" alt="Stars"/></a>
|
||||
<a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/Updated-Feb_16,_2026_·_v3.27.3-brightgreen?style=for-the-badge" alt="Last Update"/></a>
|
||||
<a href="./quiz/"><img src="https://img.shields.io/badge/Quiz-264_questions-orange?style=for-the-badge" alt="Quiz"/></a>
|
||||
<a href="./examples/"><img src="https://img.shields.io/badge/Templates-108-green?style=for-the-badge" alt="Templates"/></a>
|
||||
<a href="./examples/"><img src="https://img.shields.io/badge/Templates-113-green?style=for-the-badge" alt="Templates"/></a>
|
||||
<a href="./guide/security-hardening.md"><img src="https://img.shields.io/badge/🛡️_Threat_DB-18_CVEs_·_341_malicious_skills-red?style=for-the-badge" alt="Threat Database"/></a>
|
||||
</p>
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ Both guides serve different needs. Choose based on your priority.
|
|||
| **Security hardening** | Only threat database (18 CVEs) | Basic patterns only |
|
||||
| **Test understanding** | 264-question quiz | Not available |
|
||||
| **Methodologies** (TDD/SDD/BDD) | Full workflow guides | Not covered |
|
||||
| **Copy-paste ready** templates | 108 templates | 200+ templates |
|
||||
| **Copy-paste ready** templates | 113 templates | 200+ templates |
|
||||
|
||||
### Ecosystem Positioning
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ graph LR
|
|||
root[📦 Repository<br/>Root]
|
||||
|
||||
root --> guide[📖 guide/<br/>19K lines]
|
||||
root --> examples[📋 examples/<br/>108 templates]
|
||||
root --> examples[📋 examples/<br/>113 templates]
|
||||
root --> quiz[🧠 quiz/<br/>264 questions]
|
||||
root --> tools[🔧 tools/<br/>utils]
|
||||
root --> machine[🤖 machine-readable/<br/>AI index]
|
||||
|
|
@ -166,7 +166,7 @@ graph LR
|
|||
│ ├─ mcp-servers-ecosystem.md Official & community MCP servers
|
||||
│ └─ workflows/ Step-by-step guides
|
||||
│
|
||||
├─ 📋 examples/ 108 Production Templates
|
||||
├─ 📋 examples/ 113 Production Templates
|
||||
│ ├─ agents/ 6 custom AI personas
|
||||
│ ├─ commands/ 23 slash commands
|
||||
│ ├─ hooks/ 31 hooks (bash + PowerShell)
|
||||
|
|
@ -268,7 +268,7 @@ Complete guides with rationale and examples:
|
|||
|
||||
---
|
||||
|
||||
### 📚 108 Annotated Templates
|
||||
### 📚 113 Annotated Templates
|
||||
|
||||
**Outcome**: Learn patterns, not just configs.
|
||||
|
||||
|
|
@ -639,7 +639,7 @@ Use this guide critically. Experiment. Share what works for you.
|
|||
| **[Claude Code Releases](./guide/claude-code-releases.md)** | Official release history | 10 min |
|
||||
|
||||
<details>
|
||||
<summary><strong>Examples Library</strong> (108 templates)</summary>
|
||||
<summary><strong>Examples Library</strong> (113 templates)</summary>
|
||||
|
||||
**Agents** (6): [code-reviewer](./examples/agents/code-reviewer.md), [test-writer](./examples/agents/test-writer.md), [security-auditor](./examples/agents/security-auditor.md), [refactoring-specialist](./examples/agents/refactoring-specialist.md), [output-evaluator](./examples/agents/output-evaluator.md), [devops-sre](./examples/agents/devops-sre.md) ⭐
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue