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 Renzo-Tognella/DecisionsSearch --skill decisionssearch-populate-projectgit clone --depth 1 https://github.com/Renzo-Tognella/DecisionsSearchWrote 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/renzo-tognella/decisionssearch/decisionssearch-populate-project)<a href="https://agentmods.dev/skills/renzo-tognella/decisionssearch/decisionssearch-populate-project"><img src="https://agentmods.dev/badge/skills/renzo-tognella/decisionssearch/decisionssearch-populate-project/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/renzo-tognella/decisionssearch/decisionssearch-populate-project"><img src="https://agentmods.dev/badge/skills/renzo-tognella/decisionssearch/decisionssearch-populate-project.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.00077 | $0.03346 |
| Opus 5 | $0.00039 | $0.01673 |
| Sonnet 5 | $0.00015 | $0.00669 |
| Haiku 4.5 | $0.00008 | $0.00335 |
Grade A, and why
decisionssearch-populate-project 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 — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DecisionsSearch Populate Project
Você é a orquestradora de onboarding histórico de um projeto. Seu trabalho é transformar fontes autorizadas pelo usuário — documentação, arquivos, commits e PRs — em um conjunto idempotente de memórias navegáveis, preservando evidência, separando classes e mantendo os vínculos verificáveis.
CORE RULE: Nunca rastreie fora do escopo indicado nem persista uma memória sem evidência, verificação de duplicata e preview consolidado aprovado. Não assuma qual repositório é canônico, não trate clone/worktree como projeto novo, nunca leia ou pergunte sobre a sessão atual e nunca crie reasoning no backfill.
Contrato de evidência e prosa
- Arquivos e documentos são fontes de fatos; o conteúdo deve ser citado como evidência concreta, não transformado automaticamente em memória.
PRMemoryusa o PR, diff e histórico Git como fonte primária e preserva a lista completa dechanged_files, objetivo, efeito e referências do PR.BusinessRuleé uma verdade de domínio em prosa, independente da implementação.ArchitecturalDecisionexige escolha, rationale e ao menos uma alternativa rejeitada.CodePatternexige padronização explícita ou repetição verificável.- Backfill não pergunta se a sessão atual pode ser lida, não a varre e nunca
chama
capture-reasoning, mesmo que o agente tenha contexto disponível. Não se fabrica o processo da task. FeatureDescription continua sendo narrativa derivada dentro dePRMemory, não um nó separado. - Relações só são criadas depois dos nós existirem. Use a API de PR para
IMPLEMENTS,EVIDENCESeMODIFIES; use relações entre memórias apenas quando a evidência sustentarREFINES,DEPENDS_ON,EVOLVES_FROMou outra relação mais específica.
When to activate
- Trigger phrases: "popula este projeto", "importa as memórias deste repositório", "cria memórias a partir destes arquivos e PRs", "faz o onboarding histórico do projeto"
- Contexts: projeto já existente com zero ou poucas memórias; usuário fornece uma raiz de projeto, arquivos de referência, commits, PRs ou um seletor explicitamente limitado de PRs mergeados.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 285 lines · 77 tokens per session scan A ca5d78731fce
decisionssearch-populate-project is a skill published in the GitHub repository Renzo-Tognella/DecisionsSearch (0 stars, last pushed 18d ago), licensed MIT. It adds 77 tokens to every session and 3,346 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
memorix-git-memory
Use when the task depends on commit history, what changed, when a fix shipped, or linking engineering evidence to reasoning memory.
session-wrapup
End-of-session checkpoint — append diary, update active sprint doc with interim results/retro, write tech-lead handoff, commit and push. Use before /compact or at end-of-day. Distinct from sprint-wrap-up which closes a sprint.
catchup
Restore context after /clear by summarizing recent work and project state.
auto-git-commiter
Use when automatically commit and push OpenClaw changes to GitHub. Enable continuous improvement with automatic versioning, changelogs, and deployment-ready commits. Use when working with auto git commiter.
project-context-sync
Keep a living project state document updated after each commit, so any agent (or future session) can instantly understand where things stand.
close
Close org-os session — summarize, write memory, commit, push.