semantic-search-enrichment

Community

Boost recall with lemma, synonym, and hypernym expansion

Authorthistleknot
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Semantic search enrichment fixes missed matches caused by morphological variation and semantic distance, where a literal substring or regex query fails to find conceptually related terms.

Core Features & Use Cases

  • Linguistic normalization: lemmatizes inflected forms so “configured” matches “configure”.
  • Synset-based semantic expansion: adds WordNet synonyms to capture near-meaning variants like “bug”→“defect” and “issue”→“problem”.
  • Hypernym-chain expansion: optionally expands queries to broader concepts (hypernyms) to improve recall during audits and cross-artifact discovery.

Use cases: repository-wide code audits, configuration/wording change detection, and retrieval pipelines where recall matters more than precision.

Quick Start

Use semantic-search-enrichment to expand the term you are searching for, then run the resulting regex pattern against your codebase or document corpus.

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: semantic-search-enrichment
Download link: https://github.com/thistleknot/skills/archive/main.zip#semantic-search-enrichment

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.