Skip to content
Skillv1.0.0

subscription-app

Before working in this repository, read and follow [`CLAUDE.md`](./CLAUDE.md) and [`.codex/memories/commit-style.md`](./.codex/memories/commit-style.md).

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

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

See reviews

About

Imported from Ahoshinet/subscription-app (AGENTS.md). Install upstream with npx skills add Ahoshinet/subscription-app. Copyright stays with the author.

AGENTS.md

Before working in this repository, read and follow CLAUDE.md and .codex/memories/commit-style.md.

CLAUDE.md is the primary repository guide for commands, architecture, and commit conventions. Keep changes in this app limited to frontend concerns and consumer-facing API contracts; do not document private server implementation details here.

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/ahoshinet-subscription-app-subscription-app/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.

ahoshinet-subscription-app-subscription-app.ocm.jsonjson
{
  "ocm": "1",
  "id": "ahoshinet-subscription-app-subscription-app",
  "kind": "skill",
  "name": "subscription-app",
  "description": "Before working in this repository, read and follow [`CLAUDE.md`](./CLAUDE.md) and [`.codex/memories/commit-style.md`](./.codex/memories/commit-style.md).",
  "publisher": "Ahoshinet",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "customer_support"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Before working in this repository, read and follow [`CLAUDE.md`](./CLAUDE.md) and [`.codex/memories/commit-style.md`](./.codex/memories/commit-style.md)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Ahoshinet/subscription-app",
      "path": "AGENTS.md",
      "ref": "3130f20bdf6a24fa0aac54c9d6102686fc82f0b0",
      "url": "https://github.com/Ahoshinet/subscription-app/blob/3130f20bdf6a24fa0aac54c9d6102686fc82f0b0/AGENTS.md",
      "key": "Ahoshinet/subscription-app/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nBefore working in this repository, read and follow [`CLAUDE.md`](./CLAUDE.md)\nand [`.codex/memories/commit-style.md`](./.codex/memories/commit-style.md).\n\n`CLAUDE.md` is the primary repository guide for commands, architecture, and\ncommit conventions. Keep changes in this app limited to frontend concerns and\nconsumer-facing API contracts; do not document private server implementation\ndetails here.",
  "cost": {
    "context_tokens": 103
  }
}

Fetch it by URL: GET /api/v1/registry/ahoshinet-subscription-app-subscription-app/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.