What problem does it solve? Analyzing a large text corpus by hand makes it nearly impossible to discover hidden themes and connections across documents. This Skill automates unsupervised topic discovery with Non-negative Matrix Factorization, producing interpretable, labeled themes with measurable coherence scores. ## Core Features & Use Cases - Automated Topic Extraction: Builds a TF-IDF matrix, sweeps k values with UMass coherence scoring, and fits an NMF model to surface distinct themes. - Cross-Topic Connection Analysis: Identifies bridge documents that span multiple topics and computes topic correlation matrices. - LDA Cross-Validation: Optionally compares NMF results against Latent Dirichlet Allocation to confirm which themes are robust across methods. - Use Case: Given 2,000 Reddit comments, run the pipeline to discover 10 coherent themes, label each with human review, and write a structured findings report to docs/analysis/05-nmf-topic-modeling.md. ## Quick Start Use the nmf-topic-modeling skill to discover the main themes across all documents in my corpus and write the analysis report.