Skip to content
Skillv1.0.0

minaki-billing-system

Repo-wide standards. Cursor also loads `.cursor/rules/*.mdc`.

by sonishivam1911(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from sonishivam1911/minaki-billing-system (AGENTS.md). Install upstream with npx skills add sonishivam1911/minaki-billing-system. Copyright stays with the author.

Minaki billing frontend (Claude + Cursor)

Repo-wide standards. Cursor also loads .cursor/rules/*.mdc.

Shopify / catalog data

Never pull a huge Shopify catalog in one request. Use cursor pagination (first + after). Agents tables show 10–30 rows per page (options 10, 15, 20, 25, 30).

Agents UI

Use Material UI. On mobile, Agents nav and in-page tabs are dropdowns, not wrapping tab strips. See .cursor/rules/agents-ui-material.mdc.

Billing UI builder

Every new screen is a BillingScreen class. Widgets come from BillingUiBuilder (src/ui/). Do not add a one-off table or filter. Existing pages migrate slowly. See .cursor/rules/billing-ui-builder.mdc.

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/sonishivam1911-minaki-billing-system-minaki-billing-system/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.

sonishivam1911-minaki-billing-system-minaki-billing-system.ocm.jsonjson
{
  "ocm": "1",
  "id": "sonishivam1911-minaki-billing-system-minaki-billing-system",
  "kind": "skill",
  "name": "minaki-billing-system",
  "description": "Repo-wide standards. Cursor also loads `.cursor/rules/*.mdc`.",
  "publisher": "sonishivam1911",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repo-wide standards. Cursor also loads `.cursor/rules/*.mdc`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/sonishivam1911/minaki-billing-system",
      "path": "AGENTS.md",
      "ref": "3492ddeb4539a4992e47668a39108b10c0464e5c",
      "url": "https://github.com/sonishivam1911/minaki-billing-system/blob/3492ddeb4539a4992e47668a39108b10c0464e5c/AGENTS.md",
      "key": "sonishivam1911/minaki-billing-system/AGENTS.md"
    }
  },
  "instructions": "# Minaki billing frontend (Claude + Cursor)\n\nRepo-wide standards. Cursor also loads `.cursor/rules/*.mdc`.\n\n## Shopify / catalog data\n\nNever pull a huge Shopify catalog in one request. Use cursor pagination (`first` + `after`). Agents tables show **10–30** rows per page (options 10, 15, 20, 25, 30).\n\n## Agents UI\n\nUse **Material UI**. On mobile, Agents nav and in-page tabs are **dropdowns**, not wrapping tab strips. See `.cursor/rules/agents-ui-material.mdc`.\n\n## Billing UI builder\n\nEvery **new** screen is a `BillingScreen` class. Widgets come from `BillingUiBuilder` (`src/ui/`). Do not add a ",
  "cost": {
    "context_tokens": 174
  }
}

Fetch it by URL: GET /api/v1/registry/sonishivam1911-minaki-billing-system-minaki-billing-system/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.