notary-deed-drafter

Generate legal deeds by assembling clauses from act models and templates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/diegogalmarini/EscriAR --skill notary-deed-drafter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notary-deed-drafter
Source: https://github.com/diegogalmarini/EscriAR/tree/main/.agent/skills/notary-deed-drafter
Command: npx skills add https://github.com/diegogalmarini/EscriAR --skill notary-deed-drafter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docxtemplater, python-docx, num2words, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of legal documents like public deeds (sales, donations, powers of attorney) by dynamically assembling clauses based on specific act types and party conditions, ensuring legal validity and adherence to notarial standards.

Core Features & Use Cases

  • Dynamic Document Assembly: Creates legal documents by combining predefined clauses and injecting specific party/act data.
  • Conditional Logic: Automatically includes or excludes clauses based on specific conditions (e.g., marital status, property type, currency).
  • Notarial Style Enforcement: Ensures adherence to strict formatting rules, including numbers in words, capitalized surnames, and correct spacing.
  • Use Case: Generate a draft of a property sale deed, ensuring all legal requirements for a married seller are met, including the correct marital consent clauses and property descriptions.

Quick Start

Use the notary-deed-drafter skill to generate a draft of a property sale deed for the provided party and property details.

Frequently Asked Questions about notary-deed-drafter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate legal document drafting for public deeds with conditional clauses?

Conditional clauses like spousal consent are handled by evaluating party conditions such as marital status or property type, automatically including or excluding specific legal provisions during the document assembly process.

Can I generate a DOCX property sale deed using python-docx and templating engines?

Notarial style enforcement is achieved by applying strict formatting rules during document generation, including converting numbers to text and capitalizing surnames for legal validity.

What is the best way to convert numbers to text in legal deed generation?

Number-to-text conversion in legal deed generation is handled using the num2words library, ensuring currency amounts and numerical values adhere to notarial formatting standards within the generated document.

Does this legal drafting approach support powers of attorney and donation deeds?

This legal drafting approach supports powers of attorney and donation deeds by reading predefined act models and dynamically assembling the required clauses based on the specified act type and party details.