From entity-linker
End-to-end entity resolution: reads a text file or pasted content, runs preprocessing, calls resolve_link_text, handles disambiguation via the Disambiguation App (or elicitation fallback), and writes the annotated output. TRIGGERS: "link entities in this", "tag mentions", "normalize names in call", "resolve entities against catalog", "link-file", "link-text".
How this skill is triggered — by the user, by Claude, or both
Slash command
/entity-linker:entity-linkerinheritThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resolves entity mentions in text inputs (transcripts, emails, docs, Slack) against the entity catalog.
Resolves entity mentions in text inputs (transcripts, emails, docs, Slack) against the entity catalog.
detect_source_type() or --type flag override.resolve_link_text(text, source_type, options).ambiguities non-empty and host supports Apps, open Disambiguation App via resolve_disambiguate_app. Otherwise use elicit.disambiguate_span loop.resolve_render(resolutions, text, format) (default: markdown).annotated/ directory next to source.--format markdown|xml|sidecar — output format (default: markdown)--type asr|email|markdown|html|plain — force source type--interactive false — headless mode (queues all ambiguities)<input_dir>/annotated/<filename> for /link-file.
resolve_link_text, resolve_disambiguate_app, resolve_renderinput-preprocessing (auto-invoked for source type detection)Provides 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.
npx claudepluginhub viktorbezdek/entity-linker --plugin entity-linker