From entity-linker
Reference skill for the matching pipeline: scoring model, normalization chain, Czech inflection rules, phonetic algorithms, and thresholds. TRIGGERS: "tune matching", "why did it miss this name", "explain scoring", "add a phonetic algorithm", "adjust thresholds", "debug matching".
How this skill is triggered — by the user, by Claude, or both
Slash command
/entity-linker:entity-matcherinheritThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Documents the matching pipeline internals. Load on demand when debugging or tuning — not during normal linking.
Documents the matching pipeline internals. Load on demand when debugging or tuning — not during normal linking.
score = 0.45·lex + 0.20·phon + 0.20·type_fit + 0.10·local_recency
− 0.05·short_pen − 0.05·ambig_pen
rapidfuzz.WRatio(window, alias) / 100references/algorithms.md — normalize chain, phonetic indices, trigramreferences/scoring.md — 7 cue families for type_fitreferences/edge-cases.md — Czech inflection, ASR noise, short aliases, homographsnpx claudepluginhub viktorbezdek/entity-linker --plugin entity-linkerProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.