docs: Update README.md and CLAUDE.md for 91-multi-agent-guide skill

- Update skill count from 29 to 30
- Add multi-agent-guide to skills tables
- Add directory entry in layout section

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-29 20:17:48 +07:00
parent dc8b6b82a3
commit 7d20abe811
2 changed files with 16 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
**GitHub**: https://github.com/ourdigital/our-claude-skills **GitHub**: https://github.com/ourdigital/our-claude-skills
This is a Claude Skills collection repository containing: This is a Claude Skills collection repository containing:
- **custom-skills/**: 29 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, and Reference Curation - **custom-skills/**: 30 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, Reference Curation, and Multi-Agent Collaboration
- **example-skills/**: Reference examples from Anthropic's official skills repository - **example-skills/**: Reference examples from Anthropic's official skills repository
- **official-skills/**: Notion integration skills (3rd party) - **official-skills/**: Notion integration skills (3rd party)
- **reference/**: Skill format requirements documentation - **reference/**: Skill format requirements documentation
@@ -67,11 +67,12 @@ This is a Claude Skills collection repository containing:
| 43 | jamie-youtube-manager | YouTube SEO audit & management | "YouTube SEO", "YT optimization" | | 43 | jamie-youtube-manager | YouTube SEO audit & management | "YouTube SEO", "YT optimization" |
| 44 | jamie-youtube-subtitle-checker | YouTube subtitle validation | "check subtitles", "subtitle QA" | | 44 | jamie-youtube-subtitle-checker | YouTube subtitle validation | "check subtitles", "subtitle QA" |
### Reference Curator (90-99) ### Reference Curator & Multi-Agent (90-99)
| # | Skill | Purpose | Trigger | | # | Skill | Purpose | Trigger |
|---|-------|---------|---------| |---|-------|---------|---------|
| 90 | reference-curator | Modular skill suite for reference documentation | See sub-skills below | | 90 | reference-curator | Modular skill suite for reference documentation | See sub-skills below |
| 91 | multi-agent-guide | Multi-agent collaboration setup | "set up multi-agent", "agent guardrails" |
**Pipeline Orchestrator (Recommended):** **Pipeline Orchestrator (Recommended):**
@@ -210,6 +211,12 @@ our-claude-skills/
│ │ ├── shared/ # Config templates & MySQL schema │ │ ├── shared/ # Config templates & MySQL schema
│ │ └── install.sh # Cross-machine installer │ │ └── install.sh # Cross-machine installer
│ │ │ │
│ ├── 91-multi-agent-guide/ # Multi-agent collaboration setup
│ │ ├── SKILL.md # Main skill directive
│ │ ├── templates/ # AGENTS.md, Claude/Gemini/Codex configs
│ │ ├── scripts/ # Ownership validation
│ │ └── examples/ # Minimal setup example
│ │
│ └── 99_archive/ │ └── 99_archive/
├── example-skills/skills-main/ ├── example-skills/skills-main/

View File

@@ -2,9 +2,9 @@
> **Internal R&D Repository** - This repository is restricted for internal use only. > **Internal R&D Repository** - This repository is restricted for internal use only.
A collection of 29 custom Claude Skills for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, Notion integrations, and reference documentation curation. A collection of 30 custom Claude Skills for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, Notion integrations, reference documentation curation, and multi-agent collaboration.
## Custom Skills (29 skills) ## Custom Skills (30 skills)
### Claude Code Settings (00) ### Claude Code Settings (00)
@@ -59,13 +59,14 @@ A collection of 29 custom Claude Skills for OurDigital workflows, Jamie Plastic
| 43 | `jamie-youtube-manager` | YouTube SEO audit & management | | 43 | `jamie-youtube-manager` | YouTube SEO audit & management |
| 44 | `jamie-youtube-subtitle-checker` | YouTube subtitle validation | | 44 | `jamie-youtube-subtitle-checker` | YouTube subtitle validation |
### Reference Curator (90-99) ### Reference Curator & Multi-Agent (90-99)
| # | Skill | Purpose | | # | Skill | Purpose |
|---|-------|---------| |---|-------|---------|
| 90 | `reference-curator` | Modular skill suite (6 sub-skills) | | 90 | `reference-curator` | Modular skill suite (6 sub-skills) |
| 91 | `multi-agent-guide` | Multi-agent collaboration setup |
**Sub-skills:** `reference-discovery`, `web-crawler-orchestrator`, `content-repository`, `content-distiller`, `quality-reviewer`, `markdown-exporter` **Reference Curator Sub-skills:** `reference-discovery`, `web-crawler-orchestrator`, `content-repository`, `content-distiller`, `quality-reviewer`, `markdown-exporter`
**Installation:** `cd custom-skills/90-reference-curator && ./install.sh` **Installation:** `cd custom-skills/90-reference-curator && ./install.sh`
@@ -92,7 +93,7 @@ XX-skill-name/
``` ```
our-claude-skills/ our-claude-skills/
├── custom-skills/ # 29 custom skills for production use ├── custom-skills/ # 30 custom skills for production use
│ ├── 00-claude-code-setting/ │ ├── 00-claude-code-setting/
│ ├── 01-ourdigital-research/ │ ├── 01-ourdigital-research/
│ ├── 02-ourdigital-designer/ │ ├── 02-ourdigital-designer/
@@ -102,6 +103,7 @@ our-claude-skills/
│ ├── 31-32 (Notion tools) │ ├── 31-32 (Notion tools)
│ ├── 40-44 (Jamie clinic) │ ├── 40-44 (Jamie clinic)
│ ├── 90-reference-curator/ # Reference documentation suite │ ├── 90-reference-curator/ # Reference documentation suite
│ ├── 91-multi-agent-guide/ # Multi-agent collaboration setup
│ └── 99_archive/ │ └── 99_archive/
├── example-skills/ # Anthropic reference examples ├── example-skills/ # Anthropic reference examples
├── official-skills/ # 3rd party Notion skills ├── official-skills/ # 3rd party Notion skills