From entity-linker
Catalog CRUD and staging review with Apps-first UX and elicitation fallback. TRIGGERS: "review staged entities", "approve new entities", "add entity to catalog", "rename entity", "deprecate entity", "import seed", "manage catalog".
How this skill is triggered — by the user, by Claude, or both
Slash command
/entity-linker:entity-catalog-manageinheritThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Wraps `catalog_*`, `staging_*`, and `pending_*` MCP tools with user-friendly confirmations. Primary UI is the Staging Review App; falls back to sequential elicitation on Claude.ai web.
Wraps catalog_*, staging_*, and pending_* MCP tools with user-friendly confirmations. Primary UI is the Staging Review App; falls back to sequential elicitation on Claude.ai web.
/add-entity
Interactive creation via the catalog_create tool. Confirms: id, type, canonical name, aliases, disambiguation hint.
/catalog-import path/to/entities.seed.yml
Calls catalog_import → validates → upserts → rebuilds indices.
Seed YAML format (flat list, docs/examples/entities.seed.yml):
version: 1
entities:
- id: stefan-weber
type: person
canonical_name: Stefan Weber
disambiguation_hint: "AI lead"
aliases: [Stefan, SW]
/review-staged
Opens the Staging Review App (or elicitation fallback). For each pending candidate: approve-new / merge-existing (with autocomplete) / reject.
/entity-search <query>
Calls catalog_search(query) using FTS5 BM25 ranking.
Deprecation is soft-delete — entity is excluded from matching but kept in resolution_log for audit. Use catalog_deprecate(entity_id).
catalog_list, catalog_get, catalog_search, catalog_create, catalog_updatecatalog_add_alias, catalog_deprecate, catalog_import, catalog_statsstaging_stage, staging_list, staging_approve, staging_rejectstaging_review_apppending_list, pending_resolvenpx 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.