Skip to content
Skillv1.0.0

api

API boundary rules

by SKNETWORKS-FAMILY-AICAMP(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from SKNETWORKS-FAMILY-AICAMP/SKN30-FINAL-5Team (backend/app/api/AGENTS.md). Install upstream with npx skills add SKNETWORKS-FAMILY-AICAMP/SKN30-FINAL-5Team --skill api. Copyright stays with the author.

API boundary rules

  • All public product paths use /api/v1.
  • Use Pydantic schemas, UUIDs, timezone-aware timestamps, stable machine codes, and the common error envelope.
  • Mutation endpoints define idempotency behavior.
  • Routes may call application services only; they do not call repositories, rule engines, or LLM providers directly.
  • Do not expose internal prompts, hidden reasoning, rule internals, provider tokens, or raw health data.

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/sknetworks-family-aicamp-skn30-final-5team-api/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.

sknetworks-family-aicamp-skn30-final-5team-api.ocm.jsonjson
{
  "ocm": "1",
  "id": "sknetworks-family-aicamp-skn30-final-5team-api",
  "kind": "skill",
  "name": "api",
  "description": "API boundary rules",
  "publisher": "SKNETWORKS-FAMILY-AICAMP",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "API boundary rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN30-FINAL-5Team",
      "path": "backend/app/api/AGENTS.md",
      "ref": "6887fbaee7d90a9abf10af8c5836206b416c402b",
      "url": "https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN30-FINAL-5Team/blob/6887fbaee7d90a9abf10af8c5836206b416c402b/backend/app/api/AGENTS.md",
      "key": "SKNETWORKS-FAMILY-AICAMP/SKN30-FINAL-5Team/backend/app/api/AGENTS.md"
    }
  },
  "instructions": "# API boundary rules\n\n- All public product paths use `/api/v1`.\n- Use Pydantic schemas, UUIDs, timezone-aware timestamps, stable machine codes, and the common error envelope.\n- Mutation endpoints define idempotency behavior.\n- Routes may call application services only; they do not call repositories, rule engines, or LLM providers directly.\n- Do not expose internal prompts, hidden reasoning, rule internals, provider tokens, or raw health data.",
  "cost": {
    "context_tokens": 111
  }
}

Fetch it by URL: GET /api/v1/registry/sknetworks-family-aicamp-skn30-final-5team-api/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.

api - Skill - OpenSmartRoute