Skills for analyzing large text corpora — topic modeling, NER, categorization, taxonomy derivation, word frequency, synonym clustering, parametric and correlation analysis. Supports classical NLP, local LLMs, and cloud LLMs (OpenRouter) with explicit cost-awareness for large runs.
Assign each document in a corpus to one of N user-defined categories. Use when the user has a fixed taxonomy (e.g. 10-20 labels) and wants every note/document routed into exactly one (or top-k) of them. Supports zero-shot classifiers, local LLMs, and cloud LLMs with cost-aware batching.
Decide whether a corpus analysis task should use classical NLP, a local LLM, or a cloud LLM (OpenRouter) given corpus size, task complexity, and cost tolerance. Use first, before any other skill in this plugin, especially when the corpus is large (thousands+ of documents) or when an LLM pass could get expensive.
Correlate metadata (timestamps, tags, source, author) with content features (topics, entities, length, sentiment) to surface non-obvious patterns. Use when the user asks "does X correlate with Y in my corpus" or wants to discover relationships between when/where/who and what.
Build a multi-level taxonomy (categories → tags → sub-categories) from a text corpus. Use when the user wants more than a flat category list — e.g. "give me a hierarchical taxonomy for my tech notes" or "categories, tags, and sub-tags for this corpus of GitHub repos".
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin: reusable task definitions for text corpus and topic analysis. Covers categorization, taxonomy development, topic modeling, NER, trend/correlation analysis, and synonym clustering across corpora ranging from a handful of notes to tens of thousands.
| Skill | Purpose |
|---|---|
choose-approach | Decide NLP vs local-LLM vs cloud-LLM for a given task + corpus size. Estimates cost. |
topic-analysis | Topic clusters and their evolution over time. |
ner-extraction | Named entity recognition — people, places, orgs. |
trend-analysis | Temporal trends across topics, entities, or keywords. |
categorize-corpus | Assign each document to one of N user-defined categories. |
suggest-categories | Derive N categories from a corpus's dominant themes. |
define-taxonomy | Build a multi-level category → tag → sub-category taxonomy. |
word-frequency | Word/token counts, stopword-filtered. |
synonym-cluster | Find variant spellings / transcription variants of the same concept. |
parametric-analysis | Summary statistics (avg word length, sentences/doc, etc.). |
correlation-analysis | Correlate metadata (timestamps, tags) with content features. |
setup-local-llm | Audit/install a local LLM suitable for corpus work (Ollama). |
setup-openrouter | Configure OpenRouter access for cloud LLM calls. |
recommend-tools | Catalog of external libraries/plugins for text corpus work. |
choose-approach — pick the execution lane and estimate cost.word-frequency / ner-extraction — cheap classical pass to surface candidates.suggest-categories or define-taxonomy — derive structure from a stratified sample.categorize-corpus — apply the structure to the whole corpus.trend-analysis / correlation-analysis — analyze the categorized corpus over time.npx claudepluginhub danielrosehill/claude-code-plugins --plugin text-corpus-analysisClaude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Claude Code plugin for generating personal user manuals and private documentation for codebases. Creates personalized, private reference guides with PDF output support.
Research, filter, compare, and evaluate AI models on OpenRouter — discover models by capability (tool use, vision, audio), get cost/context-aware recommendations, run head-to-head comparisons, and conduct deep research that goes beyond the OpenRouter catalog.
Claude Code plugin for writing assistance, proofreading, style editing, and text transformation workflows.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.