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.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 danielrosehill/claude-code-plugins --plugin text-corpus-analysis