Skip to content
Skillv1.0.0

openings-mcp

Commit conventions

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

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

See reviews

About

Imported from amikai/openings-mcp (AGENTS.md). Install upstream with npx skills add amikai/openings-mcp. Copyright stays with the author.

Commit conventions

  • Loosely follow Conventional Commits.
  • Exception — roster updates use the roster: prefix instead: keep each PR to a single companies.yaml roster; batch all of a session's additions into one commit (squash if already split), titled roster: add N companies to <Provider> (first population) or roster: enrich <Provider> companies (existing).

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/amikai-openings-mcp-openings-mcp/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.

amikai-openings-mcp-openings-mcp.ocm.jsonjson
{
  "ocm": "1",
  "id": "amikai-openings-mcp-openings-mcp",
  "kind": "skill",
  "name": "openings-mcp",
  "description": "Commit conventions",
  "publisher": "amikai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Commit conventions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/amikai/openings-mcp",
      "path": "AGENTS.md",
      "ref": "3726ec094d5a17e21bed592686a2e126de12a4ab",
      "url": "https://github.com/amikai/openings-mcp/blob/3726ec094d5a17e21bed592686a2e126de12a4ab/AGENTS.md",
      "key": "amikai/openings-mcp/AGENTS.md"
    }
  },
  "instructions": "# Commit conventions\n\n- Loosely follow [Conventional Commits](https://www.conventionalcommits.org/).\n- Exception — roster updates use the `roster:` prefix instead: keep each PR to a single `companies.yaml` roster; batch all of a session's additions into one commit (squash if already split), titled `roster: add N companies to <Provider>` (first population) or `roster: enrich <Provider> companies` (existing).",
  "cost": {
    "context_tokens": 102
  }
}

Fetch it by URL: GET /api/v1/registry/amikai-openings-mcp-openings-mcp/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.