Skip to content
Skillv1.0.0

src

No modules live here. Add code under [`docxplus/`](docxplus/AGENTS.md), inside the package, and import siblings relatively (`from .crypto import digest`) so the package is relocatable and works identi

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

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

See reviews

About

Imported from docxology/docxplus (src/AGENTS.md). Install upstream with npx skills add docxology/docxplus --skill src. Copyright stays with the author.

src/ — agent guide

No modules live here. Add code under docxplus/, inside the package, and import siblings relatively (from .crypto import digest) so the package is relocatable and works identically installed or from a checkout.

Never reintroduce a flat top-level module beside docxplus/. It would be importable from a checkout, absent from every wheel, and the difference would not show up until somebody installed the package and found it empty.

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/docxology-docxplus-src/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.

docxology-docxplus-src.ocm.jsonjson
{
  "ocm": "1",
  "id": "docxology-docxplus-src",
  "kind": "skill",
  "name": "src",
  "description": "No modules live here. Add code under [`docxplus/`](docxplus/AGENTS.md), inside the package, and import siblings relatively (`from .crypto import digest`) so the package is relocatable and works identically installed or from a checkout.",
  "publisher": "docxology",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "No modules live here. Add code under [`docxplus/`](docxplus/AGENTS.md), inside the package, and import siblings relatively (`from .crypto import digest`) so the package is relocatable and works identically installed or from a checkout."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/docxology/docxplus",
      "path": "src/AGENTS.md",
      "ref": "00f7dd6e54aead90d34ee59e94a27259e9f15d38",
      "url": "https://github.com/docxology/docxplus/blob/00f7dd6e54aead90d34ee59e94a27259e9f15d38/src/AGENTS.md",
      "key": "docxology/docxplus/src/AGENTS.md"
    }
  },
  "instructions": "# src/ — agent guide\n\nNo modules live here. Add code under [`docxplus/`](docxplus/AGENTS.md), inside the\npackage, and import siblings relatively (`from .crypto import digest`) so the package\nis relocatable and works identically installed or from a checkout.\n\nNever reintroduce a flat top-level module beside `docxplus/`. It would be importable\nfrom a checkout, absent from every wheel, and the difference would not show up until\nsomebody installed the package and found it empty.",
  "cost": {
    "context_tokens": 119
  }
}

Fetch it by URL: GET /api/v1/registry/docxology-docxplus-src/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.