From docx-contracts
Fills .docx templates for contracts and forms with structured data using docxtpl library and Jinja2 {{variables}}. Extracts schema via Python scripts, gathers data, handles missing fields by asking user, generates output .docx.
npx claudepluginhub artwist-polyakov/polyakov-claude-skills --plugin docx-contractsThis skill uses the workspace's default tool permissions.
Automated contract and form filling using docxtpl library.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Automated contract and form filling using docxtpl library.
Be shure, that you recieve docx file. Don't try to read it.
scripts/extract_schema.py <template.docx> to get variables list and JSON schema. Don't read file. Just launch script.scripts/fill_template.py <template.docx> <data.json> <output.docx>/mnt/user-data/outputs/ and provide download link. Please don't read output file.{{VARIABLE_NAME}}pip install docxtpl --break-system-packages