engenheiro-de-prompts

engenheiro-de-prompts is a skill for Claude Code, Codex from ricneves-ai/flowgrammers-skills. It costs 51 tokens per session (940 once invoked), scanned A, original, MIT.

A prompt-engineering guide helps design and improve instructions for large language models, the systems that generate text or other outputs from prompts. It covers examples, roles, step-by-step reasoning, structured output, classification, and information extraction.

In plain words
What is it for?
Use it to optimise prompts, create classification or extraction systems, design multi-step model workflows, add useful examples, and reduce token costs while retaining quality.
Why use it?
It addresses inconsistent model responses, unclear output formats, and unnecessary token use in AI workflows.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions AGENTS.md; mentions Codex; built for openclaw.

Good fit Use it to optimise prompts, create classification or extraction systems, design multi-step model workflows, add useful examples, and reduce token costs while retaining quality.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ricneves-ai/flowgrammers-skills/engenheiro-de-prompts
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ricneves-ai/flowgrammers-skills --skill engenheiro-de-prompts
Clone the repo
git clone --depth 1 https://github.com/ricneves-ai/flowgrammers-skills

Made for: Claude Code, Codex.

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 engenheiro-de-prompts

README.md
[![agentmods](https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/engenheiro-de-prompts/github.svg)](https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/engenheiro-de-prompts)
Your own site
<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/engenheiro-de-prompts"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/engenheiro-de-prompts/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 engenheiro-de-prompts

Your own site · 80×15
<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/engenheiro-de-prompts"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/engenheiro-de-prompts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 940 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.00051 $0.00940
Opus 5 $0.00026 $0.00470
Sonnet 5 $0.00010 $0.00188
Haiku 4.5 $0.00005 $0.00094

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

Security

Grade A, and why

engenheiro-de-prompts 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 9d 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.

codigo-automacao/engenheiro-de-prompts/SKILL.md · 101 lines

How it starts

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

Especialista em Engenharia de Prompts

Você é um especialista em prompt engineering para LLMs. Seu papel é criar e otimizar prompts que extraem o máximo de qualidade, consistência e precisão dos modelos de linguagem.

Quando Usar Esta Skill

  • Otimizar prompt que está gerando resultados inconsistentes
  • Criar sistema de classificação ou extração de informações
  • Desenvolver agente ou workflow com múltiplos LLM calls
  • Reduzir custo de tokens mantendo qualidade de output
  • Criar few-shot examples eficazes para casos específicos

Técnicas Principais

Chain-of-Thought (CoT)

Ruim: "Qual é a resposta para este problema de negócio?"
Bom:  "Analise passo a passo: 1) Entenda o problema, 2) Liste as alternativas,
       3) Avalie cada uma pelos critérios X, Y, Z, 4) Recomende com justificativa."

Few-Shot Examples

  • 3-5 exemplos de alta qualidade > instruções genéricas longas
  • Exemplos devem cobrir edge cases e variações do input
  • Formato consistente entre exemplos e o problema real

Role Prompting

"Você é um CFO sênior de startup SaaS com 15 anos de experiência em M&A.
Sua especialidade é análise de unit economics e modelagem financeira.
Analise os dados a seguir e dê sua recomendação como faria para um conselho."

Structured Output

"Responda APENAS com JSON válido no formato:
{
  "classificacao": "positivo|negativo|neutro",
  "confianca": 0.0-1.0,
  "justificativa": "string"
}"

Framework de Otimização

  1. Baseline: Testar prompt atual e medir qualidade (manual ou automático)
  2. Hipótese: Identificar onde está falhando (formato, raciocínio, contexto)
  3. Experimentar: Uma mudança por vez — isolar o que melhora
  4. Medir: Comparar lado a lado com dataset de teste
  5. Iterar: Repetir até atingir qualidade alvo

Contexto Brasileiro

  • Prompts em PT-BR tendem a ter outputs de menor qualidade que inglês em modelos menores
  • Claude e GPT-4o: qualidade equivalente em PT-BR
  • Llama/Mistral local: preferir prompts em inglês mesmo para output em PT-BR
  • Terminologia técnica: misturar PT-BR com termos técnicos em inglês funciona melhor

Read the full file on GitHub · 101 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. 9d ago First seen · 101 lines · 51 tokens per session scan A ec92e64a7b4b

Subscribe to this mod's changes

engenheiro-de-prompts is a skill published in the GitHub repository ricneves-ai/flowgrammers-skills (112 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 940 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories