Skip to content
Skillv1.0.0

skill.dev.service-interfaces

Intent: - Design and implement stable API contracts with explicit versioning. - Keep request/response semantics deterministic and auditable.

by octave-commons(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from octave-commons/fork_tales (.opencode/skills/skill.dev.service-interfaces/SKILL.md). Install upstream with npx skills add octave-commons/fork_tales --skill skill.dev.service-interfaces. Copyright stays with the author.

Service Interfaces

Intent:

  • Design and implement stable API contracts with explicit versioning.
  • Keep request/response semantics deterministic and auditable.

World Facts & Lisp

(define-skill-facts
  (id skill.dev.service-interfaces)
  (domain dev)
  (operational-cadence continuous)
  (provenance canonical-part64))

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/octave-commons-fork-tales-skill-dev-service-interfaces/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.

octave-commons-fork-tales-skill-dev-service-interfaces.ocm.jsonjson
{
  "ocm": "1",
  "id": "octave-commons-fork-tales-skill-dev-service-interfaces",
  "kind": "skill",
  "name": "skill.dev.service-interfaces",
  "description": "Intent: - Design and implement stable API contracts with explicit versioning. - Keep request/response semantics deterministic and auditable.",
  "publisher": "octave-commons",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "dev",
      "api",
      "contracts",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Intent: - Design and implement stable API contracts with explicit versioning. - Keep request/response semantics deterministic and auditable."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/octave-commons/fork_tales",
      "path": ".opencode/skills/skill.dev.service-interfaces/SKILL.md",
      "ref": "4ca81b1b792e9b89d6d86198e688676a2c62457e",
      "url": "https://github.com/octave-commons/fork_tales/blob/4ca81b1b792e9b89d6d86198e688676a2c62457e/.opencode/skills/skill.dev.service-interfaces/SKILL.md",
      "key": "octave-commons/fork_tales/.opencode/skills/skill.dev.service-interfaces/SKILL.md"
    }
  },
  "instructions": "# Service Interfaces\n\nIntent:\n- Design and implement stable API contracts with explicit versioning.\n- Keep request/response semantics deterministic and auditable.\n\n## World Facts & Lisp\n```lisp\n(define-skill-facts\n  (id skill.dev.service-interfaces)\n  (domain dev)\n  (operational-cadence continuous)\n  (provenance canonical-part64))\n```",
  "cost": {
    "context_tokens": 84
  }
}

Fetch it by URL: GET /api/v1/registry/octave-commons-fork-tales-skill-dev-service-interfaces/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.