docs: Add comprehensive feature catalog with installation commands

Create CATALOG.md containing quick reference for all Claude Code features:
- Slash commands (built-in and custom)
- Sub-agents with capabilities and tools
- Skills with auto-invocation triggers
- Plugins with component breakdowns
- MCP servers for external integrations
- Hooks for event-driven automation

Each feature includes one-command installation instructions.
Update README.md to link to the new catalog.
This commit is contained in:
Luong NGUYEN
2026-01-15 14:34:23 +01:00
parent 245272f6d4
commit 728fd1eefc
2 changed files with 373 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ This project complements [Anthropic's official documentation](https://docs.anthr
## Table of Contents
- [Why This Guide?](#why-this-guide)
- [Feature Catalog](#-feature-catalog)
- [Quick Navigation](#quick-navigation)
- [Learning Path](#-learning-path)
- [Quick Reference](#-quick-reference-choose-your-features)
@@ -60,10 +61,27 @@ This project complements [Anthropic's official documentation](https://docs.anthr
---
## Feature Catalog
**Looking for a quick reference?** Check out our comprehensive **[Feature Catalog](CATALOG.md)** for:
- All slash commands (built-in and custom) with descriptions
- Sub-agents and their capabilities
- Skills with auto-invocation triggers
- Plugins with components and installation commands
- MCP servers for external integrations
- Hooks for event-driven automation
- One-command installation for each feature
**[View Full Catalog](CATALOG.md)**
---
## Quick Navigation
| Feature | Description | Folder |
|---------|-------------|--------|
| **Feature Catalog** | Complete reference with installation commands | [CATALOG.md](CATALOG.md) |
| **Slash Commands** | User-invoked shortcuts | [01-slash-commands/](01-slash-commands/) |
| **Memory** | Persistent context | [02-memory/](02-memory/) |
| **Skills** | Reusable capabilities | [03-skills/](03-skills/) |