Agent Plugins Marketplace
All plugins

subscription-billing-engineering

v0.1.2

Subscription-billing-engineering team — the RECURRING-BILLING SYSTEM layer for SaaS. agents (billing-systems-architect, billing-implementation-engineer) covering plan/price/entitlement modeling (flat, tiered, per-seat, usage/metered, hybrid), proration, trials & coupons, usage metering & rating, dunning & involuntary-churn recovery, idempotent webhook reconciliation, and the correctness seams to revenue recognition (ASC 606) + sales-tax/VAT. Stripe-Billing-leaning, portable to Chargebee/Recurly/Paddle. skills, Mermaid-backed knowledge docs, runbook templates. Seams: payment rails → fintech-payments-engineering; pricing strategy → pricing-monetization; revrec → finance; tax → regulatory-compliance. House line: model before you integrate; idempotency before features. Requires ravenclaude-core@>=0.7.0.

Claude Code3 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install subscription-billing-engineering for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install subscription-billing-engineering@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/subscription-billing-engineering/.

Plugin files

plugins/subscription-billing-engineering/
├── .claude-plugin/plugin.json
├── skills/design-dunning-and-recovery/SKILL.md
├── skills/implement-metered-billing/SKILL.md
└── skills/model-plans-and-pricing/SKILL.md

Included Skills3

design-dunning-and-recoveryskills/design-dunning-and-recovery/SKILL.md

Design and automate failed-payment recovery (dunning) — retry schedule, smart/adaptive retries, grace period, customer comms sequence, and entitlement-downgrade policy — trading recovered revenue against churn of good customers. Use for involuntary-churn reduction.

implement-metered-billingskills/implement-metered-billing/SKILL.md

Implement usage-based / metered billing correctly — idempotent usage recording, aggregation & rating to billable quantities, on-time usage reporting before invoice close, and counted-vs-billed reconciliation. Use when billing on API calls, seats used, GB, events, or any consumption metric.

model-plans-and-pricingskills/model-plans-and-pricing/SKILL.md

Model the plan / price / entitlement structure for a recurring-billing system — choose flat vs tiered vs per-seat vs usage/metered vs hybrid, define entitlements, and set proration/trial/coupon rules. Use when starting a billing build or re-pricing an existing product.

Plugin manifests1

plugins/subscription-billing-engineering/.claude-plugin/plugin.json
{
  "name": "subscription-billing-engineering",
  "version": "0.1.2",
  "description": "Subscription-billing-engineering team — the RECURRING-BILLING SYSTEM layer for SaaS. agents (billing-systems-architect, billing-implementation-engineer) covering plan/price/entitlement modeling (flat, tiered, per-seat, usage/metered, hybrid), proration, trials & coupons, usage metering & rating, dunning & involuntary-churn recovery, idempotent webhook reconciliation, and the correctness seams to revenue recognition (ASC 606) + sales-tax/VAT. Stripe-Billing-leaning, portable to Chargebee/Recurly/Paddle. skills, Mermaid-backed knowledge docs, runbook templates. Seams: payment rails → fintech-payments-engineering; pricing strategy → pricing-monetization; revrec → finance; tax → regulatory-compliance. House line: model before you integrate; idempotency before features. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "subscription-billing",
    "recurring-billing",
    "saas-billing",
    "stripe-billing",
    "usage-based-billing",
    "metered-billing",
    "proration",
    "dunning",
    "revenue-recognition",
    "asc-606",
    "sales-tax",
    "webhook-idempotency",
    "entitlements",
    "chargebee",
    "recurly"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[subscription-billing-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/subscription-billing-engineering)