Skip to content
Skillv1.0.0

docs

Repo conventions

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

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

See reviews

About

Imported from ryanrasti/typegres (docs/AGENTS.md). Install upstream with npx skills add ryanrasti/typegres --skill docs. Copyright stays with the author.

Repo conventions

Code style

  • Prefer inlining functions and constants when simple and used <3 times. A two-line helper called once costs more in indirection than it saves — reach for a name once a third call site shows up.

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/ryanrasti-typegres-docs/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.

ryanrasti-typegres-docs.ocm.jsonjson
{
  "ocm": "1",
  "id": "ryanrasti-typegres-docs",
  "kind": "skill",
  "name": "docs",
  "description": "Repo conventions",
  "publisher": "ryanrasti",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repo conventions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ryanrasti/typegres",
      "path": "docs/AGENTS.md",
      "ref": "b8fbf7d79ef69f278b72608866996bd004a76bed",
      "url": "https://github.com/ryanrasti/typegres/blob/b8fbf7d79ef69f278b72608866996bd004a76bed/docs/AGENTS.md",
      "key": "ryanrasti/typegres/docs/AGENTS.md"
    }
  },
  "instructions": "# Repo conventions\n\n## Code style\n\n- Prefer inlining functions and constants when simple and used <3 times.\n  A two-line helper called once costs more in indirection than it saves —\n  reach for a name once a third call site shows up.",
  "cost": {
    "context_tokens": 58
  }
}

Fetch it by URL: GET /api/v1/registry/ryanrasti-typegres-docs/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.