Создание заполняемых форм в Word
★ 7.7 · productivity
officecli-word-form is a Claude Code skill that builds fillable Word forms (.docx) using four distinct OpenXML payload layers: `<w:sdt>` content controls (text, dropdown, combobox, date, picture, group), `<w:ffData>` legacy FormField checkboxes, `<w:fldChar>` complex fields (MERGEFIELD, REF, IF), and `documentProtection` to lock all non-field content as read-only. It operates independently from officecli-docx — form QA focuses on data plumbing: alias and tag integrity, items injection, protection enforcement, and field name constraints. The skill targets onboarding forms, HR intake questionnaires, contract and SOW templates, compliance checklists, survey templates, and mail-merge documents. Documents without user-fillable fields — reports, letters, memos, academic papers — are routed to officecli-docx instead.
- #word
- #docx
- #fillable-forms
- #content-controls
- #form-fields
- #officecli