Release 0.0.1
| Release Number | 0.0.1 |
|---|---|
| Release Type | Feature |
| Release Date | April 9th, 2026 |
| Tag | v0.0.1 |
Release summary
Describe a schema, object, check, generator, transform, or menu in plain language and get valid Infrahub resources without first mastering the platform's data model. Infrahub Skills is an open-source skills package for AI coding assistants, and this first release ships eight skills across the build, query, and audit lifecycle.
Build Infrahub resources from natural language
Eight skills cover the Infrahub development lifecycle, one per task, each with the rules, examples, and references for that task.
- Generate schemas, objects, checks, generators, transforms, and menus, one skill per task — managing-schemas, managing-objects, and the rest.
- Query live data with analyzing-data, and audit a repository against Infrahub conventions with auditing-repo, which checks details that span files, such as whether query names match between Python and
.infrahub.yml. - Apply conventions verified against the server: a relationship to a generic needs an explicit
kind:anddata:wrapper,regex/min_length/max_lengthmove into aparametersblock, and generated SDK protocol files are never edited manually.