Kyzo
Official@kyzobuild
A pure-Rust unified retrieval database (relational + graph + vector + text + time) in one Datalog engine.
Agent Skills by Kyzo
Showing 10 vetted skills indexed across 1 GitHub repositories.
python-adapters-success
Builds Pydantic foreign models, contract models, and ordered unions for Python boundary crossing.
python-verbs-failure
Detects seven failure patterns in Python model verb and derivation implementations.
python-state-success
Implements consistency model and binding constructs for mutable state in Python.
python-wiring-failure
Detects misplaced Python plumbing code outside route files and composition roots.
python-values-failure
Detects thirteen anti-patterns in Pydantic domain value modeling for Python.
python-adapters-failure
Detects hand-rolled boundary crossings in Python code that bypass Pydantic adapter constructs.
python-values-success
Build proven Pydantic domain data shapes including scalars, value objects, concept models, collections, and unions.
python-state-failure
Detects three failure patterns where live state or transport clients escape the consistency model in Python.
python-wiring-success
Builds Python config, route, and composition root constructs for program plumbing.
python-verbs-success
Defines verb and derivation constructs for behavior on Pydantic models in Python.
Frequently Asked Questions About Kyzo
FAQPage SchemaWhat tasks can I accomplish using Kyzo's skills?▼
Kyzo's skills guide construction of disciplined Python model code: five proven domain data shapes, verb and derivation methods, consistency models and bindings for live state, config/route/composition-root plumbing, and foreign-model/contract-model/ordered-union boundary crossings. Companion failure skills flag anti-patterns like stub bodies, bare primitives, and hand-rolled exception handling.
Who should use Kyzo's modeling skills?▼
Python engineers building Pydantic-style domain models who want enforced architectural boundaries. The skills target developers writing model methods, mutable state holders, transport clients, route handlers, settings readers, and foreign payload adapters, ensuring every construct has a modeled declaration authorizing it.
How do Kyzo's success and failure skills work together?▼
Each success skill defines the legal constructs for a layer — values, verbs, state, wiring, adapters — while its paired failure skill fires when code is about to violate that layer, such as an undecorated method on a frozen model, a top-level def outside route files, or a union built without a discriminator.
What prerequisites do Kyzo's skills assume?▼
The skills assume a Python codebase using Pydantic-style models with frozen models, validators, discriminated unions, and typed fields. Concepts referenced include consistency models, composition roots, route files, transport clients, and environment configuration reads, so familiarity with layered application architecture is expected.
What is Kyzo's core database product?▼
Kyzo is a pure-Rust unified retrieval database combining relational, graph, vector, text, and time-series data in a single Datalog engine. The published skills complement this by enforcing rigorous domain modeling and boundary-crossing discipline in Python programs that interact with such data systems.