- Add new 00-claude-code-setting skill for token usage optimization - Includes audit scripts for MCP servers, CLAUDE.md, and extensions - Auto-fix capability with backup for serverInstructions and frontmatter - Add YAML frontmatter to 17 command files - Target: keep baseline under 30% of 200K context limit Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
---
|
|
description: Jamie Editor command
|
|
---
|
|
|
|
# Jamie Brand Editor
|
|
|
|
Jamie Clinic content **generation** toolkit.
|
|
|
|
## Triggers
|
|
- "write Jamie blog", "제이미 콘텐츠 생성", "create Jamie content"
|
|
|
|
## Capabilities
|
|
|
|
1. **Blog Posts** - 블로그 포스팅
|
|
2. **Procedure Pages** - 시술 페이지
|
|
3. **Ad Copy** - 광고 카피
|
|
4. **Social Media** - SNS 콘텐츠
|
|
5. **Compliance Check** - Korean medical ad regulations
|
|
|
|
## Scripts
|
|
|
|
```bash
|
|
# Check content compliance
|
|
python ourdigital-custom-skills/40-jamie-brand-editor/code/scripts/compliance_checker.py \
|
|
--input draft.md
|
|
|
|
# With detailed report
|
|
python ourdigital-custom-skills/40-jamie-brand-editor/code/scripts/compliance_checker.py \
|
|
--input draft.md --verbose --output report.json
|
|
|
|
# Batch check
|
|
python ourdigital-custom-skills/40-jamie-brand-editor/code/scripts/compliance_checker.py \
|
|
--dir ./drafts --output compliance_report.json
|
|
```
|
|
|
|
## Brand Voice Requirements
|
|
|
|
| Rule | Requirement |
|
|
|------|-------------|
|
|
| 격식체 ratio | 90% (~습니다/~입니다) |
|
|
| Patient reference | "환자분" for medical contexts |
|
|
| Key descriptor | "자연스러운" (natural) |
|
|
| Tone | No exaggeration, realistic expectations |
|
|
|
|
## Compliance Rules
|
|
|
|
- ❌ No exaggerated claims
|
|
- ❌ No before/after comparison violations
|
|
- ❌ No guarantee language
|
|
- ❌ No competitor comparisons
|
|
- ✅ Proper disclosure requirements
|