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:

  1. Catalog a GraphQL API from its SDL — types under types/, queries under queries/, mutations under mutations/ (subscriptions under subscriptions/).
  2. Turn the type graph into a connected, browsable view — field→type and operation→type references edges render as typed edges in okf-viz.
  3. Round-trip enriched descriptions back to a .okf-metadata.yaml sidecar.

Setup

Installs
5
GitHub Stars
34
First Seen
Jun 30, 2026
okf-graphql — xsavikx/okf-skills