diff --git a/AGENTS.md b/AGENTS.md index c9566b5..68c0779 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -148,6 +148,7 @@ Three specialized skills with clear handoff workflow: **audit → edit → valid - Brand compliance is critical - check `references/` for guidelines - Korean language content - verify encoding in scripts - Instagram/YouTube skills may need API credentials +- **42-jamie-faq-entry**: KakaoTalk Kanana chatbot Q&A entries (medical ad compliance, character limits) - **46-jamie-journal-editor**: Journal/blog articles for journal.jamie.clinic in Dr. Jung's voice - **47-jamie-marketing-editor**: Multi-channel marketing (ads, SNS, email) with compliance checker script diff --git a/CLAUDE.md b/CLAUDE.md index 851f110..767119f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 This is a Claude Skills collection repository containing: -- **custom-skills/**: 64 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, D.intelligence Agent Corps, Reference Curation, Mac Optimizer, TUI Designer, and Multi-Agent Collaboration +- **custom-skills/**: 65 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, D.intelligence Agent Corps, Reference Curation, Mac Optimizer, TUI Designer, and Multi-Agent Collaboration - **example-skills/**: Reference examples from Anthropic's official skills repository - **official-skills/**: Notion integration skills (3rd party) - **reference/**: Skill format requirements documentation @@ -71,6 +71,7 @@ This is a Claude Skills collection repository containing: |---|-------|---------|---------| | 40 | jamie-brand-editor | Branded content generation | "write Jamie blog", "Jamie content" | | 41 | jamie-brand-audit | Content review/compliance | "review content", "brand audit" | +| 42 | jamie-faq-entry | KakaoTalk Kanana chatbot Q&A entries | "카나나 답변", "Kanana Q&A", "카카오 상담 답변" | | 43 | jamie-youtube-manager | YouTube SEO audit & management | "YouTube SEO", "YT optimization" | | 44 | jamie-youtube-subtitle-checker | YouTube subtitle validation | "check subtitles", "subtitle QA" | | 45 | jamie-instagram-manager | Instagram account management | "Instagram management", "IG strategy" | @@ -232,6 +233,7 @@ our-claude-skills/ │ │ │ ├── 40-jamie-brand-editor/ │ ├── 41-jamie-brand-audit/ +│ ├── 42-jamie-faq-entry/ │ ├── 43-jamie-youtube-manager/ │ ├── 44-jamie-youtube-subtitle-checker/ │ ├── 45-jamie-instagram-manager/ diff --git a/README.md b/README.md index 28abead..c6825f8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > **Internal R&D Repository** - This repository is restricted for internal use only. -A collection of **64 custom Claude Skills** for OurDigital workflows, D.intelligence Agent Corps (9-agent business operations suite), Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, NotebookLM automation, Notion integrations, reference documentation curation, macOS system optimization, TUI wizard design, and multi-agent collaboration. +A collection of **65 custom Claude Skills** for OurDigital workflows, D.intelligence Agent Corps (9-agent business operations suite), Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, NotebookLM automation, Notion integrations, reference documentation curation, macOS system optimization, TUI wizard design, and multi-agent collaboration. ## Quick Install @@ -71,6 +71,7 @@ cd our-claude-skills/custom-skills/_ourdigital-shared |---|-------|---------| | 40 | `jamie-brand-editor` | Branded content generation | | 41 | `jamie-brand-audit` | Content review/compliance | +| 42 | `jamie-faq-entry` | KakaoTalk Kanana chatbot Q&A entries | | 43 | `jamie-youtube-manager` | YouTube SEO audit & management | | 44 | `jamie-youtube-subtitle-checker` | YouTube subtitle validation | | 45 | `jamie-instagram-manager` | Instagram account management |