compiled-registry-and-seed

Community

Resolve models fast from compiled + seed registries.

Authortransreal
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill solves the problem of reliably resolving LLM model identifiers in a low-latency, non-network, and non-LLM way by using a two-layer compiled registry with seed bootstrapping and strict channel separation.

Core Features & Use Cases

  • Two-tier storage with bootstrap seeds: Loads compiled registries first, and falls back to topic seeds only when allowed, enabling deterministic startup behavior and minimal runtime overhead.
  • Channel-separated lookup (public vs private): Keeps team/public production data separate from user-private overrides to prevent unsafe propagation to cloud contexts.
  • Deterministic resolve ordering: Selects the best matching entry using a priority sort across Availability, Freshness, and Class, and supports both string and association queries.
  • Compatibility wrapper for model resolution: Provides a ClaudeResolveModel wrapper compatible with the intended resolver shape to support existing caller expectations.

Quick Start

Ask Claude Code to resolve a provider/intent model by topic from the compiled registry with seed fallback enabled.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: compiled-registry-and-seed
Download link: https://github.com/transreal/claudecode/archive/main.zip#compiled-registry-and-seed

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.