dokkitlisted
Install: claude install-skill fysoul17/devlyn-cli
# Dokkit — One-Command Document Filling
Source folder + template → finished document. Fully automatic, iterates until perfect.
## Usage
```
/dokkit <template_path> <sources_folder>
/dokkit improve ["instruction"]
```
- `template_path`: DOCX or HWPX template file **(required)**
- `sources_folder`: Folder with source materials **(required)**
Both arguments are mandatory. If either is missing, show this error and stop:
```
Error: template과 sources 폴더를 모두 지정해주세요.
Usage: /dokkit <template.docx|hwpx> <sources_folder>
Example: /dokkit docs/사업계획서_양식.docx docs/sources/김철수/
```
<example>
/dokkit docs/사업계획서_양식.docx docs/sources/김철수/
/dokkit docs/template.hwpx docs/자료/
/dokkit improve # 전체적으로 품질 향상
/dokkit improve "이미지를 더 넣어줘" # 특정 방향으로 개선
/dokkit improve "시장분석 섹션을 더 풍부하게" # 특정 섹션 강화
</example>
## Pipeline Overview
Six phases, fully automated. Phases 3-5 loop until quality gates pass (max 3 iterations).
| # | Phase | What Happens |
|---|-------|-------------|
| 1 | **Prepare** | Parse all source files → structured data |
| 2 | **Analyze** | Detect template fields, map structure |
| 3 | **Fill** | Generate & insert content **section-by-section** |
| 4 | **Images** | Generate via Gemini, insert with **correct aspect ratio** |
| 5 | **Review** | Quality gates → auto-fix failures → re-check |
| 6 | **Export** | Compile document + PDF preview |
Progress shown as: `Phase N/6: description`
## Core Design: Section-by-Section Generation
This is