Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/wrg32786/aigent-osnpx agentmods add skills/wrg32786/aigent-os/reconcileWrote 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/wrg32786/aigent-os/reconcile)<a href="https://agentmods.dev/skills/wrg32786/aigent-os/reconcile"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/reconcile/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/wrg32786/aigent-os/reconcile"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/reconcile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00025 | $0.00631 |
| Opus 5 | $0.00013 | $0.00316 |
| Sonnet 5 | $0.00005 | $0.00126 |
| Haiku 4.5 | $0.00003 | $0.00063 |
Grade A, and why
reconcile 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/reconcile - attention reconciliation
This measurement leg reports attention drift. It never edits priorities, daily notes, goals, or runtime state.
Run:
node daemons/nightly-reconcile.mjs --root <aigent-root> --as-of <fire-date>
Use literal output and exit status as the checkpoint evidence.
Required intended-share input
Read vault/memory/ACTIVE_PRIORITIES.md and locate explicit Tier-1 projects
with intended percentages. Accepted forms:
| Tier | Project | Intended share |
| 1 | [[Project Name]] | 40% |
or:
Tier 1 - [[Project Name]] - intended 40%
Shares are integers from 1 through 100 and the Tier-1 total must be at most 100. Names or aliases must resolve to a project note or an explicit canonical name in the priorities file.
No intended shares returns nonzero:
RECONCILE FAIL reason=intended-share-input-absent projects=0
This is a configuration failure, never permission to invent shares.
Seven-day measurement
- Select valid
vault/daily/YYYY-MM-DD.mdnotes inside the exact calendar windowas_of-6d .. as_of. A missing day contributes no mentions. - Per project and note, count at most:
- 3 points for a heading or heading wikilink;
- 2 points for a body wikilink to a canonical note or alias;
- 1 point for an exact plain-text name.
- One occurrence receives only its highest applicable weight.
- Track project references outside Tier 1 as non-Tier-1 attention.
- Compute
actual = project points / all project points * 100, rounded to one decimal.
A zero denominator returns
RECONCILE FAIL reason=no-measurable-project-attention.
Drift predicates
- Tier-1 drift:
actual < 0.40 * intended. - Combined non-Tier-1 drift: actual share over 25 percent.
Output raw points, actual share, intended share, thresholds, drift decisions, and source paths so the arithmetic is reproducible:
RECONCILE PASS window=YYYY-MM-DD..YYYY-MM-DD notes=<N>
project=<name> points=<N> actual=<N.N>% intended=<N>% threshold=<N.N>% drift=<yes|no>
non_tier_1 points=<N> actual=<N.N>% drift=<yes|no>
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 First seen · 86 lines · 25 tokens per session scan A 8e017ece17e7
reconcile is a skill published in the GitHub repository wrg32786/aigent-os (18 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 631 once invoked, about $0.0001 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-01.
Other skills, from other repositories
hive.colony-progress-tracker
Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.
operator-scorecard
Three recap modes - default synthesizes agent health, community growth, and economic activity into a was-it-worth-it verdict; ops recaps what shipped and failed; push ranks push impact.
github-monitor
Watch your GitHub repos across four views - a combined urgency monitor (stale PRs, new issues, releases), a new-issue triage queue, a release upgrade digest, or your own opened-PR tracker.
heartbeat
Ambient fleet-health check that surfaces anything worth attention (default), or an on-demand priority brief - the 3 things to focus on, why now, and what moved (var=brief).
shiplog
Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.
idea-pipeline
Execution-gap audit - cross-references the startup idea backlog against shipped skills, prototypes, and cross-repo PRs, surfacing the top 3 ideas to build next by narrative and operator fit.