revenue-recognition-accounting

revenue-recognition-accounting is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 34 tokens per session (2,748 once invoked), scanned A, original, MIT.

A method for recording sales revenue when the promised product or service is delivered, rather than simply when payment arrives. ASC 606 and IFRS 15 are accounting rules covering this timing in the United States and internationally.

In plain words
What is it for?
Use it to track deferred revenue, split bundled or multi-part sales, account for subscriptions and gift cards, and prepare financial records under US GAAP or IFRS.
Why use it?
It prevents subscriptions, gift cards, bundles, and prepaid sales from being counted too early. Accurate timing makes financial statements easier to audit and interpret.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; mentions Codex; mentions Gemini CLI.

Good fit Use it to track deferred revenue, split bundled or multi-part sales, account for subscriptions and gift cards, and prepare financial records under US GAAP or IFRS.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/revenue-recognition-accounting
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 finsilabs/awesome-ecommerce-skills --skill revenue-recognition-accounting
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

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 revenue-recognition-accounting

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/revenue-recognition-accounting/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/revenue-recognition-accounting)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/revenue-recognition-accounting"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/revenue-recognition-accounting/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 revenue-recognition-accounting

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/revenue-recognition-accounting"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/revenue-recognition-accounting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,748 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.00034 $0.02748
Opus 5 $0.00017 $0.01374
Sonnet 5 $0.00007 $0.00550
Haiku 4.5 $0.00003 $0.00275

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

Security

Grade A, and why

revenue-recognition-accounting 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.

skills/data-analytics/revenue-recognition-accounting/SKILL.md · 216 lines

How it starts

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

Revenue Recognition Accounting (ASC 606 / IFRS 15)

Overview

Revenue recognition determines when you can record revenue in your financial statements. Under ASC 606 (US GAAP) and IFRS 15, revenue is recognized when — or as — performance obligations are satisfied, not simply when cash is received. This matters enormously for subscriptions (revenue earned monthly even if billed annually), gift cards (revenue earned only on redemption), and bundled products (where a warranty component must be deferred).

Getting revenue recognition right protects you from audit findings, builds investor trust, and ensures your financial statements accurately reflect business performance.

This skill guides you through the practical setup of revenue recognition using your accounting system, platform integrations, and relevant apps.

When to Use This Skill

  • When you sell subscription products (monthly boxes, replenishment subscriptions, memberships)
  • When you sell bundled offers (product + warranty + service in one SKU)
  • When you issue gift cards, store credit, or prepaid plans
  • When you recognize revenue from third-party marketplaces (Amazon, eBay)
  • When preparing GAAP or IFRS financials for investors, auditors, or a financing round
  • When building a data pipeline that automatically posts revenue recognition journal entries
  • When you need to separate recognized revenue from cash receipts in your financial model

Core Instructions

Step 1: Identify which revenue types require special treatment

Most standard ecommerce product sales (order placed → shipped → delivered) are straightforward: recognize revenue at delivery. The complexity arises with these arrangements:

Revenue Type Recognition Rule Common Mistake
Physical product (single sale) Recognize at delivery (when control transfers to customer) Recognizing at order placement instead of delivery
Subscription (annual or multi-month) Recognize ratably over the subscription period Recognizing full annual payment in month 1
Gift cards Recognize at redemption; handle unredeemed breakage separately Recognizing at sale
Extended warranty Recognize ratably over the warranty period Recognizing 100% at product shipment
Bundle (product + service) Allocate price across components; recognize each independently Recognizing 100% at shipment of physical component
Buy Now Pay Later Recognize at delivery (BNPL provider pays you immediately; installment risk is theirs) No special treatment needed; straightforward
Marketplace sales (as principal) Recognize gross revenue; record fees as cost of revenue Net revenue recognition (agent treatment) when you control inventory
Marketplace sales (as agent) Recognize only your net commission Gross revenue recognition when you do not control inventory

Read the full file on GitHub · 216 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. 12d ago First seen · 216 lines · 34 tokens per session scan A f636eed98aa8

Subscribe to this mod's changes

revenue-recognition-accounting is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 34 tokens to every session and 2,748 once invoked, about $0.0002 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

monthly-close-process

Runs the full month-end close process end-to-end, including revenue recognition, accruals, reconciliations, journal entries, and the financial close checklist. Use when the user mentions month-end close, closing the books, revenue recognition, posting month-end accruals, or asks about running the close checklist.

gokulb20/crewm8-cfo-skills · 67 tokens

tax-calculator

Calculate tax implications of trades and generate tax reports.

Signal-Execution-Labs/forex-trading-ai-agent · 13 tokens

jangbu-import

A data-import workflow for turning bank files, card records, spreadsheets, receipts, tax invoices, and statement PDFs into a standard set of 13 transaction fields. OCR, or optical character recognition, is used to read information from document images and PDFs.

kimlawtech/korean-jangbu-for · 97 tokens

jangbu-connect

A setup guide for connecting Korean tax, bank, card, and social-insurance data through CODEF, an external API service. It explains how users obtain their own CODEF credentials and store them locally.

kimlawtech/korean-jangbu-for · 98 tokens

jangbu-tax

A financial-reporting tool that summarizes categorized transactions into a profit-and-loss statement and a simplified balance sheet. A profit-and-loss statement covers income and expenses over a period; a balance sheet shows assets, liabilities, and equity at a date.

kimlawtech/korean-jangbu-for · 82 tokens

accountant-expert

Expert-level accounting, tax, financial reporting, and accounting systems. Use when the user mentions accounting, tax, financial reporting, GAAP, or IFRS, or when the task involves Accounting Principles, Financial Statements, Tax & Compliance, or Accounting Systems.

personamanagmentlayer/pcl · 56 tokens