Skip to content

Releases: LittlePeter52012/skill-router

v0.3.0 — Smart Pin & AI Reranking

03 Apr 03:43

Choose a tag to compare

⚡ SKRT v0.3.0

New Features

  • skrt smart-pin — Analyze agent usage patterns and auto-suggest skills to pin
    • Infrastructure detection for essential skills
    • Chat history scanning (Antigravity, Claude Code)
    • Interactive confirmation with --apply flag
  • API Provider — Gemini/OpenAI embedding reranking for semantic accuracy
    • Parallel embedding requests for low latency
    • Cosine similarity + fusion scoring
    • Graceful fallback to keyword matching on API failure
  • Secure Credential Management — API keys stored with 0600 permissions

Architecture

  • 7-strategy keyword matching engine (<50ms for 300+ skills)
  • CJK bigram support (Chinese/Japanese/Korean queries)
  • Pluggable AI backends: local (default) | api (Gemini/OpenAI)
  • Zero external dependencies (pure Go)

Install

git clone https://github.com/LittlePeter52012/skill-router.git
cd skill-router && make install
skrt smart-pin  # Auto-configure pins

Agent Integration

Works with Antigravity, Claude Code, Codex, Cursor, Gemini CLI, and any SKILL.md-based agent.