YantrikDB/packs
Sign in

catalog

Packs

Sealed, evaluated, verifiable. Categories follow what packs measurably do.

Showing 1–10 of 10 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 4 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 4 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 4 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 3 downloads by spranab
officialyantrikdbsigned

wordpress-expert

yantrik/wordpress-expert@0.2.0

WordPress plugin and theme engineering: the hook system and load order, WP_Query and the options API, REST routes and blocks, WooCommerce data stores, multisite — and the security discipline (sanitize in, escape out, prepare every query, nonce plus capability) that separates code that runs from code that survives a plugin review.

46 facts 2 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 1 downloads by spranab
officialyantrikdbsigned

java-modern

yantrik/java-modern@0.1.0

Java as it is written on a current LTS, not as it was written in 2014. Records, sealed types and pattern matching; virtual threads and what still pins them; the concurrency and equality contracts that fail silently; java.time, BigDecimal and the numeric traps; and the JDK APIs that are insecure by default until you configure them.

47 facts 1 downloads by spranab
officialyantrikdbsigned

c-safety

yantrik/c-safety@0.1.0

Writing C that does not have a CVE in it. Memory safety, the undefined behaviour a modern optimiser will exploit, the standard-library functions whose signatures lie about what they do, integer promotion and overflow, and the build flags and sanitizers that catch what review misses.

40 facts 1 downloads by spranab
officialyantrikdbsigned

agent-memory-discipline

yantrik/agent-memory-discipline@0.1.0

Operating rules for an agent working against a persistent memory substrate: which call to reach for, how to band importance, and the traps that silently degrade a memory store over time.

19 facts 1 downloads by spranab
officialyantrikdbsigned

react-craft

yantrik/react-craft@0.2.0

React 19 as it is written now: Actions, useActionState, useOptimistic and use(); ref as a plain prop; Server Components and the client boundary — plus the effect, key, closure and context bugs that only surface under StrictMode, reordering or a slow network.

36 facts 0 downloads by spranab