jaz-conversion

jaz-conversion is a skill for Claude Code from teamtinvio/jaz-ai. It costs 111 tokens per session (2,216 once invoked), scanned A, original, MIT.

A migration workflow for moving accounting data into Jaz, an accounting platform, from Xero, QuickBooks, Sage, MYOB, or Excel files.

In plain words
What is it for?
It helps analyze source files, map accounting data, create supporting clearing accounts, import transactions, and run a trial transaction balance to verify the conversion.
Why use it?
It organizes the difficult work of matching accounts, contacts, taxes, and items between different accounting systems while checking that the imported records balance.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents).

Part of the jaz-ai plugin — 7 skills, 22 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/teamtinvio/jaz-ai/conversion
Any agent
npx skills add teamtinvio/jaz-ai --skill conversion
Clone the repo
git clone --depth 1 https://github.com/teamtinvio/jaz-ai

Made for: Claude Code.

Or install jaz-ai, the plugin that ships this one along with the rest of its 7 skills, 22 commands.

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 jaz-conversion

README.md
[![agentmods](https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/conversion.svg)](https://agentmods.dev/skills/teamtinvio/jaz-ai/conversion)
Your own site
<a href="https://agentmods.dev/skills/teamtinvio/jaz-ai/conversion"><img src="https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/conversion.svg" alt="Measured on agentmods" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,216 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00111 $0.02216
Opus 5 $0.00056 $0.01108
Sonnet 5 $0.00022 $0.00443
Haiku 4.5 $0.00011 $0.00222

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

Security

Grade A, and why

jaz-conversion 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.

.agents/skills/conversion/SKILL.md · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jaz Conversion Skill

You are performing an accounting data conversion — migrating a customer's financial data from their previous accounting software (Xero, QuickBooks, Sage, MYOB, or Excel-based systems) into Jaz.

Jaz-native, not generic. The clearing-account pattern, the CoA-bulk-upsert all-or-nothing semantics, the currencyCode-string-silently-ignored-on-invoices gotcha, the bulk_upsert_invoices PARTIAL_SUCCESS path — every rule in this skill is an opinion shaped by Jaz's specific API behavior, not by generic migration theory. Source-system mapping (Xero, QB, Sage) is included only as input parsing; everything downstream is Jaz-shaped.

This skill provides Jaz-contextual conversion domain knowledge. For API details (field names, endpoints, gotchas), load the jaz-api skill alongside this one.

Guided in-app data transfer

Jaz also has a guided Data Transfer flow available in Settings (Xero, QuickBooks, Sage, MYOB).

When to Use This Skill

  • Analyzing customer-provided Excel/CSV files for conversion
  • Mapping source Chart of Accounts, contacts, tax codes, or items to Jaz
  • Creating conversion transactions (invoices, bills, journals)
  • Building or reviewing TTB (Transfer Trial Balance) entries
  • Verifying post-conversion Trial Balance accuracy
  • Troubleshooting TB mismatches after a conversion

Three Conversion Types

All types use the same pipeline — only the scope (which entity types) differs.

Config Mode (foundation only)

  • Scope: CoA, contacts, items, currencies, tax mapping — NO transactions or journal
  • Creates: Foundation entities only (Phases 0-1)
  • When: Setting up an org before a conversion, or populating a fresh org with the customer's chart of accounts and contacts
  • Manifest field: "conversionType": "config"
  • Requires: At least one of coa or tb file (no AR/AP needed)

Quick Conversion (Option 2 — recommended starting point)

  • Scope: Open AR/AP at FYE + TTB opening balances
  • Creates: CoA, contacts, currencies, tax mapping, conversion invoices/bills, TTB journal, lock date
  • When: Customer wants to start fresh on Jaz with correct opening balances
  • Accuracy check: TB at FYE must match between source and Jaz
  • See: references/option2-quick.md

Read the full file on GitHub · 163 lines

Files

What ships with it

7 files 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 df8362fd5aeb
  2. 2d ago Changed 1d2e031d7ccb
  3. 6d ago First seen · 163 lines · 111 tokens per session scan A add7e00e235e

Subscribe to this mod's changes

jaz-conversion is a skill published in the GitHub repository teamtinvio/jaz-ai (7 stars, last pushed yesterday), licensed MIT. It adds 111 tokens to every session and 2,216 once invoked, about $0.0006 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-31.