Skip to content
@SkeinRank

SkeinRank

Open-source toolkit for terminology normalization, attribute enrichment, and governance for technical search.

SkeinRank logo

SkeinRank

The open-source control plane for the language your search runs on.

Your team's vocabulary drifts — features get renamed, slang piles up, acronyms collide.
Your embedding model never learned your internal names, so retrieval quietly rots.
SkeinRank detects that drift, versions your terminology, and keeps search quality under control as you scale.

Website · Quickstart · Docs · Main repo · PyPI

CI PyPI License


The problem nobody is measuring

Retrieval quality isn't static — it decays.

A feature called checkout-v2 in January becomes payments-core in your June docs. On-call still types "the checkout thing." Three names for one reality, indexed at different times. Your embedding model never saw your internal names on the public internet, so it guesses — and as your language drifts, those guesses rot. No error, no alert, just search that's a little worse every month until someone says "the bot got dumb."

Your vocabulary is the one input to retrieval that changes constantly — and no system owns it, versions it, or tells you when it drifts.

SkeinRank is that system.

What SkeinRank does

A terminology control plane that sits beside the Elasticsearch, OpenSearch, or vector DB you already run. It doesn't replace your search engine — it governs the language feeding into it.

  • Drift detection — measure how far your live language has moved from the vocabulary your search relies on.
  • Terminology governance — canonical terms, aliases, profiles, bindings, and immutable versioned snapshots.
  • Context-aware disambiguationpg timeout resolves differently from pg layout, by explicit rule, not a guess.
  • Evidence-assisted review — validate every change against real indexed content before it ships.
  • Safe rollout — blue/green alias swap, rollback, and before/after retrieval evaluation.
  • Agent integration via MCP — agents can propose terminology fixes under strict RBAC, but never mutate production directly.

Try it in 60 seconds

pip install skeinrank
import skeinrank
skeinrank.canonicalize("k8s pg timeout")   # → "kubernetes postgresql timeout"
skeinrank.canonicalize("pg layout")        # → "page layout"

Repositories

Repository What's inside
skeinrank Monorepo: Python SDK & CLI, governance API, React console, Elasticsearch provider, Helm chart, Docker Compose stack, and docs.

Inside the monorepo:

Package Purpose
skeinrank-core Python SDK, CLI, canonicalization & extraction
skeinrank-governance-api FastAPI control-plane API, workers, MCP adapter
skeinrank-provider-elasticsearch Elasticsearch provider & enrichment CLI
skeinrank-ui React/TypeScript governance console

Project status

SkeinRank is in active open-source public preview — not a hosted SaaS. Current focus: binding-aware runtime canonicalization, terminology drift detection, safe governance, Terminology-as-Code, and operator-controlled Elasticsearch/OpenSearch delivery.

Start at skeinrank.github.io · Apache-2.0 licensed.

Pinned Loading

  1. skeinrank skeinrank Public

    SkeinRank — Domain Language Control Plane for enterprise search, RAG, and AI-agent workflows.

    Python 2

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…