byteam-commonly· 18 skills
Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document', 'onboarding form', 'HR intake', 'survey template', 'contract / SOW template', 'mail-merge template', 'compliance checklist', 'medical intake questionnaire'. Output is a single .docx where specific fields are editable and the rest is locked. This skill is INDEPENDENT, not a scene layer on docx — payload is <w:sdt> + <w:ffData> + <w:fldChar> + documentProtection, none of which docx base skill covers. Do NOT trigger for regular reports, letters, memos, academic papers, pitch decks, or any document with no user-fillable fields — route those to officecli-docx or its scene layers.
$npx -y skills add team-commonly/commonly --skill officecli-word-formInstalls into the current project.
Run `npx skills use "https://github.com/team-commonly/commonly" --skill "team-commonly/commonly/officecli-word-form"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/team-commonly/commonly" that are relevant to the current task. Run `npx skills add "https://github.com/team-commonly/commonly"` and select the relevant skills, then follow their instructions.