Skip to content
Skillv1.0.0

nekofin

All commits must follow the Conventional Commits format enforced by `@commitlint/config-conventional`.

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

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

See reviews

About

Imported from lonzzi/nekofin (AGENTS.md). Install upstream with npx skills add lonzzi/nekofin. Copyright stays with the author.

Agent Instructions

All commits must follow the Conventional Commits format enforced by @commitlint/config-conventional.

Examples:

  • fix: stabilize settings sheet presentation
  • refactor: introduce media adapter harness
  • test: add query key contract coverage
  • docs: document test harness architecture

Before committing behavior changes, run the relevant local regression commands and mention any command that could not be run.

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/lonzzi-nekofin-nekofin/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.

lonzzi-nekofin-nekofin.ocm.jsonjson
{
  "ocm": "1",
  "id": "lonzzi-nekofin-nekofin",
  "kind": "skill",
  "name": "nekofin",
  "description": "All commits must follow the Conventional Commits format enforced by `@commitlint/config-conventional`.",
  "publisher": "lonzzi",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "All commits must follow the Conventional Commits format enforced by `@commitlint/config-conventional`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/lonzzi/nekofin",
      "path": "AGENTS.md",
      "ref": "3c1057f167f6a95f70b5d173119f92590d2d1a86",
      "url": "https://github.com/lonzzi/nekofin/blob/3c1057f167f6a95f70b5d173119f92590d2d1a86/AGENTS.md",
      "key": "lonzzi/nekofin/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\nAll commits must follow the Conventional Commits format enforced by `@commitlint/config-conventional`.\n\nExamples:\n\n- `fix: stabilize settings sheet presentation`\n- `refactor: introduce media adapter harness`\n- `test: add query key contract coverage`\n- `docs: document test harness architecture`\n\nBefore committing behavior changes, run the relevant local regression commands and mention any command that could not be run.",
  "cost": {
    "context_tokens": 110
  }
}

Fetch it by URL: GET /api/v1/registry/lonzzi-nekofin-nekofin/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.