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/uk-statutory-rates@0.1.0

officialyantrikdbsigned
facts
21
digest
blake3:7c46d415b888f5b049582d9f2392ed0870d2d0547e659f1117be200d277bd28b
sha256
26e64e5ae324656623106e2648d2959a3fe3e795494de86f…
signer
13a9232bc7829ea6a03e4bd6a0706c08…

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

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 8 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 7 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 8 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 7 downloads by spranab
officialyantrikdbsigned

wordpress-theme

yantrik/wordpress-theme@0.2.1

A complete design system for WordPress block themes, from activation to premium: the required file set and theme.json token discipline, a worked editorial design system with pairing rules (which fonts, colours and spacing go together), section-level exemplars for heroes, magazine layouts, pullquote and stats bands, galleries and contact sections — plus the composition grammar that took a 27B model to full marks on a rendered-craft benchmark and what is NOT a core block (there is no core/contact-form).

94 facts 6 downloads by spranab
officialyantrikdbsigned

php-modern

yantrik/php-modern@0.1.0

PHP 8 as it is actually written now: enums, readonly, constructor promotion, property hooks and match; the comparison and array semantics that changed under you; and the security defaults — PDO emulation, unserialize, escaping, randomness, password hashing — that decide whether the application is exploitable.

38 facts 8 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.