cerebro-inevita: Skill for Claude Code

.agents/skills/operar/SKILL.md

operar is a skill for Claude Code, Codex from gabrielzucco/cerebro-inevita. It costs 65 tokens per session (1,166 once invoked), scanned A, original, MIT.

An operating procedure for running an installed system from start to finish, including its checks and evaluations.

In plain words
What is it for?
Use it to choose an installed system, run it with a local run ID, check the result, record what happened, and collect feedback.
Why use it?
It gives repeated runs a documented process and uses approved past results and feedback to guide execution.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is gabrielzucco/cerebro-inevita's own configuration. It tells Claude Code and Codex how to work on cerebro-inevita itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything cerebro-inevita configures →

Reuse

Borrowing it

Nothing to install: this file belongs to gabrielzucco/cerebro-inevita. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/gabrielzucco/cerebro-inevita/main/.agents/skills/operar/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/gabrielzucco/cerebro-inevita

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 operar

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabrielzucco/cerebro-inevita/operar/github.svg)](https://agentmods.dev/skills/gabrielzucco/cerebro-inevita/operar)
Your own site
<a href="https://agentmods.dev/skills/gabrielzucco/cerebro-inevita/operar"><img src="https://agentmods.dev/badge/skills/gabrielzucco/cerebro-inevita/operar/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 operar

Your own site · 80×15
<a href="https://agentmods.dev/skills/gabrielzucco/cerebro-inevita/operar"><img src="https://agentmods.dev/badge/skills/gabrielzucco/cerebro-inevita/operar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,166 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.00065 $0.01166
Opus 5 $0.00032 $0.00583
Sonnet 5 $0.00013 $0.00233
Haiku 4.5 $0.00006 $0.00117

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

Security

Grade A, and why

operar 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 12d 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.

.agents/skills/operar/SKILL.md · 102 lines

How it starts

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

Operar — resultado, régua e aprendizado

1. Resolver o sistema

Leia sistemas/_CATALOGO.md e, quando existir, sistemas/outros-instalados/_CATALOGO.md. Se não veio um system_id, recomende entre os sistemas realmente instalados. Não anuncie sistema em roadmap como disponível. Leia nesta ordem:

  1. manifest.md — resultado, versão e fronteira;
  2. pipeline.md — estados e gates;
  3. evals.md — régua;
  4. rotinas.md — gatilhos;
  5. a skill declarada no manifest.

Crie um run-id local no formato AAAA-MM-DD-HHMM-<system_id>.

2. Recuperar caminhos que já funcionaram

Antes de executar, consulte no máximo os três recibos aprovados mais recentes desse sistema, o feedback.md e operacao/o-que-melhorou/. Procure um caminho comparável: mesmo objetivo, tipo de fonte, gates e output esperado.

  • Reutilize somente procedimento ligado a run que passou na régua e foi aprovado pelo dono.
  • Trate o procedimento como ponto de partida, nunca como verdade que dispensa contexto.
  • Falha, tentativa trivial ou conversa que não chegou a executar nunca vira procedimento.
  • Não reabra conteúdo bruto só para reconstruir o caminho; use recibos, referências e decisões.

3. Executar

Conduza o pipeline com uma pergunta por mensagem. Antes de qualquer escrita derivada, mostre o que será gravado e peça aprovação. Fonte real continua fonte; não transforme resumo em evidência.

Ao iniciar a transformação, rode em silêncio:

node .agents/scripts/ping.mjs operou <system_id>

4. Avaliar

Aplique primeiro os gates determinísticos e deixe falhas visíveis. Depois peça a avaliação humana descrita em evals.md. Se parcial ou não, peça uma correção concreta, aplique uma vez e compare.

5. Fechar com recibo

Após aprovação, grave operacao/execucoes/<run-id>.md usando o template da pasta e atualize o brief local com:

node scripts/generate-operating-brief.mjs

Referencie fonte e output; não copie conteúdo privado para o recibo.

A2 só existe quando a pessoa confirma que usaria ou usou o output na operação real — run aprovado sozinho não é valor. Só nesse caso rode:

Read the full file on GitHub · 102 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. 12d ago First seen · 102 lines · 65 tokens per session scan A 94a6a6adbd1c

Subscribe to this mod's changes

operar is a skill published in the GitHub repository gabrielzucco/cerebro-inevita (6 stars, last pushed 8d ago), licensed MIT. It adds 65 tokens to every session and 1,166 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-08-31.