organizar-caso

Organize case documents into a structured SUMARIO.md index with parties, dates, and relevance ratings.

50|17|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/emidio-trancoso/advocacia-aberta --skill organizar-caso-emidio-trancoso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: organizar-caso
Source: https://github.com/emidio-trancoso/advocacia-aberta/tree/main/.agents/skills/1.1-organizar-caso
Command: npx skills add https://github.com/emidio-trancoso/advocacia-aberta --skill organizar-caso-emidio-trancoso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Legal cases arrive as unstructured piles of PDFs, contracts, and attachments, making it hard to know what exists, who is involved, and which documents matter. This Skill reads every document in a case and produces a single SUMARIO.md file that maps the entire case. ## Core Features & Use Cases - Document Inventory and Classification: Lists all case files, classifies each by type (petition, contract, decision, receipt), origin, and date, and rates relevance from one to three stars. - Party and Timeline Extraction: Identifies people and companies with CPF/CNPJ, their roles, lawyers, key dates, and the case object, recording only what is written in the documents. - Two Operating Modes: Works on a case folder in the workspace (repository mode) or directly on files attached to the conversation (conversation mode), with an optional step to split one giant PDF of court records into separate documents. - Use Case: A lawyer receives the full court records exported from PJe as one large PDF plus client attachments. The Skill splits the PDF, reads each document, and delivers a SUMARIO.md with the parties, timeline, positions of each side, and pending tasks. ## Quick Start Organize the documents in my case folder and generate the SUMARIO.md with the index of documents, parties, and key dates.

Frequently Asked Questions about organizar-caso

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

FAQPage Schema
How do I organize legal case documents with an AI assistant?▼

Point the assistant to the case folder or attach the documents in the conversation. It reads each file, classifies type, origin, and date, rates relevance, and produces a SUMARIO.md with parties, timeline, positions, and pending tasks.

How to split a large court records PDF into separate documents?▼

In repository mode, the Skill runs a local split script on the single large PDF exported from systems like PJe or Projudi, generating one PDF per document in the same folder. This step is skipped when documents already arrive as separate files.

Can I use this with documents attached directly in the chat?▼

Yes, conversation mode works without any folder structure. The Skill reads the attached documents, applies the same classification steps, and delivers the SUMARIO.md as a downloadable file instead of writing to disk.

What file formats are supported for case document indexing?▼

Readable formats are PDF, DOCX, TXT, and MD. Audio and video files such as MP4, WEBM, M4A, and WAV are excluded and must be processed first with a separate transcription skill.

What happens with scanned PDFs or unreadable files?▼

Scanned PDFs without a text layer, corrupted files, and media files cannot be read and are reported at the end. The final confirmation lists how many documents were indexed and which ones were left out.

Does the case summary invent missing information?▼

No. An anti-hallucination rule requires recording only what is written in the documents. If a name, number, date, or value does not appear, the field is left blank rather than filled with guessed data.