criar-protocolo

Generates SKILL.md protocol files through a guided interview about repetitive tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Legal professionals repeat the same procedures daily but have no way to teach an AI assistant to execute them consistently. This Skill turns an informal work routine into a written SKILL.md protocol that an AI agent can follow the same way every time, without requiring any programming knowledge. ## Core Features & Use Cases - Guided Interview: Conducts a one-question-at-a-time conversation to capture the task trigger, inputs, expected outputs, step-by-step procedure, and stop conditions. - Protocol Generation: Produces a ready-to-use SKILL.md file with proper YAML frontmatter (name and description), numbered steps, and quality rules written in plain Portuguese. - Draft Confirmation: Shows a summary of inputs, outputs, steps, and stop conditions for user approval before writing any file. - Use Case: A lawyer who repeatedly summarizes rental contracts answers the interview questions, confirms the draft, and receives a resumir-contrato protocol the AI can execute on demand. ## Quick Start Ask the assistant to help you create a protocol for a repetitive task, such as "help me create a protocol to summarize rental contracts."

Frequently Asked Questions about criar-protocolo

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

FAQPage Schema
How do I create a SKILL.md protocol without programming?▼

Start the criar-protocolo skill and answer its guided interview about your repetitive task. It asks what goes in, what comes out, the step-by-step procedure, and stop conditions, then generates the SKILL.md file for you.

What makes a good first protocol to automate?▼

Choose a boring, repetitive, well-defined task rather than an impressive one. Good examples include summarizing new document batches, building a case timeline, drafting a standard notification, or checking whether a filing cited all evidence.

Can I use the generated SKILL.md with Claude Code and Codex?▼

Yes. The generated protocol works in Claude Code via slash commands and in Codex by mentioning the protocol name or describing the task naturally. It can also be installed as a standalone skill in assistants like claude.ai.

What are stop conditions in an AI protocol?▼

Stop conditions define when the AI must pause and ask the user instead of proceeding, such as missing documents, inconsistent deadlines, or ambiguous requests. They prevent the AI from filling gaps with plausible but unverified content.

Can I edit a protocol after it is created?▼

Yes. Open the generated SKILL.md file in the skills directory and edit it directly, or run the criar-protocolo skill again to refine the procedure through a new interview.