← ClaudeAtlas

dokkitlisted

One-command document template filling. Put source files (회사소개서, 사업자료, 이미지 등) in a folder, provide a DOCX/HWPX template, and get a polished, complete document with AI-generated images. Auto-iterates until perfect. Supports Korean government forms: 사업계획서, 지원서, 신청서. Trigger on: "fill template", "사업계획서 작성", "문서 작성", "dokkit", "fill this form", "템플릿 채워줘", "complete this document", "fill document", "template automation", HWPX files, 한글 templates, document generation, or any task involving filling document templates with source materials. Also trigger when user drops files and asks to fill or complete a template.
fysoul17/devlyn-cli · ★ 1 · AI & Automation · score 68
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