notificacao-extrajudicial

Generate finalized extrajudicial banking notice DOCX files from DOCX templates.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/gabrielcardosodeaguiar45-oss/claude-skills-azevedolima --skill notificacao-extrajudicial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notificacao-extrajudicial
Source: https://github.com/gabrielcardosodeaguiar45-oss/claude-skills-azevedolima/tree/main/notificacao-extrajudicial
Command: npx skills add https://github.com/gabrielcardosodeaguiar45-oss/claude-skills-azevedolima --skill notificacao-extrajudicial

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires easyocr, pymupdf, python-docx, lxml, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of drafting repeated extrajudicial banking notices by generating finalized DOCX letters from DOCX templates using canonical placeholders and client/bank data.

Core Features & Use Cases

  • DOCX Notice Generation from Templates: Produces bank-specific extrajudicial notifications for multiple case “têses” (consignado não contratado, RMC, RCC, and Bradesco variants) using COM (with office logo) and SEM (neutral office) template versions.
  • Automated Placeholder Substitution: Loads _estado_cliente.json, selects the correct tese, substitutes {{PLACEHOLDERS}}, and saves the final DOCX in the target action folder.
  • Extrajudicial Dossier Assembly: Copies the correct attorney signature (OAB PDF), contract procurações, and required identity/financial evidence documents into a bank-dedicated subfolder for sending.

Quick Start

Use the notificacao-extrajudicial skill to generate an extrajudicial notice DOCX for the customer found in your batch folder by running the provided _run_notificacoes.py pipeline.

Frequently Asked Questions about notificacao-extrajudicial

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

FAQPage Schema
How do I generate extrajudicial banking notices from DOCX templates automatically?

To generate extrajudicial banking notices from DOCX templates, you use a pipeline that loads client JSON data, selects the correct banking dispute tese, substitutes canonical placeholders, and saves the final DOCX file into the corresponding action folder.

Can I preserve original formatting when substituting placeholders in a DOCX template?

Yes, you can preserve formatting during placeholder substitution by using docx run-preserving replacement. This ensures the original template styling and structure remain intact while injecting client and bank data into the finalized document.

How do I assemble an extrajudicial dossier by bank for attorney sending?

To assemble an extrajudicial dossier by bank, the system copies the correct attorney signature OAB PDF, contract procurações, and required identity or financial evidence documents into a bank-dedicated subfolder for sending.

Does this workflow support consignado não contratado and Bradesco-specific notice variants?

Yes, the workflow supports consignado não contratado, RMC, RCC, and Bradesco-specific notice variants. It handles both COM (with office logo) and SEM (neutral office) template versions for comprehensive banking dispute coverage.

Do I need Python libraries like python-docx and easyocr to run the notification generation pipeline?

Yes, you need python-docx for DOCX template manipulation and easyocr for document processing. These dependencies, along with pymupdf and lxml, enable the automated template filling and dossier assembly pipeline.

What is the best way to handle authority filtering when generating banking dispute notifications?

The best way to handle authority filtering is through controlled procuração contract numbers. The system implements deterministic template filling that filters authorities based on these contract numbers to ensure accurate legal document generation.