Skip to content
Skillv1.0.0

WFBARNet

Repository Instructions

by M-WhiteXFox(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from M-WhiteXFox/WFBARNet (AGENTS.md). Install upstream with npx skills add M-WhiteXFox/WFBARNet. Copyright stays with the author.

Repository Instructions

  • Treat all Markdown and Chinese text files in this repository as UTF-8.
  • On Windows PowerShell, read text files with explicit encoding, for example Get-Content -Encoding UTF8.
  • Do not assume a file is corrupted just because default PowerShell output shows mojibake; verify with explicit UTF-8 decoding before editing.
  • Preserve UTF-8 when editing documentation. Prefer LF unless the existing file requires otherwise.

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/m-whitexfox-wfbarnet-wfbarnet/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.

m-whitexfox-wfbarnet-wfbarnet.ocm.jsonjson
{
  "ocm": "1",
  "id": "m-whitexfox-wfbarnet-wfbarnet",
  "kind": "skill",
  "name": "WFBARNet",
  "description": "Repository Instructions",
  "publisher": "M-WhiteXFox",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/M-WhiteXFox/WFBARNet",
      "path": "AGENTS.md",
      "ref": "eafcb45fd60c4c8515352879edc62076de9476e1",
      "url": "https://github.com/M-WhiteXFox/WFBARNet/blob/eafcb45fd60c4c8515352879edc62076de9476e1/AGENTS.md",
      "key": "M-WhiteXFox/WFBARNet/AGENTS.md"
    }
  },
  "instructions": "# Repository Instructions\n\n- Treat all Markdown and Chinese text files in this repository as UTF-8.\n- On Windows PowerShell, read text files with explicit encoding, for example `Get-Content -Encoding UTF8`.\n- Do not assume a file is corrupted just because default PowerShell output shows mojibake; verify with explicit UTF-8 decoding before editing.\n- Preserve UTF-8 when editing documentation. Prefer LF unless the existing file requires otherwise.",
  "cost": {
    "context_tokens": 112
  }
}

Fetch it by URL: GET /api/v1/registry/m-whitexfox-wfbarnet-wfbarnet/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.