·advanced-text-search-matching
</>

advanced-text-search-matching

vishalsachdev/claude-skills

Production-grade text search algorithms for finding and matching text in large documents with millisecond performance. Includes Boyer-Moore search, n-gram similarity, fuzzy matching, and intelligent indexing. Use when building search features for large documents, finding quotes with imperfect matches, implementing fuzzy search, or need character-level precision.

2Installs·0Trend·@vishalsachdev

Installation

$npx skills add https://github.com/vishalsachdev/claude-skills --skill advanced-text-search-matching

SKILL.md

Production-grade text search algorithms for finding and matching text in large documents with millisecond performance. Includes Boyer-Moore search, n-gram similarity, fuzzy matching, and intelligent indexing.

| Build Index | O(n) | n = total characters | | Exact Search (Boyer-Moore) | O(n/m) average | m = pattern length | | Fuzzy Search | O(kw) | k = candidates, w = window | | N-gram Similarity | O(n+m) | n, m = string lengths |

Production-grade text search algorithms for finding and matching text in large documents with millisecond performance. Includes Boyer-Moore search, n-gram similarity, fuzzy matching, and intelligent indexing. Use when building search features for large documents, finding quotes with imperfect matches, implementing fuzzy search, or need character-level precision. Source: vishalsachdev/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vishalsachdev/claude-skills --skill advanced-text-search-matching
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is advanced-text-search-matching?

Production-grade text search algorithms for finding and matching text in large documents with millisecond performance. Includes Boyer-Moore search, n-gram similarity, fuzzy matching, and intelligent indexing. Use when building search features for large documents, finding quotes with imperfect matches, implementing fuzzy search, or need character-level precision. Source: vishalsachdev/claude-skills.

How do I install advanced-text-search-matching?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vishalsachdev/claude-skills --skill advanced-text-search-matching Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/vishalsachdev/claude-skills