converge

converge is a skill for Claude Code from agentii-ai/agentii-investment-intelligence. It costs 93 tokens per session (652 once invoked), scanned A, original, Apache-2.0.

A tool that checks the current files of a research thesis for missing work, outdated references, invalidated claims, or contradictions. It then adds a dated gap-closure section to the task list without rewriting earlier entries.

In plain words
What is it for?
Use it after implementation, earnings updates, constitution changes, or before an investment-committee review to re-propose unresolved research tasks and keep the task history intact.
Why use it?
Research changes as data, rules, and assumptions change, while task checkboxes can become unreliable. This provides a repeatable way to find what needs attention after each work batch or review cycle.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/converge.py --thesis theses/001-ai-semiconductors \.

Good fit Use it after implementation, earnings updates, constitution changes, or before an investment-committee review to re-propose unresolved research tasks and keep the task history intact.

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/agentii-ai/agentii-investment-intelligence
agentmods
npx agentmods add skills/agentii-ai/agentii-investment-intelligence/converge

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 converge

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentii-ai/agentii-investment-intelligence/converge/github.svg)](https://agentmods.dev/skills/agentii-ai/agentii-investment-intelligence/converge)
Your own site
<a href="https://agentmods.dev/skills/agentii-ai/agentii-investment-intelligence/converge"><img src="https://agentmods.dev/badge/skills/agentii-ai/agentii-investment-intelligence/converge/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 converge

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentii-ai/agentii-investment-intelligence/converge"><img src="https://agentmods.dev/badge/skills/agentii-ai/agentii-investment-intelligence/converge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 652 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.
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.00093 $0.00652
Opus 5 $0.00046 $0.00326
Sonnet 5 $0.00019 $0.00130
Haiku 4.5 $0.00009 $0.00065

Measured today against content hash 12e69012c09b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

converge 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 today.

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.

plugins/vertical-plugins/scenarios/skills/agentii/converge/SKILL.md · 56 lines

What it actually says

agentii.converge

Append-only gap closure — the cadence engine of the research orchestration system (spec 046 Q26).

When to run

  • After every agentii.implement batch (the system detects its own staleness).
  • On any cadence cycle (quarterly re-visits, post-earnings, post-constitution-bump).
  • Before any IC review (the conflict list must be current).
  • When the cross-stock synthesis tasks complete, close the loop with the report workflow — see skills/agentii/synthesize/SKILL.md (pack → author content.html → assemble). An html_stale finding below means that workflow must re-run.

What it does

  1. Evaluates current state — artifacts on disk, pins in frontmatter, wrong_if falsifiers in thesis.md. It never reads git history and never trusts [x] checkboxes (Q26 A+: the ledger may lie; the correction is deterministic and has a bounded expiry — the next converge).
  2. Appends, never rewrites — the only write is a ## Phase N: Convergence section at the end of tasks.md, with src: refs and content-derived finding IDs. Existing lines, including previous Convergence sections, are untouched.
  3. Clean run = byte-identical — no gaps means no empty section header.

Gap types

Type Class Cap
stale (pins older than current) deterministic uncapped
invalidated (wrong_if metric+threshold triggered) deterministic uncapped
missing / partial / contradicts / unrequested judgment Q40 cap (≈50)

Invocation

python3 scripts/converge.py --thesis theses/001-ai-semiconductors \
  --pins '{"assumption_pin": 1, "corpus_version": "2026-08", "as_of": "2026-09-08", "constitution_pin": "0.1.0", "skill_pin": "recent-quarter:abc"}'

Hard rules (Q26)

  • Never modify spec.md or plan.md.
  • Never rewrite, renumber, reorder, or delete any existing task.
  • Finding IDs are content-derived (hash(entity+metric+period+gap_type)) — an unchanged re-run appends nothing.
Files

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.

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. today Changed · +4 lines 12e69012c09b
  2. yesterday First seen · 52 lines · 93 tokens per session scan A efbcad4f4984

Subscribe to this mod's changes

converge is a skill published in the GitHub repository agentii-ai/agentii-investment-intelligence (204 stars, last pushed today), licensed Apache-2.0. It adds 93 tokens to every session and 652 once invoked, about $0.0005 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-09.

Related

Other skills, from other repositories

company-cfo

Monthly CFO workflow for a company or agency — pull raw data from bank + payment processor + payroll + expense management, categorize and reconcile, compute end-of-month cash via transaction-sum method, update a scenario projector for forward forecasting, write the monthly snapshot report, surface decisions to…

coreyhaines31/makerskills · 202 tokens

personal-cfo

When you want to model personal financial scenarios — house purchase + rental income (ADU, bedroom rentals, house-hacking), renovation budgets, monthly cash flow forecasts, big-purchase decisions, savings/investment what-ifs. For personal life: a household (you + partner), household budgets, real-estate decisions.…

coreyhaines31/makerskills · 271 tokens

audit-support

Gets the books audit-ready: builds the PBC (prepared-by-client) list by area, drafts walkthrough narratives for key cycles (revenue, purchases, payroll), matches auditor samples to support, prepares tie-out schedules, tracks open items with owners and due dates, and drafts responses to findings. Use when the user says…

alebgl77/claude-inc · 101 tokens

financial-statements

Builds a full statement set — P&L, balance sheet, and indirect cash flow — from a trial balance or transaction export, mapping accounts to a standard chart and proving every tie-out in code. Use when the user says 'build a P&L from this trial balance', 'turn this export into financials', 'I need a balance sheet for…

alebgl77/claude-inc · 97 tokens

invoice-chase

Runs collections on late invoices: builds an aging ladder (current/30/60/90+), assigns each invoice a rung on an escalation sequence with ready-to-send emails — friendly nudge, firm reminder with late-fee mention, final notice — plus a phone script, tone rules that preserve the relationship, a chase log, and…

alebgl77/claude-inc · 0 tokens

plan-payroll

Plans payroll cash: true loaded cost per hire (gross plus employer taxes, benefits, tools), a payroll calendar with cutoffs and cash-out dates, a scenario table for new hire vs raise vs contractor-vs-employee, and a payroll-to-revenue check against rough industry bands. Use when the user asks "can I afford to hire"…

alebgl77/claude-inc · 0 tokens