skm-select
Multi-strategy cascading skill selection engine.
This crate provides:
SelectionStrategytrait for pluggable selection algorithmsTriggerStrategyfor fast regex/keyword matching (µs)SemanticStrategyfor embedding-based similarity (ms)LlmStrategyfor LLM classification fallback (s)FewShotEnhancedwrapper for dynamic few-shot injectionCascadeSelectorfor composing strategies with early-exit