pipeline-minutar-pdf

pipeline-minutar-pdf is a command for Claude Code from georgemarmelstein/superjurista-dev. It costs 27 tokens per session (10,173 once invoked), scanned A, original, MIT.

Pipeline que transforma um processo judicial em PDF em materiais para redigir uma sentença. PDF é um formato de documento; o pipeline pode convertê-lo em texto, criar uma linha do tempo e reunir análise, fundamentação e resultado.

In plain words
What is it for?
Serve para converter PDFs em texto, ordenar os acontecimentos do processo, gerar relatórios e análises, preparar a fundamentação e juntar os resultados em um documento final.
Why use it?
Evita organizar manualmente um PDF extenso antes da análise e inclui verificações quando a conversão ou a geração de arquivos falha.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the TodoWrite tool.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is Bash: python .claude/skills/converter-pdf/scripts/pdf_para_txt.py \.

Part of the superjurista-dev plugin — 11 skills, 22 commands, 7 agents shipped together

Good fit Serve para converter PDFs em texto, ordenar os acontecimentos do processo, gerar relatórios e análises, preparar a fundamentação e juntar os resultados em um documento final.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/georgemarmelstein/superjurista-dev
agentmods
npx agentmods add commands/georgemarmelstein/superjurista-dev/pipeline-minutar-pdf

Made for: Claude Code.

Or install superjurista-dev, the plugin that ships this one along with the rest of its 11 skills, 22 commands, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pipeline-minutar-pdf

README.md
[![agentmods](https://agentmods.dev/badge/commands/georgemarmelstein/superjurista-dev/pipeline-minutar-pdf/github.svg)](https://agentmods.dev/commands/georgemarmelstein/superjurista-dev/pipeline-minutar-pdf)
Your own site
<a href="https://agentmods.dev/commands/georgemarmelstein/superjurista-dev/pipeline-minutar-pdf"><img src="https://agentmods.dev/badge/commands/georgemarmelstein/superjurista-dev/pipeline-minutar-pdf/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pipeline-minutar-pdf

Your own site · 80×15
<a href="https://agentmods.dev/commands/georgemarmelstein/superjurista-dev/pipeline-minutar-pdf"><img src="https://agentmods.dev/badge/commands/georgemarmelstein/superjurista-dev/pipeline-minutar-pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 10,173 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.10173
Opus 5 $0.00014 $0.05087
Sonnet 5 $0.00005 $0.02035
Haiku 4.5 $0.00003 $0.01017

Measured 11d ago against content hash cae551ebb067, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pipeline-minutar-pdf scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

scaffold/commands/pipeline-minutar-pdf.md · 920 lines

How it starts

The opening of the file, as written. The whole thing — 920 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orquestrador: Pipeline Minutar PDF v1.0

<tools_subagentes> | Tool | Função | |------|--------| | Read | Ler prompts e entradas | | Write | Salvar resultados | </tools_subagentes>

<regras_uso> - Subagentes LEEM prompts diretamente (não recebem cópia) - Orquestrador NÃO executa tarefas dos subagentes - Orquestrador NÃO lê o prompt: instrui subagente a ler via Read - Orquestrador NUNCA lê processo.txt - apenas passa CAMINHO para subagente - Orquestrador VERIFICA EXISTÊNCIA de arquivos via Bash (test -f), não Read - Cada subagente tem contexto ISOLADO (não vê conversa anterior) - Conversão de PDF é feita via script Python (não LLM) </regras_uso>

<conversao_falhou> ERRO CRÍTICO: Conversão PDF para TXT falhou. - Verificar se Tesseract está instalado - Verificar se Poppler está instalado - Tentar com flag --digital se PDF for nativo - Se falhar 2x: PARAR e informar usuário </conversao_falhou>

<output_vazio> ERRO CRÍTICO: Subagente não salvou arquivo. - Verificar se path está correto - Regenerar com prompt idêntico - Se falhar 2x: PARAR e informar usuário </output_vazio>

<sinalizador_ausente> AVISO: Sinalizador não encontrado. - Regenerar com SUFIXO DE CORREÇÃO específico - Se falhar 2x: PARAR e informar usuário </sinalizador_ausente>

<limite_tentativas> | Escopo | Limite | |--------|--------| | Por etapa | 2 tentativas | | Total no pipeline | 14 tentativas (7 etapas x 2) | </limite_tentativas>

<rastreamento_progresso> <regra_ouro> | Quem | Pode usar TodoWrite? | |------|---------------------| | Orquestrador (contexto principal) | SIM - gerencia todo o progresso | | Subagentes (Task tool) | NÃO - apenas retornam resultado | </regra_ouro>

<quando_atualizar> | Momento | Ação | |---------|------| | Início do pipeline | Criar TodoWrite com TODAS as etapas (status: pending) | | Antes de disparar etapa | Marcar etapa como in_progress | | Após validar output | Marcar etapa como completed | | Se falhar 2x | Manter in_progress e PARAR | </quando_atualizar>

Read the full file on GitHub · 920 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 920 lines · 27 tokens per session scan A cae551ebb067

Subscribe to this mod's changes

pipeline-minutar-pdf is a command published in the GitHub repository georgemarmelstein/superjurista-dev (22 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 10,173 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.