infrahub-common
This skill contains shared resources referenced by all other Infrahub skills. It is not meant to be invoked directly.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
---
name: "infrahub-common"
description: "This skill contains shared resources referenced by all other Infrahub skills. It is not meant to be invoked directly."
license: "Apache-2.0"
---
# Infrahub Common References
This skill contains shared resources referenced by all other
Infrahub skills. It is not meant to be invoked directly.
## Contents
- **`graphql-queries.md`** — Infrahub GraphQL query syntax,
filters, nested queries, and pagination patterns
- **`infrahub-yml-reference.md`** — `.infrahub.yml`
configuration file format and field reference
- **`marketplace-reference.md`** — Infrahub Marketplace:
reusing published schemas and collections via
`infrahubctl marketplace get`, discovery with
`infrahubctl marketplace list` / `search` / `show`, and
airgap fallback. Reuse before modelling from scratch.
- **`netbox-vs-infrahub.md`** — Field-by-field
migration appendix for engineers porting NetBox
queries, templates, or overlay data
- **`metadata-lineage.md`** — Value metadata (`source`,
`owner`, `is_protected`): what each field means, how
to set it in object files, and why `source` does not
control edit access
- **`profiles-and-templates.md`** — The Profiles vs
Object Templates distinction and mechanics
- **`rules/`** — Cross-cutting rules shared across skills:
- Branch-first data CRUD (default to a branch, not the default branch)
- Caching display labels in queries
- Python environment and connectivity checks
- Git integration and deployment patterns
- Recovery from partial repository syncs
- Generated file protocol conventions
- Adopting generated protocols for typed SDK calls
- Information-source priority (skill content first,
with a concrete last-resort procedure for consulting
`docs.infrahub.app` on a genuine gap)More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

