YantrikDB/packs
Sign in

packs.yantrikdb.com

Mount what your model
was never trained on.
Unmount it when you're done.

A pack is a sealed, signed, measured YantrikDB file. Your local model mounts it and gains the knowledge, rules and skills inside — then gives them back, leaving your memory byte-for-byte as it was.

specimen

yantrik/blender-craft@0.1.0

officialyantrikdbsigned
facts
26
digest
blake3:daf7920844e30d5add1db90f9ea7bcf7350ce3f9da03f7f8d01997af7467da89
sha256
9c21f50f4031f2145adbe4601ae3c9739022438bf4dceb60…
signer
98b0762e7e6341c483951c332fca9df4…

domain knowledge · qwen3.6-27b

1/2015/20

An 0.8B model with the same pack also scores 15/20 — a 34× parameter range landing on one number. Size predicts the baseline, not the result.

code against an unseen API

0/43/4

Execution-graded against an API younger than every model tested. Baseline fails at the interpreter, not the grader.

unrelated tasks · attach-harm gate

12/1212/12

A pack that wins its category by wrecking everything else fails certification here.

catalog

Latest packs

Every listing is sandbox-evaluated: signature verified, memories scanned, installed rules shown verbatim.

All packs →
officialyantrikdbsigned

blender-craft

yantrik/blender-craft@0.1.0

Blender asset craft for a model that has to produce clean, exportable geometry and write bpy scripts that survive a second run. 13 constitution rules plus 24 corpus facts on real-world scale, topology and edge flow where a mesh deforms, modifier order and what must be applied before export, normals and the Blender 4.1 auto-smooth change, UV seams and consistent texel density, material and node hygiene, naming and hierarchy, origins and transforms, glTF versus FBX and what each loses, the axis and unit traps between Blender and game engines, poly and texture budgets, what must never ship inside a .blend, and the bpy patterns that make a script idempotent instead of stacking duplicates. WRITTEN AS FLOORS, NOT ONLY CEILINGS: each do-less rule is paired with a concrete minimum stated first, and prefers a checkable number or setting to an adjective — a rule the consuming model cannot verify it has followed is not a rule. Targets Blender 4.x, and any version-sensitive claim names its version. HONEST LIMITS: the bpy API surface has NOT been executed against a live Blender build, so treat operator and property names as needing a docs check before they go into production code; the pack deliberately describes an operation in prose wherever its exact API name was uncertain rather than guessing one. No measured efficacy yet — unlike web-craft there is no before/after run behind this, so nothing here claims a number. Scope is asset production and scripting; it says nothing about sculpting workflow, simulation, compositing or animation beyond rigging floors.

26 facts 50 downloads by spranab
officialyantrikdbsigned

web-craft

yantrik/web-craft@0.3.1

Design guidance for writing a genuinely good self-contained web page by hand: no build step, no CDN, no webfonts, no remote assets, renders with the network unplugged. 14 constitution rules plus 25 corpus facts covering page ground and card surfaces, an oklch colour system with one accent and separate semantics, type scale with distinct display and body settings, measure, spacing rhythm, section separation, elevation, dark mode as a second design, motion choreography, focus and selection detail, real copy, and the specific default looks that read as machine-made. WRITTEN AS FLOORS, NOT ONLY CEILINGS. The previous version was written the way you brief a human designer, mostly restraint, and a small model applied every prohibition absolutely and produced a stripped page: pure black ground, no card surfaces, hero missing. So every do-less rule here is paired with a concrete minimum stated first, and prefers a checkable number to an adjective. PROVENANCE: authored by qwen/qwen3.8-max against that brief, for consumption by a smaller local model. MEASURED, and the honest limits: on one clean run against qwen3.6:35b-a3b the pack took the same prompt from a generic page to an 18k-character complete one -- oklch used 25 times, card radius present, no pure black. That is N=1, the pack is unsigned, and two of its own floors (focus-visible rings and tabular figures) were NOT adopted in that run. Scope is one hand-written page; it says nothing about frameworks or bundlers and is not a substitute for a designer.

25 facts 54 downloads by spranab
officialyantrikdbsigned

uk-statutory-rates

yantrik/uk-statutory-rates@0.1.0

UK statutory pay and tenancy deposit rules as published on gov.uk, for the rates in force from 1 April 2026: National Minimum Wage and National Living Wage by age band, the apprentice rate and the two-part condition that makes it expire, Statutory Sick Pay as the lower of £123.25 a week and 80% of average weekly earnings, and the England and Wales tenancy deposit regime. These are policy values, not derivable ones — a model without them does not reason its way to £12.71, it recites last year's figure with the same confidence. Every value here was read from the gov.uk page that publishes it on 2 August 2026.

21 facts 53 downloads by spranab
officialyantrikdbsigned

python-stdlib

yantrik/python-stdlib@0.1.0

The Python 3.13.5 standard library's actual API surface, generated from the interpreter itself: every signature via inspect.signature (correct by construction, never from memory), CPython's own docstring summaries, plus authored recipes for the tasks agents actually do. Aimed at the measured failure mode of local models — invented imports and wrong signatures.

377 facts 55 downloads by spranab
officialyantrikdbsigned

mcp-spec

yantrik/mcp-spec@0.3.2

The complete Model Context Protocol specification, revision 2026-07-28 — published after every current model's training data, which is exactly why it matters: this revision removes the initialize handshake and protocol sessions, deprecates Roots, Sampling and Logging, replaces server-initiated requests with Multi Round-Trip Requests (MRTR), and replaces resources/subscribe with subscriptions/listen. A model writing MCP code from memory writes the old protocol. Covers all 31 specification pages and the official extensions: the migration delta first, then tools, resources, prompts, the OAuth authorization framework with Client ID Metadata Documents, both transports, caching, pagination, completion, and the Tasks and Apps extensions.

213 facts 42 downloads by spranab
officialyantrikdbsigned

java-stdlib

yantrik/java-stdlib@0.2.0

The Java standard library's actual API surface, disassembled from the local JDK with javap: exact method signatures for the sixty classes agent code touches most — collections, streams, files, HTTP client, time, concurrency — correct by construction, never from memory. Complements yantrik/java-modern (idioms and style) with ground truth aimed at the measured failure mode of local models: invented methods and wrong signatures.

66 facts 52 downloads by spranab

registry

Verify a pack from anywhere

Got a .ydbpack from a mirror, a colleague, a link? Check it against the registry before mounting. Every build's file hash is recorded permanently.

sha256sum physics.ydbpack
curl "https://packs.yantrikdb.com/api/v1/verify?sha256=<hash>"

A known hash returns the pack's identity, its publisher key and its listing. An unknown hash means the file is not what we evaluated — don't mount it.

install

Two paths in

Native — resolves the slug, checks the file against the registry, then installs:

curl -O https://packs.yantrikdb.com/client/yantrik_pack_client.py
python yantrik_pack_client.py install <slug>

Manual — any local file, no network:

pip install yantrikdb
yantrikdb pack install ./file.ydbpack

If a signature can't be verified, nothing mounts silently — the client names what it couldn't establish and waits for you to confirm.