m1-edital-parser

Extract structured contest edital data from PDFs into JSON.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Nunopdmp/mvp_ai --skill m1-edital-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: m1-edital-parser
Source: https://github.com/Nunopdmp/mvp_ai/tree/main/skills/m1-edital-parser
Command: npx skills add https://github.com/Nunopdmp/mvp_ai --skill m1-edital-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill isolates and structures essential data from contest editais (edital PDFs) to feed content production pipelines, reducing manual extraction errors and saving time for course design teams.

Core Features & Use Cases

  • Edital parsing: Extract contest data, including cargo, disciplina, and conteudo programatico, from PDFs.
  • Structured JSON output: Produce a JSON object aligning with the specified schema for downstream modules.
  • Use Case: A course designer uploads an edital PDF and selects a cargo and disciplina to automatically generate a ready-to-use curriculum plan.

Quick Start

Analyze a provided edital PDF and request extraction for a given cargo and disciplina.

Frequently Asked Questions about m1-edital-parser

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

FAQPage Schema
How do I extract structured data from a contest edital PDF?

To extract structured data from a contest edital PDF, you need a parser that isolates cargo, disciplina, and conteudo programatico while preserving numbering. This produces a JSON object consolidating concurso metadata for course production workflows.

How can I convert edital content into a JSON schema for curriculum planning?

Converting edital content into a JSON schema requires parsing PDF text and structuring cargo details and programmatic content. The output is a standardized JSON file aligning with your specified schema, ready to feed automated curriculum design pipelines.

What is the best way to automate contest metadata extraction for course design?

Automating contest metadata extraction for course design is best achieved by parsing edital PDFs to isolate cargo and disciplina data. This structured data extraction reduces manual errors and generates a ready-to-use curriculum plan JSON.

Does the edital parser preserve numbering from the original PDF document?

Yes, the edital parser preserves numbering from the original PDF document during text extraction. Maintaining original numbering ensures accurate mapping of conteudo programatico and cargo details into the final structured JSON output.

Can I use this data extraction tool for specific cargos and disciplines within an edital?

Yes, you can use this data extraction tool for specific cargos and disciplines within an edital. You simply provide the edital PDF and select your target cargo and disciplina to generate the structured JSON output.