Skip to content
Skillv1.0.0

billing-best-practices

Agent skill with production patterns for SaaS billing. Covers subscription lifecycle, failed payments, proration, multi-currency, tax compliance, plan changes, invoicing, and launch checklists.

by commet-labs(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from commet-labs/billing-best-practices (AGENTS.md). Install upstream with npx skills add commet-labs/billing-best-practices. Copyright stays with the author.

Billing Best Practices

Agent skill with production patterns for SaaS billing. Covers subscription lifecycle, failed payments, proration, multi-currency, tax compliance, plan changes, invoicing, and launch checklists.

Knowledge is universal but code examples use @commet/node.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/commet-labs-billing-best-practices-billing-best-practices/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

commet-labs-billing-best-practices-billing-best-practices.ocm.jsonjson
{
  "ocm": "1",
  "id": "commet-labs-billing-best-practices-billing-best-practices",
  "kind": "skill",
  "name": "billing-best-practices",
  "description": "Agent skill with production patterns for SaaS billing. Covers subscription lifecycle, failed payments, proration, multi-currency, tax compliance, plan changes, invoicing, and launch checklists.",
  "publisher": "commet-labs",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "finance",
      "legal"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent skill with production patterns for SaaS billing. Covers subscription lifecycle, failed payments, proration, multi-currency, tax compliance, plan changes, invoicing, and launch checklists."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/commet-labs/billing-best-practices",
      "path": "AGENTS.md",
      "ref": "11a1be14914a64544c8a6cbe73369f30882a827f",
      "url": "https://github.com/commet-labs/billing-best-practices/blob/11a1be14914a64544c8a6cbe73369f30882a827f/AGENTS.md",
      "key": "commet-labs/billing-best-practices/AGENTS.md"
    }
  },
  "instructions": "# Billing Best Practices\n\nAgent skill with production patterns for SaaS billing. Covers subscription lifecycle, failed payments, proration, multi-currency, tax compliance, plan changes, invoicing, and launch checklists.\n\nKnowledge is universal but code examples use `@commet/node`.",
  "cost": {
    "context_tokens": 70
  }
}

Fetch it by URL: GET /api/v1/registry/commet-labs-billing-best-practices-billing-best-practices/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.