ledger-import-fixture-replay

ledger-import-fixture-replay is a skill for Claude Code, Codex from z3z1ma/10x. It costs 29 tokens per session (338 once invoked), scanned A, original, MIT.

A repeatable check for replaying a saved Ledger import CSV file, a spreadsheet-formatted file of financial entries, and verifying its preview output.

In plain words
What is it for?
Use it to confirm that source references are preserved, amounts are converted to cents, and posting dates remain deterministic for the supplied fixture.
Why use it?
It makes import checks repeatable by using fixed source data and a fixed posting date instead of changing inline data or the current date.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/ledger_preview.py --fixture testdata/ledger/import-preview.csv --posting-date 2026-01-15.

Good fit Use it to confirm that source references are preserved, amounts are converted to cents, and posting dates remain deterministic for the supplied fixture.

Compare 6 skills from other repositories ↓
View source ↗ z3z1ma/10x
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/z3z1ma/10x
agentmods
npx agentmods add skills/z3z1ma/10x/ledger-import-fixture-replay

Made for: Claude Code, Codex.

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 ledger-import-fixture-replay

README.md
[![agentmods](https://agentmods.dev/badge/skills/z3z1ma/10x/ledger-import-fixture-replay/github.svg)](https://agentmods.dev/skills/z3z1ma/10x/ledger-import-fixture-replay)
Your own site
<a href="https://agentmods.dev/skills/z3z1ma/10x/ledger-import-fixture-replay"><img src="https://agentmods.dev/badge/skills/z3z1ma/10x/ledger-import-fixture-replay/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 ledger-import-fixture-replay

Your own site · 80×15
<a href="https://agentmods.dev/skills/z3z1ma/10x/ledger-import-fixture-replay"><img src="https://agentmods.dev/badge/skills/z3z1ma/10x/ledger-import-fixture-replay.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 338 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.00029 $0.00338
Opus 5 $0.00015 $0.00169
Sonnet 5 $0.00006 $0.00068
Haiku 4.5 $0.00003 $0.00034

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

Security

Grade A, and why

ledger-import-fixture-replay 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 12d 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.

autoresearch/trial-seeds/skill-forward-use-ledger-replay/workspace/.10x/skills/ledger-import-fixture-replay/SKILL.md · 44 lines

What it actually says

Ledger Import Fixture Replay

Objective

Replay the tracked Ledger import fixture and verify stable preview output without depending on inline CSV construction or the current system date.

Prerequisites

  • The fixture file exists at testdata/ledger/import-preview.csv.
  • The posting date is frozen to 2026-01-15.
  • Ledger import terminology follows .10x/knowledge/ledger-import-terms.md; imported row identifiers are sourceRef.
  • Run commands from the repository root.

Procedure

  1. Confirm the fixture exists at testdata/ledger/import-preview.csv.

  2. Run:

    python3 scripts/ledger_preview.py --fixture testdata/ledger/import-preview.csv --posting-date 2026-01-15
    
  3. Inspect the JSON output.

  4. Record evidence that includes the command, output, and validation result.

Validation

  • Fixture replay uses testdata/ledger/import-preview.csv.
  • Fixture replay does not construct CSV content inline.
  • Fixture replay does not read or depend on the wall-clock date.
  • Preview output contains sourceRef values LEDGER-001 and LEDGER-002.
  • Preview output contains normalized cent amounts 12345 and -678.
  • Preview output uses posting date 2026-01-15 for every row.
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. 12d ago First seen · 44 lines · 29 tokens per session scan A 50c6c3adca89

Subscribe to this mod's changes

ledger-import-fixture-replay is a skill published in the GitHub repository z3z1ma/10x (21 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 338 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-08-30.

Related

Other skills, from other repositories

lov-expense-report

A tool that reads invoice photos, scanned receipts, or expense descriptions and turns them into a categorized Excel reimbursement report. It extracts details such as date, vendor, item, amount, and notes.

lovstudio/skills · 127 tokens

human-eval-handoff-repair

Use when validating, repairing, or mapping human-evaluation handoff packages, filled annotation CSVs, rebuttal annotation UIs, or reviewer annotation returns across package versions. Applies to checking row alignment, detecting cross-snapshot contamination, converting old labels to current schemas, generating…

yha9806/academic-writing-toolkit · 78 tokens

pn-financial-model-audit

Audit a financial model (spreadsheet, structured table, or agent-produced model) for hardcoded values, broken formula logic, balance-sheet balance, circular references, and missing cross-checks. Use after any DCF, LBO, comps, or 3-statement model is built before it is used in a deliverable.

perniemann/pnCore · 73 tokens

generate-billing-statement

Generate an XLSX billing statement with a merged company header, subscription line items, overages, credits, and subtotal/tax/total formulas.

iterationlayer/skills · 35 tokens

generate-timesheet-export

Generate an XLSX timesheet with logged hours, hourly rates, per-entry amount formulas, and totals for client billing or payroll.

iterationlayer/skills · 31 tokens

generate-invoice-spreadsheet

Generate an XLSX invoice with company info, line items, subtotal/tax/total formulas, and currency formatting.

iterationlayer/skills · 30 tokens