docs: document complete 4-repo ecosystem architecture
- Add ecosystem section to CLAUDE.md with architecture diagram - Add landing sites table to README.md ecosystem section - Add landing_sites section to reference.yaml with sync history - Document bidirectional cross-links and sync triggers - Include migration history and commit references Ecosystem: - Claude Code Guide (this repo) → devs - Claude Cowork Guide (dedicated) → knowledge workers - Code Landing (vitrine) → discovery - Cowork Landing (vitrine) → discovery Architecture: 2 source repos + 2 landing sites, synchronized Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9a29ba4e8d
commit
af6f56d618
3 changed files with 156 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -310,6 +310,17 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv
|
|||
<details>
|
||||
<summary><strong>Ecosystem & Related Resources</strong></summary>
|
||||
|
||||
**This Guide's Ecosystem** (4 interconnected repositories):
|
||||
|
||||
| Repository | Purpose | Audience |
|
||||
|------------|---------|----------|
|
||||
| **[Claude Code Guide](https://github.com/FlorianBruniaux/claude-code-ultimate-guide)** *(this repo)* | Comprehensive documentation (11K lines, 66 templates) | Developers |
|
||||
| **[Claude Cowork Guide](https://github.com/FlorianBruniaux/claude-cowork-guide)** | Non-technical usage (67 prompts, 5 workflows) | Knowledge workers |
|
||||
| **Code Landing** *(to be deployed)* | Marketing site for Claude Code guide | Discovery |
|
||||
| **Cowork Landing** *(to be deployed)* | Marketing site for Cowork guide | Discovery |
|
||||
|
||||
💡 **Architecture**: Separate repos for clear audience separation (devs vs non-devs), bidirectional cross-links for easy navigation.
|
||||
|
||||
**Complementary guides**:
|
||||
- [claude-code-templates](https://github.com/davila7/claude-code-templates) — Install templates via CLI (17k⭐)
|
||||
- [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) — Community tool library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue