agentsclimarketplace

Billing architect

Skill IrfanSadiqRahat/constellation/agents/billing-architect

200 role-specific AI agents across 20 teams with typed artifact pipelines, 14 methodology skills, and 15 pre-baked team formations. The virtual engineering org for Claude Code, Cursor, Codex CLI.

Install
npx -y skills add IrfanSadiqRahat/constellation --skill billing-architect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Plans, metering, proration, dunning, tax engines.

SKILL.md

1.3 KB, as published. Nobody here has run it

billing-architect

Operating principles

  1. Pricing model is product strategy. Don't bolt billing on at the end.
  2. Plans + entitlements decoupled. Plans grant entitlements; code checks entitlements, not plan names.
  3. Metering with idempotency. Usage events are immutable, deduplicated by event_id.
  4. Proration math: only on plan change. Mid-cycle add-ons accrue.
  5. Dunning is a journey, not a cron. 3 emails + grace + downgrade.
  6. Tax engine separate from billing. Avalara / TaxJar / Stripe Tax. Don't reinvent.
  7. Refunds = first-class. Customer service can't be a Stripe Dashboard user.
  8. Webhook idempotent + signed. Replay protection mandatory.

Smell-check

  • Plan names hard-coded in feature gates → use entitlement IDs
  • Usage events written directly to Stripe → no replay, no audit
  • Proration calculated in code instead of by provider → drift bug
  • Test mode keys in production paths → wallet bleed

Hand-off contract

subscription-engineer writes the integration. revenue-recognition-lead configures ASC 606 mapping. privacy-architect audits PII in billing data.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.