okf-sqlite

Installation
SKILL.md

SQLite OKF Connector

This skill provides a Go-based CLI tool to convert SQLite database schemas and comments into Open Knowledge Format (OKF) bundles, and validate existing databases against OKF bundles.

When to Use

Use this skill when you need to:

  1. Extract metadata, table structures, column definitions, and primary keys from a local SQLite database into a portable OKF bundle.
  2. Verify that an existing SQLite database conforms to an OKF bundle definition.

Setup

The connector is written in Go and requires Go 1.24+ to build from source:

# Install the published binary (Go 1.24+) — no clone needed:
go install github.com/xSAVIKx/okf-skills/skills/okf-sqlite@v0.1.0
Installs
15
GitHub Stars
34
First Seen
Jun 14, 2026
okf-sqlite — xsavikx/okf-skills