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.
npx skills add juliano-ceconi/okam --skill gestao-trilhasgit clone --depth 1 https://github.com/juliano-ceconi/okamWrote 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/juliano-ceconi/okam/gestao-trilhas)<a href="https://agentmods.dev/skills/juliano-ceconi/okam/gestao-trilhas"><img src="https://agentmods.dev/badge/skills/juliano-ceconi/okam/gestao-trilhas/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/juliano-ceconi/okam/gestao-trilhas"><img src="https://agentmods.dev/badge/skills/juliano-ceconi/okam/gestao-trilhas.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.00073 | $0.01260 |
| Opus 5 | $0.00036 | $0.00630 |
| Sonnet 5 | $0.00015 | $0.00252 |
| Haiku 4.5 | $0.00007 | $0.00126 |
Grade A, and why
gestao-trilhas 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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🛤️ Gestão de Trilhas
Trilha = uma frente de trabalho longa demais para uma única sessão de agente. Ela vive em disco, carrega seu próprio plano e entrega o handoff da próxima sessão. Esta skill define o ciclo de vida dessa pasta.
Diretório padrão: __task-atual/. Se o projeto usar outro nome, mantenha a mesma
estrutura interna — o que importa são os invariantes abaixo, não o caminho.
🏛️ Invariantes estruturais
| Estado da trilha | Localização | Arquivos obrigatórios | Link no mapa | Status permitidos |
|---|---|---|---|---|
| Ativa | __task-atual/<trilha>/ |
_proximo_prompt.md + plano.md |
[Abrir](<trilha>/_proximo_prompt.md) |
Ativa (ou Em Andamento) |
| Finalizada | __task-atual/_finalizadas/<trilha>/ |
fechamento.md + plano.md |
[Abrir](_finalizadas/<trilha>/fechamento.md) |
Inativa / ConcluídaInativa / AbsorvidaInativa / Represada |
Taxonomia de fechamento:
Inativa / Concluída— escopo do plano 100% finalizado, validado e entregue.Inativa / Absorvida— escopo incorporado a outra trilha ativa, para evitar conflito de arquivo ou de arquitetura.Inativa / Represada— congelada por priorização ou dependência externa.
- Central de controle:
__task-atual/mapa-de-trilhas.md— apenas um índice de status. Nunca serve como arquivo de continuidade da sessão. - Continuidade:
_proximo_prompt.mdé o único handoff válido de uma trilha ativa. - Sincronização: toda operação de ciclo de vida termina em commit atômico + push.
🚀 Playbooks
1. Abertura (abrir)
- Criar
__task-atual/<trilha>/(kebab-case). - Criar
plano.md: objetivo, contexto, blocos sequenciais (B1..Bn), critérios de pronto e anti-escopo (o que explicitamente fica de fora). - Criar
_proximo_prompt.md: cabeçalho de ACK em branco, self-check, contrato da sessão e foco estrito no bloco inicial (B1). - Registrar a linha no mapa:
| <trilha> | **Ativa.** <objetivo e bloco atual> | Ativa | [Abrir](<trilha>/_proximo_prompt.md) | - Auditar os invariantes (seção 4) e sincronizar.
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.
- 11d ago First seen · 92 lines · 73 tokens per session scan A 9bc2de10b020
gestao-trilhas is a skill published in the GitHub repository juliano-ceconi/okam (2 stars, last pushed 25d ago), licensed MIT. It adds 73 tokens to every session and 1,260 once invoked, about $0.0004 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.
Other skills, from other repositories
R-dev
Workflow orchestrator — single entry point for the full dev lifecycle. Triggers: "dev" | "start working on" | "work on issue" | "work on #" | "develop" | "pick up issue" | "tackle issue" | "let's work on".
issue-triage
Triage/create GitHub issues — set size/priority/lane/type labels, manage dependencies & parent/child. Triggers: "triage" | "create issue" | "set size" | "set priority" | "blocked by" | "set parent" | "child of" | "sub-issue" | "file an issue" | "log a bug" | "open an issue" | "file a bug" | "add issue" | "new issue" |…
task-lifecycle
Manage the task pipeline. All commands use $TASKCTL from the project root.
parallel-feature-development
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…
bazel-build-optimization
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
track-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.