Imported from pnsk-lab/hikkaku (packages/onnx/AGENTS.md). Install upstream with npx skills add pnsk-lab/hikkaku --skill onnx. Copyright stays with the author.
Inherit repository-wide rules from the root AGENTS.md.
Package scope: packages/onnx/**
Keep @hikkaku/onnx focused on ONNX decoding and Gobox-based inference helpers.
Support only the smallest ONNX subset needed for the checked-in examples unless the API clearly advertises otherwise.
Run bun run typecheck and bun run test in this package after API changes.
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/pnsk-lab-hikkaku-onnx/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.
pnsk-lab-hikkaku-onnx.ocm.jsonjson
{
"ocm": "1",
"id": "pnsk-lab-hikkaku-onnx",
"kind": "skill",
"name": "onnx",
"description": "Inherit repository-wide rules from the root `AGENTS.md`.",
"publisher": "pnsk-lab",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Inherit repository-wide rules from the root `AGENTS.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/pnsk-lab/hikkaku",
"path": "packages/onnx/AGENTS.md",
"ref": "bf61e983e874dd90dcf6381842bb66fcd9ebe155",
"url": "https://github.com/pnsk-lab/hikkaku/blob/bf61e983e874dd90dcf6381842bb66fcd9ebe155/packages/onnx/AGENTS.md",
"key": "pnsk-lab/hikkaku/packages/onnx/AGENTS.md"
}
},
"instructions": "Inherit repository-wide rules from the root `AGENTS.md`.\n\nPackage scope: `packages/onnx/**`\n\n- Keep `@hikkaku/onnx` focused on ONNX decoding and Gobox-based inference helpers.\n- Support only the smallest ONNX subset needed for the checked-in examples unless the API clearly advertises otherwise.\n- Run `bun run typecheck` and `bun run test` in this package after API changes.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/pnsk-lab-hikkaku-onnx/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.