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:
2026-01-31 16:50:17 +07:00
parent 7d20abe811
commit 0bc24d00b9
169 changed files with 9970 additions and 741 deletions

View File

@@ -0,0 +1,145 @@
# 견적서 Template
```markdown
---
문서번호: OD-QUOTE-YYYY-NNN
발행일: YYYY-MM-DD
유효기간: 30일
---
# 견적서
## 1. 발신/수신 정보
### 발신
| 항목 | 내용 |
|------|------|
| 상호 | OurDigital (D.intelligence) |
| 대표 | Andrew Yim |
| 연락처 | contact@ourdigital.org |
### 수신
| 항목 | 내용 |
|------|------|
| 회사명 | [고객사명] |
| 담당자 | [담당자명] |
| 연락처 | [이메일/전화] |
---
## 2. 프로젝트 개요
### 프로젝트명
[프로젝트명]
### 서비스 범위 요약
[1-2문장 요약]
---
## 3. 견적 상세
### 서비스 항목
| # | 항목 | 상세 설명 | 수량 | 단가 | 금액 |
|---|------|----------|------|------|------|
| 1 | [서비스1] | [설명] | 1 | ₩0,000,000 | ₩0,000,000 |
| 2 | [서비스2] | [설명] | 1 | ₩0,000,000 | ₩0,000,000 |
| 3 | [서비스3] | [설명] | 1 | ₩0,000,000 | ₩0,000,000 |
### 할인/조정
| 항목 | 내용 | 금액 |
|------|------|------|
| [할인 사유] | [설명] | -₩000,000 |
---
## 4. 합계
| 항목 | 금액 |
|------|------|
| 소계 | ₩0,000,000 |
| 부가세 (10%) | ₩000,000 |
| **총액** | **₩0,000,000** |
---
## 5. 결제 조건
### 결제 일정
| 시점 | 비율 | 금액 |
|------|------|------|
| 계약 시 | 50% | ₩0,000,000 |
| 완료 시 | 50% | ₩0,000,000 |
### 결제 방법
- 계좌이체: [은행] [계좌번호] [예금주]
- 세금계산서 발행
---
## 6. 프로젝트 일정
| 단계 | 기간 | 비고 |
|------|------|------|
| 착수 | Week 1 | 킥오프 미팅 |
| 진행 | Week 2-3 | 주간 리포트 |
| 완료 | Week 4 | 최종 산출물 |
예상 총 기간: [N주]
---
## 7. 포함/미포함 사항
### 포함 사항
- [포함 항목 1]
- [포함 항목 2]
- [포함 항목 3]
### 미포함 사항
- [미포함 항목 1]
- [미포함 항목 2]
- 추가 요청 사항 (별도 견적)
---
## 8. 특이사항
- [특이사항 1]
- [특이사항 2]
- 본 견적서는 발행일로부터 30일간 유효합니다.
---
## 9. 담당자
| 역할 | 이름 | 연락처 |
|------|------|--------|
| 프로젝트 매니저 | [이름] | [이메일] |
| 영업 담당 | [이름] | [이메일] |
---
**OurDigital**
*사람, 디지털, 그리고 문화*
www.ourdigital.org
```
## Usage Notes
### 필수 입력 항목
- [ ] 고객사 정보
- [ ] 서비스 항목 및 금액
- [ ] 프로젝트 일정
- [ ] 포함/미포함 사항
### 자동 계산
- 소계 = Σ(수량 × 단가)
- VAT = 소계 × 10%
- 총액 = 소계 + VAT
### 견적번호 규칙
- Format: OD-QUOTE-YYYY-NNN
- 예: OD-QUOTE-2026-001