What problem does it solve? Segmenting users in online communities by a single metric hides important behavioral differences. This Skill classifies users along three independent normalized axes (Score, Sentiment, Toxicity) into eight behavioral archetypes (HHH through LLL), producing reproducible, threshold-documented segmentation of community engagement patterns. ## Core Features & Use Cases - Three-Axis Classification: Computes and normalizes Score (engagement), Sentiment (VADER), and Toxicity (Detoxify/Perspective API) axes to [0, 1], then assigns High/Low labels per axis. - Typicality Scoring: Measures how strongly each user exemplifies their assigned archetype, flagging boundary users near thresholds. - Fallback Handling: Supports two-axis classification when one axis is missing and enforces minimum corpus sizes (30+ users) for reliable distributional analysis. - Use Case: Given a Reddit export with comment text and scores, classify 500 users into archetypes, identify that 40% are HHL (constructive contributors) while 8% are LLH (marginalized antagonists), and write a full report to docs/analysis/14-mdpi-hypernetwork-archetype.md. ## Quick Start Use the mdpi-hypernetwork-archetype skill to classify the users in my Reddit comment corpus into behavioral archetypes and write the analysis report.