revenue-recognition

Installation
SKILL.md

Revenue Recognition

Stripe MCP Setup

Requires Stripe MCP (https://docs.stripe.com/mcp). GetMcpTools before CallMcpTool. Paginate all lists (limit: 100, starting_after while has_more). Amounts in cents. Read-only for audits; confirm before writes.

Concept

Cash is not recognized revenue. An annual plan bills $120 upfront (cash) but recognizes $10/month over 12 months (accrual). The unrecognized portion is deferred revenue (a liability).

Workflow

  1. List active subs with interval + amount
  2. For annual/multi-month: compute recognized-to-date vs deferred remainder
  3. Reconcile:
Installs
4
GitHub Stars
5
First Seen
Jul 28, 2026
revenue-recognition — appeeky/stripe-skills