Documentation
README
/create-contract - Enterprise Contract Generation
MCP connectors
None required. This skill operates on local repo files only.
Generate a customer-specific Enterprise Service Agreement by filling in the standard template with deal-specific details.
Architecture: The template lives in legal/templates/:
enterprise-service-agreement.md- source of truth (readable, diffable)generate-docx.js- Node.js script that produces a formatted.docxfrom the template (npm install docx && node generate-docx.js)
Customer-specific contracts are generated locally and never committed to git.
Important: This produces a draft contract. All contracts must be reviewed by qualified legal counsel before signing.
Invocation
This is the opening of the README. Read the full README on GitHub.