From text-corpus-analysis
Extract named entities (people, places, organizations, dates, products) from a text corpus. Use when the user wants to know "who and where is mentioned" or needs a list of entities for downstream indexing, linking, or trend analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/text-corpus-analysis:ner-extractionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull named entities out of a corpus.
Pull named entities out of a corpus.
en_core_web_trf for quality, en_core_web_sm for speed) — free, local, handles millions of docs.[{text, label, start, end, doc_id}].synonym-cluster on the deduped entity list to catch transcription variants.entities.jsonl: one record per mention.entities-summary.csv: canonical_name, label, mention_count, first_seen, last_seen.trend-analysis for "mentions of X over time".correlation-analysis to test whether entity mentions correlate with metadata.npx claudepluginhub danielrosehill/claude-code-plugins --plugin text-corpus-analysisOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.