jaz-recipes

jaz-recipes is a skill for Claude Code from teamtinvio/jaz-ai. It costs 120 tokens per session (7,222 once invoked), scanned A, original, MIT.

A set of Jaz-specific accounting templates for complex transactions that span multiple periods or require linked entries. They follow IFRS, the international accounting rules used for financial reporting.

In plain words
What is it for?
They help set up prepaid expenses, deferred revenue, accruals, loans, leases, hire purchases, fixed deposits, asset disposals, foreign-exchange transactions, and similar cases.
Why use it?
They provide a structured way to model transactions whose amounts or accounting entries change over time, instead of assembling every journal entry by hand.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; mentions Claude Code; installed under .agents/ (shared by several agents).

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

Good fit They help set up prepaid expenses, deferred revenue, accruals, loans, leases, hire purchases, fixed deposits, asset disposals, foreign-exchange transactions, and similar cases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/teamtinvio/jaz-ai/transaction-recipes
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.

Any agent
npx skills add teamtinvio/jaz-ai --skill transaction-recipes
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-recipes

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/teamtinvio/jaz-ai/transaction-recipes"><img src="https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/transaction-recipes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,222 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.00120 $0.07222
Opus 5 $0.00060 $0.03611
Sonnet 5 $0.00024 $0.01444
Haiku 4.5 $0.00012 $0.00722

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

Security

Grade A, and why

jaz-recipes 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/transaction-recipes/SKILL.md · 360 lines

How it starts

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

Transaction Recipes Skill

You are modeling complex multi-step accounting scenarios in Jaz — transactions that span multiple periods, involve changing amounts, or require several linked entries to complete a single business event.

Jaz-native, not generic. Every recipe in this skill is designed around the Jaz recipe engine (plan_recipe / execute_recipe), Jaz capsule types, Jaz CoA classifications, and Jaz scheduler primitives. It is NOT an interchangeable IFRS reference; it is the operating manual for posting these transactions through the Jaz ledger. If you find yourself hand-constructing journal entries from this skill, you have skipped step 1 — invoke plan_recipe(recipe: ...) first and let the engine emit the entries.

This skill provides Jaz-contextual recipes with full accounting logic. For API field names and payloads, load the jaz-api skill alongside this one. For the operational close workflows that invoke these recipes (month-end close, GST/VAT filing, year-end close), load the jaz-jobs skill.

When to Use This Skill

  • Setting up prepaid expenses, deferred revenue, or accrued liabilities
  • Modeling loan repayment schedules with amortization tables
  • Implementing IFRS 16 lease accounting (right-of-use assets + lease liabilities)
  • Recording hire purchase agreements (ownership transfers, depreciate over useful life)
  • Recording depreciation using methods Jaz doesn't natively support (declining balance, 150DB)
  • Managing fixed deposit placements with interest accrual schedules (IFRS 9)
  • Disposing of fixed assets — sale, scrap, or write-off with gain/loss calculation (IAS 16)
  • FX revaluation of non-AR/AP monetary items at period-end (IAS 21)
  • Calculating expected credit loss provisions on aged receivables (IFRS 9)
  • Accruing employee leave and bonus obligations (IAS 19)
  • Recognizing provisions at PV with discount unwinding (IAS 37)
  • Declaring and paying dividends
  • Recording and reconciling intercompany transactions across entities
  • Capitalizing costs in WIP and transferring to fixed assets
  • Any scenario that groups related transactions in a capsule over multiple periods

Read the full file on GitHub · 360 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. today Changed ded602437d9f
  2. yesterday Changed a52077b722aa
  3. 3d ago Changed becea450073a
  4. 4d ago Changed fa31eacd1dde
  5. 6d ago Changed 6aee4c47a1e5
  6. 7d ago Changed 07cfbedb5eae
  7. 11d ago First seen · 360 lines · 120 tokens per session scan A fb53022d4e19

Subscribe to this mod's changes

jaz-recipes is a skill published in the GitHub repository teamtinvio/jaz-ai (7 stars, last pushed today), licensed MIT. It adds 120 tokens to every session and 7,222 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.