What problem does it solve?
This skill helps you build and maintain correct Kubernetes object-map graph data so nodes, relationships, and openable references match what users expect.
Core Features & Use Cases
- Backend graph correctness for supported kinds: ensures typed collections, complete identities, and permission checks produce the intended snapshot graph.
- Edge semantics and reference completeness: verifies edges are constructed from shared facts/relationships and that openable refs include cluster, GVK, and namespace/name identity.
- Frontend model/layout/renderer alignment: updates kind allowlists, payload shapes, visible state, layout, legend/copy, and renderer behavior so the UI reflects the backend truth.
- Debug snapshots and targeted testing: uses focused Go and frontend test runs to prove nodes/edges and rendering behavior are correct, not merely “no error occurred.”
Quick Start
Work on object-map backend graph shape first by validating the intended nodes and relationship edges in the snapshot tests, then update the frontend model/layout/renderer to match the corrected payload.