reconcile

reconcile is a skill for Claude Code from wrg32786/aigent-os. It costs 25 tokens per session (631 once invoked), scanned A, original, MIT.

A read-only report that compares where a project spent attention during the last seven days with the intended shares assigned to its highest-priority projects.

In plain words
What is it for?
Use it to measure project attention from daily notes and identify whether Tier-1 work received its intended share.
Why use it?
It reveals drift between planned priorities and actual work without changing priorities, notes, goals, or runtime settings.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node daemons/nightly-reconcile.mjs --root <aigent-root> --as-of <fire-date>.

Good fit Use it to measure project attention from daily notes and identify whether Tier-1 work received its intended share.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/wrg32786/aigent-os
agentmods
npx agentmods add skills/wrg32786/aigent-os/reconcile

Made for: Claude Code.

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 reconcile

README.md
[![agentmods](https://agentmods.dev/badge/skills/wrg32786/aigent-os/reconcile/github.svg)](https://agentmods.dev/skills/wrg32786/aigent-os/reconcile)
Your own site
<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.

agentmods 80×15 button for reconcile

Your own site · 80×15
<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>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 631 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00025 $0.00631
Opus 5 $0.00013 $0.00316
Sonnet 5 $0.00005 $0.00126
Haiku 4.5 $0.00003 $0.00063

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

Security

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.

skills/reconcile/SKILL.md · 86 lines

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

  1. Select valid vault/daily/YYYY-MM-DD.md notes inside the exact calendar window as_of-6d .. as_of. A missing day contributes no mentions.
  2. 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.
  3. One occurrence receives only its highest applicable weight.
  4. Track project references outside Tier 1 as non-Tier-1 attention.
  5. 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>

Read the full file on GitHub · 86 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. 7d ago First seen · 86 lines · 25 tokens per session scan A 8e017ece17e7

Subscribe to this mod's changes

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.