okf-graphql
Installation
SKILL.md
GraphQL OKF Connector
This skill provides a Go-based CLI tool to document a GraphQL schema (SDL) as an Open Knowledge Format (OKF) bundle: one concept per user-defined type and per root operation, with fields and operations linked to the types they reference. It needs only the SDL file — no live server.
When to Use
Use this skill when you need to:
- Catalog a GraphQL API from its SDL — types under
types/, queries underqueries/, mutations undermutations/(subscriptions undersubscriptions/). - Turn the type graph into a connected, browsable view — field→type and
operation→type
referencesedges render as typed edges inokf-viz. - Round-trip enriched descriptions back to a
.okf-metadata.yamlsidecar.