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/yantrikdb-pack-api@0.1.0

officialyantrikdbsigned
facts
14
digest
blake3:e685082980f8987cb2625a253dedc09e2275428271ba157df29f4ddd8f3c4b2b
sha256
adb2b4c80b4dff65d344fffe10f07437c26825e41f3c6a7b…
signer
13a9232bc7829ea6a03e4bd6a0706c08…

domain knowledge · qwen3.6-27b

1/2018/20

A 3B model with the same pack also scores 18/20. Model 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

yantrikdb-pack-api

yantrik/yantrikdb-pack-api@0.1.0

The YantrikDB pack API: sealing, signing, mounting, installing and trusting knowledge packs from Python — an API surface that did not exist before 2026-07-28.

14 facts 2 downloads by spranab
officialyantrikdbsigned

yantrikdb-engine

yantrik/yantrikdb-engine@0.1.0

How the YantrikDB engine actually behaves: retrieval pipeline, scoring constants, write gates, deletion semantics, and pack internals. Grounded in the source at schema v38.

45 facts 2 downloads by spranab
officialyantrikdbsigned

wordpress-expert

yantrik/wordpress-expert@0.1.0

WordPress plugin and theme craft: the hook system, and the security discipline — sanitize on input, escape on output, prepare every query, nonce every action — that separates working code from code that survives a plugin review.

12 facts 2 downloads by spranab
officialyantrikdbsigned

shakespeare-voice

yantrik/shakespeare-voice@0.1.0

Early Modern English verse craft: the grammar, vocabulary and rhetorical devices of Shakespearean writing, as enforceable rules plus retrievable exemplars.

14 facts 2 downloads by spranab
officialyantrikdbsigned

react-craft

yantrik/react-craft@0.1.0

React house rules and patterns: function components, hooks discipline, list keys, accessible forms, effect hygiene — the craft that separates working code from review-passing code.

10 facts 3 downloads by spranab
officialyantrikdbsigned

einstein-method

yantrik/einstein-method@0.1.0

Einstein's working method as procedure: thought experiments, invariance-first reasoning, operational definitions and limiting cases — with his classic gedankenexperiments as worked examples.

8 facts 2 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 — verifies, then installs:

python -m yantrik_pack_client install <slug>

Manual — any local file:

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.