feat: Add OurDigital custom skills package (10 skills)
Complete implementation of OurDigital skills with dual-platform support (Claude Desktop + Claude Code) following standardized structure. Skills created: - 01-ourdigital-brand-guide: Brand reference & style guidelines - 02-ourdigital-blog: Korean blog drafts (blog.ourdigital.org) - 03-ourdigital-journal: English essays (journal.ourdigital.org) - 04-ourdigital-research: Research prompts & workflows - 05-ourdigital-document: Notion-to-presentation pipeline - 06-ourdigital-designer: Visual/image prompt generation - 07-ourdigital-ad-manager: Ad copywriting & keyword research - 08-ourdigital-trainer: Training materials & workshop planning - 09-ourdigital-backoffice: Quotes, proposals, cost analysis - 10-ourdigital-skill-creator: Meta skill for creating new skills Features: - YAML frontmatter with "ourdigital" or "our" prefix triggers - Standardized directory structure (code/, desktop/, shared/, docs/) - Shared environment setup (_ourdigital-shared/) - Comprehensive reference documentation - Cross-skill integration support Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
---
|
||||
title: "{제목}"
|
||||
meta_description: "{155자 이내 메타 설명}"
|
||||
slug: "{english-url-slug}"
|
||||
tags: ["{tag1}", "{tag2}", "{tag3}"]
|
||||
author: "Andrew Yim"
|
||||
date: "{YYYY-MM-DD}"
|
||||
featured_image: "{이미지 URL 또는 프롬프트}"
|
||||
---
|
||||
|
||||
# {제목}
|
||||
|
||||
{도입부: Hook으로 시작. 독자의 관심을 끄는 질문, 통계, 또는 역설로 시작한다.}
|
||||
|
||||
{Context: 주제의 배경을 설명하고, 왜 지금 이 주제가 중요한지 언급한다.}
|
||||
|
||||
{Preview: 이 글에서 다룰 핵심 내용을 암시한다.}
|
||||
|
||||
---
|
||||
|
||||
## {첫 번째 핵심 포인트 제목}
|
||||
|
||||
{주장: 명확한 포인트를 제시한다.}
|
||||
|
||||
{근거: 데이터, 사례, 또는 전문가 의견으로 뒷받침한다.}
|
||||
|
||||
> {인용문이나 통계가 있다면 여기에}
|
||||
|
||||
{함의: 이것이 독자에게 의미하는 바를 설명한다.}
|
||||
|
||||
## {두 번째 핵심 포인트 제목}
|
||||
|
||||
{주장}
|
||||
|
||||
{근거}
|
||||
|
||||
{함의}
|
||||
|
||||
## {세 번째 핵심 포인트 제목}
|
||||
|
||||
{주장}
|
||||
|
||||
{근거}
|
||||
|
||||
{함의}
|
||||
|
||||
---
|
||||
|
||||
## 마치며
|
||||
|
||||
{Summary: 핵심 내용을 1-2문장으로 요약한다.}
|
||||
|
||||
{Reflection: 더 넓은 맥락에서 이 주제가 갖는 의미를 성찰한다.}
|
||||
|
||||
{Open Question: 독자가 계속 생각할 수 있는 열린 질문으로 마무리한다.}
|
||||
|
||||
> {마지막 수사적 질문}
|
||||
|
||||
---
|
||||
|
||||
*이 글은 [OurDigital Blog](https://blog.ourdigital.org)에 게재된 콘텐츠입니다.*
|
||||
|
||||
<!--
|
||||
SEO Checklist:
|
||||
- [ ] 제목 60자 이내
|
||||
- [ ] 메타 설명 155자 이내
|
||||
- [ ] 전문용어 영문 병기
|
||||
- [ ] 수사적 질문 포함
|
||||
- [ ] 1,500-3,000자
|
||||
-->
|
||||
Reference in New Issue
Block a user