xSAVIKx/okf-skills

Open Knowledge format agentic skills

This repository also configures its own agents. See what okf-skills tells them →

33Stars on the repository
17Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

okf-mcp

01

xSAVIKx/okf-skills

Skill Claude CodeCodex

Generic Model Context Protocol (MCP) server that discovers installed okf- skill binaries and exposes their produce/ingest commands as MCP tools for any MCP-capable harness (Claude Code, Gemini CLI, etc.). Use when wiring OKF Skills into an agent over MCP instead of invoking each connector binary directly.

not rated 33 +1 9d ago A SkillSpector: pass 67 tokens original Apache-2.0

okf-bigquery

02

xSAVIKx/okf-skills

Skill Claude CodeCodex

Google Cloud BigQuery connector that produces and ingests Open Knowledge Format (OKF) bundles from dataset schemas, table/field descriptions, and metadata. Use when documenting or cataloging BigQuery datasets, extracting schema metadata into OKF, or syncing descriptions back to BigQuery tables and fields.

not rated 33 +1 9d ago A SkillSpector: warn 63 tokens original Apache-2.0

okf-csv

03

xSAVIKx/okf-skills

Skill Claude CodeCodex

CSV connector that produces and ingests Open Knowledge Format (OKF) bundles from a directory of CSV files. Infers each file's column schema (integer/number/boolean/date/string) by sampling rows, optionally embeds a per-column data profile and sample rows, and syncs descriptions back to a .okf-metadata.yaml sidecar.…

not rated 33 +1 9d ago A SkillSpector: pass 108 tokens original Apache-2.0

okf-enrich

04

xSAVIKx/okf-skills

Skill Claude CodeCodex

Guidance for an AI agent to enrich an Open Knowledge Format (OKF) bundle with high-quality concept descriptions using its own LLM — grounded in the bundle's schema, data profile, and samples — then optionally sync them back to the source. Use when an OKF bundle has missing, weak, or low-quality descriptions that…

not rated 33 +1 9d ago A SkillSpector: pass 86 tokens original Apache-2.0

okf-fs

05

xSAVIKx/okf-skills

Skill Claude CodeCodex

Local filesystem connector that produces and ingests Open Knowledge Format (OKF) bundles documenting directory trees and file metadata, honoring .okfignore and .okf-metadata.yaml. Use when documenting or cataloging a local folder structure, or capturing filesystem metadata as an OKF bundle.

not rated 33 +1 9d ago A SkillSpector: pass 62 tokens original Apache-2.0

okf-git

06

xSAVIKx/okf-skills

Skill Claude CodeCodex

Git repository connector that produces and ingests Open Knowledge Format (OKF) bundles documenting repository file trees plus commit-history metadata (times, authors, messages), honoring .gitignore and .okfignore. Use when documenting or cataloging a Git repository as an OKF bundle.

not rated 33 +1 9d ago A SkillSpector: pass 61 tokens original Apache-2.0

okf-graphql

07

xSAVIKx/okf-skills

Skill Claude CodeCodex

GraphQL connector that produces and ingests Open Knowledge Format (OKF) bundles from a GraphQL SDL document. Parses the schema into one concept per user-defined type (object/input/interface/enum/union) and per root operation (query/mutation/subscription field), links fields and operations to the types they reference…

not rated 33 +1 9d ago A SkillSpector: pass 111 tokens original Apache-2.0

okf-lint

08

xSAVIKx/okf-skills

Skill Claude CodeCodex

Deterministic validator for Open Knowledge Format (OKF) bundles. Checks spec conformance (root index.md carries only okfversion, subdirectory index.md files carry no frontmatter, every concept has a non-empty type) plus enrichment coverage (placeholder descriptions, broken cross-links, orphans), and gates CI via its…

not rated 33 +1 9d ago A SkillSpector: pass 111 tokens original Apache-2.0

okf-mongodb

09

xSAVIKx/okf-skills

Skill Claude CodeCodex

MongoDB connector that produces and ingests Open Knowledge Format (OKF) bundles by sampling documents to infer each collection's schema. Emits one concept per collection with a Name | Type | Presence table (top-level fields, with mixed types shown as a union and presence as the percentage of sampled documents). The…

not rated 33 +1 9d ago A SkillSpector: pass 126 tokens original Apache-2.0

okf-mysql

10

xSAVIKx/okf-skills

Skill Claude CodeCodex

MySQL connector that produces and ingests Open Knowledge Format (OKF) bundles from database schemas and table/column comments. Use when documenting or cataloging a MySQL database, extracting its schema and comments into OKF, or syncing descriptions back to MySQL via DDL.

not rated 33 +1 9d ago A SkillSpector: pass 61 tokens original Apache-2.0

okf-openapi

11

xSAVIKx/okf-skills

Skill Claude CodeCodex

OpenAPI/Swagger connector that produces and ingests Open Knowledge Format (OKF) bundles from an API contract. Parses an OpenAPI 3.x or Swagger 2.0 spec (JSON or YAML) into one concept per operation (API Endpoint) and per component schema (Schema), links endpoints to the schemas they reference as typed cross-links, and…

not rated 33 +1 9d ago A SkillSpector: pass 114 tokens original Apache-2.0

okf-postgresql

12

xSAVIKx/okf-skills

Skill Claude CodeCodex

PostgreSQL connector that produces and ingests Open Knowledge Format (OKF) bundles from database schemas and table/column descriptions. Use when documenting or cataloging a PostgreSQL database, extracting its schema and comments into OKF, or syncing descriptions back with COMMENT ON statements.

not rated 33 +1 9d ago A SkillSpector: pass 60 tokens original Apache-2.0

xSAVIKx/okf-skills

Skill Claude CodeCodex

Guidance and the bundled OKF specification for building a new Open Knowledge Format (OKF) producer/connector skill in this project — the architectural principles, the okf-go library contract, the produce/ingest/schema command surface, the secret-handling and sync conventions, and the exact registration steps. Use when…

not rated 33 +1 9d ago A SkillSpector: pass 128 tokens original Apache-2.0

okf-reader

14

xSAVIKx/okf-skills

Skill Claude CodeCodex

Guidance for AI agents on how to parse, traverse, and query Open Knowledge Format (OKF) bundles efficiently — minimizing token usage and avoiding slow recursive directory walks. Use when reading, navigating, analyzing, or answering questions about an existing OKF bundle. Instructions-only; no binary required.

not rated 33 +1 9d ago A SkillSpector: pass 63 tokens original Apache-2.0

okf-sqlite

15

xSAVIKx/okf-skills

Skill Claude CodeCodex

SQLite connector that produces and ingests Open Knowledge Format (OKF) bundles from database schemas and comments, CGO-free via modernc.org/sqlite. Use when documenting or cataloging a SQLite database, extracting its schema into OKF, or comparing/validating a database against an OKF bundle.

not rated 33 +1 9d ago A SkillSpector: pass 67 tokens original Apache-2.0

okf-viz

16

xSAVIKx/okf-skills

Skill Claude CodeCodex

Visualizer that renders an Open Knowledge Format (OKF) bundle into a single self-contained interactive index.html — a three-pane explorer (tree/filters, a Cytoscape graph with switchable layouts, and a rendered reader) written next to index.md. Use when you want a human-browsable, graph view of an OKF bundle, or to…

not rated 33 +1 9d ago A SkillSpector: pass 88 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: