Skip to content

Documentation

SkeinRank ecosystem

One documentation portal. Two product paths.

Start with the layer that matches the problem in front of you. Agent Lexicon keeps coding agents and pull requests aligned with a repository vocabulary. SkeinRank governs approved terminology in search, RAG, and runtime workflows.

Dev-time

Agent Lexicon

A deterministic, repository-local vocabulary layer for AI coding agents, branches, diffs, and tool calls.

  • Discover candidate project terms from code and documentation.
  • Review decisions locally and publish a versioned lexicon snapshot.
  • Give agents canonical context before a task.
  • Detect terminology drift in diffs and pull requests.
Runtime

SkeinRank

A Domain Language Control Plane for governed dictionaries, bindings, snapshots, and terminology-aware runtime context.

  • Canonicalize noisy terms with the Python SDK or CLI.
  • Bind approved terminology profiles to search contexts and indexes.
  • Review evidence-backed changes before publishing snapshots.
  • Audit which terminology version a runtime binding uses.

Agent Lexicon and SkeinRank solve different parts of the same governance problem. They are independently useful and independently deployable; using both creates a reviewable path from repository language to runtime language.

You need to…Start with
Keep AI coding agents on one project vocabularyAgent Lexicon quickstart
Review newly discovered terms before publishing themReview and publish
Block or inspect terminology drift in a PRMerge and CI checks
Canonicalize noisy text in Python or the CLISkeinRank SDK quickstart
Bind terminology to an Elasticsearch runtimeElasticsearch workflow
Understand the full terminology lifecycleHow they work together