lss

Index local files and SQLite tables for hybrid BM25 and embedding search.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kortix-ai/computer --skill lss
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lss
Source: https://github.com/kortix-ai/computer/tree/main/packages/kortix-opencode/skills/KORTIX-system/lss
Command: npx skills add https://github.com/kortix-ai/computer --skill lss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LSS enables fast, accurate semantic search over local files and SQLite databases, replacing basic keyword lookups with meaning-aware retrieval.

Core Features & Use Cases

  • Semantic recall over codebases or documentation
  • Hybrid BM25 + embedding search
  • Search SQLite data without building a custom adapter
  • Watch mode for continuously indexed local content

Quick Start

Index a project folder with lss and then perform semantic searches across the content.

Frequently Asked Questions about lss

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

FAQPage Schema
How do I perform semantic search over local files and SQLite databases?▼

Semantic search over local files and SQLite databases is achieved by indexing your content with hybrid BM25 and embeddings, enabling meaning-aware retrieval without building custom adapters.

What is the best way to search a SQLite database using natural language queries?▼

Searching a SQLite database with natural language is handled by indexing SQLite tables with hybrid BM25 and embedding search, allowing semantic recall directly over the stored data.

Can I continuously index local files for semantic search?▼

Continuously indexing local files is supported through watch mode, which automatically updates the index as file contents change to maintain accurate semantic search results.

Does local semantic search over codebases require an external embedding provider?▼

Local semantic search over codebases does not require external providers, offering a choice of local or OpenAI-based providers to generate embeddings for the hybrid search index.

When should I use hybrid BM25 and embedding search over keyword lookups?▼

Hybrid BM25 and embedding search is used over basic keyword lookups when you need semantic recall over codebases or documentation, matching meaning rather than just exact terms.