embeddings-runtime-stinger

Evaluate embedding model swaps, quantization, and vector schema compatibility for Hivemind runtimes.

72|28|Updated May 23, 2026
One-click install
npx skills add https://github.com/legioncodeinc/that-git-life --skill embeddings-runtime-stinger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: embeddings-runtime-stinger
Source: https://github.com/legioncodeinc/that-git-life/tree/main/.claude/skills/embeddings-runtime-stinger
Command: npx skills add https://github.com/legioncodeinc/that-git-life --skill embeddings-runtime-stinger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers make reliable decisions about enabling, operating, and evolving Hivemind's local embedding runtime without breaking retrieval quality or vector schemas.

Core Features & Use Cases

  • Embedding Runtime Operations: Guides daemon lifecycle management including warmup, batching, Unix-socket IPC, crash recovery, and local inference behavior.
  • Model and Configuration Decisions: Evaluates embedding model swaps, quantization choices, local versus hosted inference, and whether semantic search is worth the added resource cost.
  • Schema Safety: Protects 768-dimensional vector storage requirements by validating model dimensions and planning migrations when embedding schemas change.
  • Use Case: Help a developer decide whether to enable embeddings, diagnose a stuck embedding daemon, or plan a model migration while preserving recall integrity.

Quick Start

Use the embeddings-runtime-stinger skill to analyze whether semantic embeddings should be enabled for my Hivemind setup and provide a recommendation.

Frequently Asked Questions about embeddings-runtime-stinger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable semantic search embeddings in Hivemind?

To enable semantic search embeddings in Hivemind, you must validate 768-dimensional vector storage requirements, assess runtime costs, and configure the daemon lifecycle including warmup, batching, and Unix-socket IPC for local inference.

What is the best way to migrate embedding models without breaking vector schema compatibility?

The best way to migrate embedding models while preserving vector schema compatibility is to validate the new model's dimensions against the existing 768-dimensional schema and plan a structured migration to maintain retrieval recall integrity.

Why does my Hivemind embedding daemon get stuck during local inference?

A stuck Hivemind embedding daemon during local inference often relates to lifecycle management issues, requiring checks on warmup states, batching configurations, Unix-socket IPC connections, and crash recovery fallback behavior.

Should I use local inference or hosted models for semantic search embeddings?

Choosing local inference versus hosted models for semantic search requires evaluating quantization tradeoffs, runtime costs, and fallback behavior to determine if the added resource expense aligns with your retrieval performance needs.

Do I need 768-dimensional embeddings for Hivemind semantic search?

Yes, Hivemind semantic search requires 768-dimensional embeddings to ensure vector schema compatibility, meaning any model selection or swap must strictly validate and protect this specific dimension requirement.

When should I not enable semantic search in my Hivemind setup?

You should not enable semantic search in Hivemind when the added resource costs of local inference and daemon operations outweigh the benefits, or when your environment cannot support the required 768-dimensional vector schema.