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.
curl -O https://raw.githubusercontent.com/gabrielzucco/cerebro-inevita/main/.agents/skills/comecar/SKILL.mdgit clone --depth 1 https://github.com/gabrielzucco/cerebro-inevitaWrote 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.
[](https://agentmods.dev/skills/gabrielzucco/cerebro-inevita/comecar)<a href="https://agentmods.dev/skills/gabrielzucco/cerebro-inevita/comecar"><img src="https://agentmods.dev/badge/skills/gabrielzucco/cerebro-inevita/comecar/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.
<a href="https://agentmods.dev/skills/gabrielzucco/cerebro-inevita/comecar"><img src="https://agentmods.dev/badge/skills/gabrielzucco/cerebro-inevita/comecar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01893 |
| Opus 5 | $0.00000 | $0.00946 |
| Sonnet 5 | $0.00000 | $0.00379 |
| Haiku 4.5 | $0.00000 | $0.00189 |
Grade A, and why
comecar 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Começar — configurar o cérebro com realidade, não com formulário
A pasta local é o cérebro. Manus, Codex, Claude, Gemini ou qualquer outra IA baseada em arquivos é apenas o operador atual. A primeira sessão deve deixar contexto durável na pasta e um resultado que a pessoa possa usar — não apenas respostas numa conversa.
Leia .cerebro/layout.json, sistemas/cerebro-base/manifest.md, pipeline.md e evals.md. No
layout, prefira activationBrief, configuration e activationContract; aceite os aliases legados
firstSystemBrief, contextPack e systemContract. Em seguida, leia e execute
company-brain-sprint na conversa atual. Não peça reinício, troca de sessão ou instalação de
runtime.
Experiência de abertura
- Use sempre
você,seuesuae reutilize o vocabulário da pessoa. - Faça uma pergunta por mensagem. Se a resposta já está no pedido ou nos arquivos autorizados, não pergunte de novo.
- Não abra com e-mail, menu, arquitetura, lista de ferramentas ou “o que você faz?”. O vínculo de acesso é oferecido somente depois do primeiro output útil e nunca bloqueia a ativação.
- Não exponha run-id, relógio, telemetria, A0/A1/A2, T0–T4 ou nomes internos do método.
- Não procure Node, rode
which node, altere PATH ou instale dependências para helpers opcionais. - Telemetria nunca é pedágio. Só rode helpers silenciosos depois do primeiro output útil e ignore qualquer falha sem interromper a pessoa.
1. Confirmar a casa e recuperar a operação
Confirme em uma frase que o trabalho será gravado na pasta local atual e que as fontes não serão
movidas nem alteradas sem autorização. Procure uma operação concreta na mensagem atual,
operacao/decisoes-pendentes/onboarding.md ou nos arquivos que a pessoa já autorizou.
Se a operação já está clara, espelhe o que entendeu e prossiga. Se não está, pergunte apenas:
Qual trabalho real este cérebro deve compreender primeiro — você já sabe a entrega que quer melhorar ou prefere me mostrar um rastro recente que voltou para sua mão?
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.
- 7d ago Changed · -5 lines d80be4faa015
- 12d ago First seen · 141 lines · 0 tokens per session scan A 3988f95cf2c9
comecar is a skill published in the GitHub repository gabrielzucco/cerebro-inevita (6 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,893 tokens. 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.
Other skills, from other repositories
ai-agents-architect
Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration.
gsd-graphify
Build, query, and inspect the project knowledge graph in .planning/graphs/.
handoff
Prepare a clean cross-session handoff so the next agent can pick up where you left off. Writes a focused continue.md in the active slice dir and ensures STATE.md + summary artifacts are current. Use when asked to "hand off", "prepare handoff", "pause work", "bookmark this", "I'll come back to this later", before…
02-project-memory
Build the project's memory of its architecture, conventions, and decisions, and wire it into your AI tools. Use when the user wants to set up or refresh project memory, or rewire it into a tool. Not for editing one existing memory file.
user-general-facts
Capture and organize general facts about the user by topic.
project-context
Use PowerContext project memory and handoff tools through MCP when continuing prior work, recalling decisions, maintaining durable memory, or transferring work across tasks, sessions, or agents.