docs: Add reference-curator skill suite to project documentation
Update CLAUDE.md and README.md to include the new 90-reference-curator skill suite (6 sub-skills for reference documentation curation). - Update skill count from 23 to 29 - Add Reference Curator section with sub-skills table - Update directory layout to show 90-reference-curator structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
17
README.md
17
README.md
@@ -2,9 +2,9 @@
|
||||
|
||||
> **Internal R&D Repository** - This repository is restricted for internal use only.
|
||||
|
||||
A collection of 23 custom Claude Skills for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, and Notion integrations.
|
||||
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.
|
||||
|
||||
## Custom Skills (23 skills)
|
||||
## Custom Skills (29 skills)
|
||||
|
||||
### Claude Code Settings (00)
|
||||
|
||||
@@ -59,6 +59,16 @@ A collection of 23 custom Claude Skills for OurDigital workflows, Jamie Plastic
|
||||
| 43 | `jamie-youtube-manager` | YouTube SEO audit & management |
|
||||
| 44 | `jamie-youtube-subtitle-checker` | YouTube subtitle validation |
|
||||
|
||||
### Reference Curator (90-99)
|
||||
|
||||
| # | Skill | Purpose |
|
||||
|---|-------|---------|
|
||||
| 90 | `reference-curator` | Modular skill suite (6 sub-skills) |
|
||||
|
||||
**Sub-skills:** `reference-discovery`, `web-crawler-orchestrator`, `content-repository`, `content-distiller`, `quality-reviewer`, `markdown-exporter`
|
||||
|
||||
**Installation:** `cd custom-skills/90-reference-curator && ./install.sh`
|
||||
|
||||
## Dual-Platform Architecture
|
||||
|
||||
Each skill supports both Claude Code and Claude Desktop:
|
||||
@@ -82,7 +92,7 @@ XX-skill-name/
|
||||
|
||||
```
|
||||
our-claude-skills/
|
||||
├── custom-skills/ # 23 custom skills for production use
|
||||
├── custom-skills/ # 29 custom skills for production use
|
||||
│ ├── 00-claude-code-setting/
|
||||
│ ├── 01-ourdigital-research/
|
||||
│ ├── 02-ourdigital-designer/
|
||||
@@ -91,6 +101,7 @@ our-claude-skills/
|
||||
│ ├── 20-22 (GTM/GA tools)
|
||||
│ ├── 31-32 (Notion tools)
|
||||
│ ├── 40-44 (Jamie clinic)
|
||||
│ ├── 90-reference-curator/ # Reference documentation suite
|
||||
│ └── 99_archive/
|
||||
├── example-skills/ # Anthropic reference examples
|
||||
├── official-skills/ # 3rd party Notion skills
|
||||
|
||||
Reference in New Issue
Block a user