docs: sync README, CLAUDE.md, AGENTS.md with latest skill changes
- Add 93-tui-designer to all doc files and directory layouts - Remove phantom 42-jamie-journal-editor (directory never existed) - Update GTM directory names: 61-gtm-manager → 61-gtm-editor, 62-gtm-guardian → 62-gtm-validator in CLAUDE.md layout - Fix skill count: README 64→62, AGENTS.md 52→62 - Add .claude/commands/ slash command definitions - Add SEO comprehensive audit gotcha notes (JHR, SLA) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
45
.claude/commands/jamie-brand-editor.md
Normal file
45
.claude/commands/jamie-brand-editor.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
description: Jamie Clinic branded content generation with medical compliance checking
|
||||
---
|
||||
|
||||
# Jamie Brand Editor
|
||||
|
||||
Content generation for Jamie Plastic Surgery Clinic following brand voice and Korean medical advertising regulations.
|
||||
|
||||
## Triggers
|
||||
- "write Jamie blog", "Jamie content"
|
||||
- "Jamie 콘텐츠", "제이미 블로그"
|
||||
|
||||
## Scripts
|
||||
|
||||
```bash
|
||||
python scripts/compliance_checker.py --input draft.md
|
||||
python scripts/compliance_checker.py --input draft.md --verbose --output report.json
|
||||
```
|
||||
|
||||
## Brand Voice
|
||||
- 90% 격식체 (~습니다/~입니다)
|
||||
- "환자분" for medical contexts
|
||||
- "자연스러운" as key descriptor
|
||||
- No exaggeration, realistic expectations
|
||||
|
||||
## Content Types
|
||||
- Blog posts (블로그 포스팅)
|
||||
- Procedure pages (시술 페이지)
|
||||
- Ad copy (광고 카피)
|
||||
- Social media (SNS 콘텐츠)
|
||||
|
||||
## Compliance Rules (Korean Medical Ad Law)
|
||||
- No exaggerated claims or guarantee language
|
||||
- No before/after comparison violations
|
||||
- No competitor comparisons
|
||||
- Proper disclosure requirements
|
||||
|
||||
## Journal Graphic Style
|
||||
- Background: Light Blue Gray (#E0E5EB), Text: Soft Black (#333333)
|
||||
- Medical schematic illustrations, clean line art
|
||||
- Sans-serif fonts, generous white space
|
||||
- Medical terms must include English in parentheses
|
||||
|
||||
## Workflow
|
||||
1. Generate content -> 2. Run compliance checker -> 3. Fix issues -> 4. Submit to jamie-brand-audit
|
||||
Reference in New Issue
Block a user