Run the additive migration pass from SKILL-MIGRATION-GUIDE: generate a root SKILL.md for every skill that lacked one, copied from its desktop/SKILL.md (or code/SKILL.md), with name set to the directory name and description + body preserved verbatim. - scripts/migrate_skill_root.py: the reusable, non-destructive migrator (dry-run default). - 61 new root SKILL.md (desktop source for most; code/SKILL.md for 61/62/92). - Untouched: 16/17/95 (already had root); desktop/ and code/ packaging left intact. - All 64 root SKILL.md validate: frontmatter <=1024, kebab name, description present. Still MANUAL (no SKILL.md source — commands/README only), need hand-authored root SKILL.md: 81-mac-optimizer, 90-reference-curator, 91-multi-agent-guide, 94-dintel-bootstrap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
146 lines
3.6 KiB
Markdown
146 lines
3.6 KiB
Markdown
---
|
|
name: 02-ourdigital-blog
|
|
description: |
|
|
Korean blog draft creation for blog.ourdigital.org.
|
|
Activated with "ourdigital" keyword for blog writing tasks.
|
|
|
|
Triggers (ourdigital or our prefix):
|
|
- "ourdigital blog", "our blog"
|
|
- "ourdigital 블로그", "our 블로그"
|
|
- "ourdigital 한국어 포스트", "our 한국어 포스트"
|
|
|
|
Features:
|
|
- Blog draft generation in Korean
|
|
- SEO metadata (title, description, slug)
|
|
- Ghost CMS format output
|
|
- Brand voice compliance
|
|
version: "1.0"
|
|
author: OurDigital
|
|
environment: Desktop
|
|
---
|
|
|
|
# OurDigital Blog
|
|
|
|
Korean blog draft creation skill for blog.ourdigital.org.
|
|
|
|
## Activation
|
|
|
|
Activate with "ourdigital" or "our" prefix:
|
|
- "ourdigital 블로그 써줘" / "our 블로그 써줘"
|
|
- "ourdigital blog draft" / "our blog draft"
|
|
- "our 한국어 포스트 [주제]"
|
|
|
|
## Channel Profile
|
|
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| **URL** | blog.ourdigital.org |
|
|
| **Language** | Korean (전문용어 영문 병기) |
|
|
| **Tone** | Analytical & Personal, Educational |
|
|
| **Platform** | Ghost CMS |
|
|
| **Frequency** | 주 1-2회 |
|
|
| **Length** | 1,500-3,000자 |
|
|
|
|
## Workflow
|
|
|
|
### Phase 1: Topic Clarification
|
|
|
|
Ask clarifying questions (max 3):
|
|
|
|
1. **주제 확인**: 정확한 토픽이 무엇인가요?
|
|
2. **대상 독자**: 타겟 오디언스는? (마케터/개발자/경영진/일반)
|
|
3. **깊이 수준**: 개요 / 심층분석 / 실무가이드 중 어느 수준?
|
|
|
|
### Phase 2: Research (Optional)
|
|
|
|
If topic requires current information:
|
|
- Use `web_search` for latest trends/data
|
|
- Use `Notion:notion-search` for past research
|
|
- Reference internal documents if available
|
|
|
|
### Phase 3: Draft Generation
|
|
|
|
Generate blog draft following brand style:
|
|
|
|
**Structure:**
|
|
```
|
|
1. 도입부 (Hook + Context)
|
|
2. 본론 (3-5 핵심 포인트)
|
|
- 각 포인트: 주장 → 근거 → 함의
|
|
3. 결론 (Summary + 열린 질문)
|
|
```
|
|
|
|
**Writing Style:**
|
|
- 철학-기술 융합: 기술 분석 + 인간적 함의
|
|
- 역설 활용: 긴장/모순으로 논증 구조화
|
|
- 수사적 질문: 독자 참여 유도
|
|
- 우울한 낙관주의: 불안 인정, 절망 거부
|
|
|
|
**Language Rules:**
|
|
- 한글 기본, 전문용어는 영문 병기
|
|
- 예: "검색엔진최적화(SEO)"
|
|
- 문장: 복합문 허용, 상호연결된 개념 반영
|
|
- 단락: 관찰 → 분석 → 철학적 함의
|
|
|
|
### Phase 4: SEO Metadata
|
|
|
|
Generate metadata:
|
|
|
|
```yaml
|
|
title: [60자 이내, 키워드 포함]
|
|
meta_description: [155자 이내]
|
|
slug: [영문 URL slug]
|
|
tags: [3-5개 태그]
|
|
featured_image_prompt: [DALL-E/Midjourney 프롬프트]
|
|
```
|
|
|
|
### Phase 5: Output Format
|
|
|
|
**Markdown Output:**
|
|
```markdown
|
|
---
|
|
title: "포스트 제목"
|
|
meta_description: "메타 설명"
|
|
slug: "url-slug"
|
|
tags: ["tag1", "tag2"]
|
|
---
|
|
|
|
# 포스트 제목
|
|
|
|
[본문 내용]
|
|
|
|
---
|
|
*Originally drafted with Claude for OurDigital Blog*
|
|
```
|
|
|
|
## Ghost CMS Integration
|
|
|
|
Export options:
|
|
1. **Markdown file** → Ulysses → Ghost
|
|
2. **Direct API** → Ghost Admin API (if configured)
|
|
|
|
API endpoint: `GHOST_BLOG_URL` from environment
|
|
|
|
## Brand Compliance
|
|
|
|
Before finalizing, verify:
|
|
- [ ] 분석적 + 개인적 톤 유지
|
|
- [ ] 기술 내용에 인간적 함의 포함
|
|
- [ ] 수사적 질문으로 독자 참여
|
|
- [ ] 전문용어 영문 병기
|
|
- [ ] 1,500-3,000자 범위
|
|
|
|
## Quick Commands
|
|
|
|
| Command | Action |
|
|
|---------|--------|
|
|
| "ourdigital 블로그 [주제]" | Full workflow |
|
|
| "ourdigital blog SEO" | SEO metadata only |
|
|
| "ourdigital blog 편집" | Edit existing draft |
|
|
|
|
## References
|
|
|
|
- `shared/references/blog-style-guide.md` - Detailed writing guide
|
|
- `shared/templates/blog-template.md` - Post structure template
|
|
- `01-ourdigital-brand-guide` - Brand voice reference
|