finance-automation-portfolio: Skill for Claude Code

.claude/skills/triangulate/SKILL.md

triangulate is a skill for Claude Code from sophonfinance-wq/finance-automation-portfolio. It costs 50 tokens per session (320 once invoked), scanned A, original, MIT.

A multi-step review system for checking AI-generated analyses, including arithmetic checks, specialist review, automated auditing, and human approval.

In plain words
What is it for?
Use it to run validation demos and review loops, repair formula-based arithmetic on a copy, and produce human follow-up items for assumptions or missing evidence.
Why use it?
It helps expose fabricated figures, broken calculations, unsupported assumptions, and issues that require a person’s decision.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is sophonfinance-wq/finance-automation-portfolio's own configuration. It tells Claude Code how to work on finance-automation-portfolio itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything finance-automation-portfolio configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sophonfinance-wq/finance-automation-portfolio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sophonfinance-wq/finance-automation-portfolio/main/.claude/skills/triangulate/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sophonfinance-wq/finance-automation-portfolio

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 triangulate

README.md
[![agentmods](https://agentmods.dev/badge/skills/sophonfinance-wq/finance-automation-portfolio/triangulate/github.svg)](https://agentmods.dev/skills/sophonfinance-wq/finance-automation-portfolio/triangulate)
Your own site
<a href="https://agentmods.dev/skills/sophonfinance-wq/finance-automation-portfolio/triangulate"><img src="https://agentmods.dev/badge/skills/sophonfinance-wq/finance-automation-portfolio/triangulate/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 triangulate

Your own site · 80×15
<a href="https://agentmods.dev/skills/sophonfinance-wq/finance-automation-portfolio/triangulate"><img src="https://agentmods.dev/badge/skills/sophonfinance-wq/finance-automation-portfolio/triangulate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00050 $0.00320
Opus 5 $0.00025 $0.00160
Sonnet 5 $0.00010 $0.00064
Haiku 4.5 $0.00005 $0.00032

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

Security

Grade A, and why

triangulate scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Package `triangulate` in `ai-validation-framework/`. Offline mock reviewer by default; live Claude reviewer (`AnthropicReviewer`, stdlib urllib) needs `ANTHROPIC_API_KEY`.
.claude/skills/triangulate/SKILL.md · 20 lines

What it actually says

Triangulate — AI Validation Framework

Package triangulate in ai-validation-framework/. Offline mock reviewer by default; live Claude reviewer (AnthropicReviewer, stdlib urllib) needs ANTHROPIC_API_KEY.

Commands (run from ai-validation-framework/)

python -m triangulate --demo-adversarial     # inject $49k fake revenue; 6 CRITICAL tie-out breaks; FAIL exit 1
python -m triangulate --sample defective     # AI-assumption + hardcoded-cell sample
python -m triangulate.loop --sample adversarial   # REVIEW LOOP: FAIL -> PASS in 1 turn (B5 re-derived), exit 0
python -m triangulate.loop --sample defective     # arithmetic fixed, judgment ESCALATED, exit 1
python -m pytest -q                          # 8,320 tests

Loop boundary (triangulate/loop.py)

Remediates ONLY tie-out breaks on formula cells, re-derived from the cell's own formula ON A CLONE (new workpaper version per turn — never violates the hash-enforced read-only guard). AI assumptions / hardcoded cells / missing cells stay in the human fix packet. "The loop clears arithmetic; it cannot manufacture authority."

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. 11d ago First seen · 20 lines · 50 tokens per session scan A 60f3572b6179

Subscribe to this mod's changes

triangulate is a skill published in the GitHub repository sophonfinance-wq/finance-automation-portfolio (11 stars, last pushed 15d ago), licensed MIT. It adds 50 tokens to every session and 320 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.