Skip to content
Skillv1.0.0

api-spec

親ディレクトリの `AGENTS.md` に加え、`packages/api-spec/**` を変更する前に `../../.claude/rules/coding-standards.md` を読んで守ってください。

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

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

See reviews

About

Imported from kojikawazu/nuxtjs-nestjs-arch-practice (packages/api-spec/AGENTS.md). Install upstream with npx skills add kojikawazu/nuxtjs-nestjs-arch-practice --skill api-spec. Copyright stays with the author.

API specification instructions

親ディレクトリの AGENTS.md に加え、packages/api-spec/** を変更する前に ../../.claude/rules/coding-standards.md を読んで守ってください。

main.tsp は API 契約の唯一の正本です。契約を変更する場合は docs/07-api-specification.md を同じ変更セットで更新し、pnpm api:gen で OpenAPI と型/クライアントを再生成して、利用側への影響を確認します。

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/kojikawazu-nuxtjs-nestjs-arch-practice-api-spec/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.

kojikawazu-nuxtjs-nestjs-arch-practice-api-spec.ocm.jsonjson
{
  "ocm": "1",
  "id": "kojikawazu-nuxtjs-nestjs-arch-practice-api-spec",
  "kind": "skill",
  "name": "api-spec",
  "description": "親ディレクトリの `AGENTS.md` に加え、`packages/api-spec/**` を変更する前に `../../.claude/rules/coding-standards.md` を読んで守ってください。",
  "publisher": "kojikawazu",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "親ディレクトリの `AGENTS.md` に加え、`packages/api-spec/**` を変更する前に `../../.claude/rules/coding-standards.md` を読んで守ってください。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/kojikawazu/nuxtjs-nestjs-arch-practice",
      "path": "packages/api-spec/AGENTS.md",
      "ref": "979615127501e51cd9653f45701961eae30d5ffb",
      "url": "https://github.com/kojikawazu/nuxtjs-nestjs-arch-practice/blob/979615127501e51cd9653f45701961eae30d5ffb/packages/api-spec/AGENTS.md",
      "key": "kojikawazu/nuxtjs-nestjs-arch-practice/packages/api-spec/AGENTS.md"
    }
  },
  "instructions": "# API specification instructions\n\n親ディレクトリの `AGENTS.md` に加え、`packages/api-spec/**` を変更する前に `../../.claude/rules/coding-standards.md` を読んで守ってください。\n\n`main.tsp` は API 契約の唯一の正本です。契約を変更する場合は `docs/07-api-specification.md` を同じ変更セットで更新し、`pnpm api:gen` で OpenAPI と型/クライアントを再生成して、利用側への影響を確認します。",
  "cost": {
    "context_tokens": 71
  }
}

Fetch it by URL: GET /api/v1/registry/kojikawazu-nuxtjs-nestjs-arch-practice-api-spec/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.