What problem does it solve? Working with Infrahub requires precise knowledge of its GraphQL query conventions, the .infrahub.yml manifest format, value metadata semantics, and cross-cutting operational rules; this Skill centralizes that shared reference material so other Infrahub skills and engineers apply consistent, correct patterns instead of rediscovering them. ## Core Features & Use Cases - GraphQL Query Reference: Documents Infrahub's edges/node pagination pattern, attribute value nesting, relationship traversal, inline fragments for generics, filtering syntax, and the NoUnusedVariables validation rule. - .infrahub.yml Manifest Reference: Explains every section (schemas, queries, checks, transforms, generators, artifact definitions) with required fields, loading order, and a real-world example. - Cross-Cutting Rules: Covers branch-first data CRUD, git repository integration, protocol file regeneration, connectivity checks, display-label caching, partial sync recovery, and the YAML-driven testing framework. - Use Case: When writing a generator or check for Infrahub, consult this Skill to confirm the correct GraphQL query shape, the right .infrahub.yml fields, and the safe branch-based workflow before committing code. ## Quick Start Ask the AI to show the correct GraphQL query structure and .infrahub.yml configuration for a new Infrahub check definition.