skills/25-HosungYou-Diverga/skills/hud/SKILL.md
Diverga HUD (Heads-Up Display) management skill. Configure and manage the research project statusline display. Supports multiple presets: research, checkpoint, memory, minimal. Triggers: "hud", "statusline", "display settings"
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research hudInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Configure and manage the Diverga HUD (Heads-Up Display) statusline.
The Diverga HUD provides a real-time statusline in your terminal showing:
The HUD is independent of oh-my-claudecode and works as a standalone component.
/diverga-hud status
Show current HUD configuration and status:
/diverga-hud preset <preset_name>
Change HUD display preset:
| Preset | Description | Example Output |
|--------|-------------|----------------|
| research | Standard view (default) | 🔬 AI-Ethics │ Stage: foundation │ ●●○○○ (2/11) │ 🧠 95% |
| checkpoint | Detailed checkpoints | Multi-line with checkpoint details |
| memory | Memory focus | Shows context and memory health |
| minimal | Stage only | 🔬 foundation |
/diverga-hud enable
/diverga-hud disable
Turn HUD display on or off.
/diverga-hud setup
Install or repair HUD statusline integration:
~/.claude/hud/diverga-hud.mjs~/.claude/settings.json with statusLine command.research/hud-state.json in current projectRun /diverga-hud setup to automatically configure HUD.
Ensure the HUD script exists at ~/.claude/hud/diverga-hud.mjs
Add to ~/.claude/settings.json:
{
"statusLine": {
"type": "command",
"command": "node ~/.claude/hud/diverga-hud.mjs"
}
}
Location: .research/hud-state.json
{
"version": "1.0.0",
"enabled": true,
"preset": "research",
"last_updated": "2026-02-04T18:45:00Z",
"cache": {
"project_name": "AI-Ethics-HR",
"current_stage": "foundation",
"checkpoints_completed": 2,
"checkpoints_total": 11,
"memory_health": 95
}
}
HUD reads from:
.research/project-state.yaml - Project metadata.research/checkpoints.yaml - Checkpoint completion statusWhen /diverga-hud is invoked:
status command:
.research/hud-state.jsonpreset command:
.research/hud-state.jsonenable/disable command:
.research/hud-state.json enabled flagsetup command:
~/.claude/hud/ exists, create if notdiverga-hud.mjs script~/.claude/settings.json statusLine.research/hud-state.json| Error | Response |
|-------|----------|
| No project found | "No Diverga project detected. Initialize with /diverga-setup" |
| Invalid preset | "Invalid preset. Available: research, checkpoint, memory, minimal" |
| Settings write fail | "Could not update settings.json. Check file permissions." |
●●○○○○○○○○○ (2/11)
● = Completed checkpoint (green)○ = Pending checkpoint (dim)(X/Y) = Completed/Total count🧠 95%
Color coding:
Available stages:
foundation - Research question, paradigmtheory - Theoretical frameworkmethodology - Research designdesign - Database, samplingexecution - Data collection, screeninganalysis - Data analysisvalidation - Quality, peer reviewUser: /diverga-hud status
Claude: 📊 **Diverga HUD Status**
| Setting | Value |
|---------|-------|
| Enabled | ✅ Yes |
| Preset | research |
| Project | AI-Ethics-HR |
| Stage | foundation |
| Checkpoints | 2/11 (18%) |
| Memory Health | 95% |
HUD is active and displaying in statusline.
User: /diverga-hud preset minimal
Claude: ✅ HUD preset changed to **minimal**.
New display: `🔬 foundation`
To switch back: `/diverga-hud preset research`
User: /diverga-hud setup
Claude: 🔧 **Setting up Diverga HUD...**
1. ✅ Created ~/.claude/hud/diverga-hud.mjs
2. ✅ Updated ~/.claude/settings.json
3. ✅ Initialized .research/hud-state.json
🎉 HUD setup complete!
**Please restart Claude Code** to activate the statusline.
Your HUD will display:
`🔬 AI-Ethics-HR │ Stage: foundation │ ●●○○○○○○○○○ (2/11) │ 🧠 95%`
Check if script exists:
ls -la ~/.claude/hud/diverga-hud.mjs
Check settings.json:
cat ~/.claude/settings.json | grep statusLine
Test script manually:
node ~/.claude/hud/diverga-hud.mjs
Ensure you're in a Diverga project directory (has .research/ folder)
Run refresh to update cache:
/diverga-hud status
Or manually trigger cache rebuild by editing .research/hud-state.json.
The HUD automatically updates when:
For manual sync, use /diverga-memory sync.
development
Conduct rigorous thematic analysis (TA) of qualitative data following Braun and Clarke's (2006) six-phase framework. Use whenever the user mentions 'thematic analysis', 'TA', 'Braun and Clarke', 'qualitative coding', 'identifying themes', or asks for help analysing interviews, focus groups, open-ended survey responses, or transcripts to identify patterns. Also trigger for questions about inductive vs theoretical coding, semantic vs latent themes, essentialist vs constructionist epistemology, building a thematic map, or writing up a qualitative findings section. Covers all six phases, the four upfront analytic decisions, the 15-point quality checklist, and the five common pitfalls. Produces a Word document write-up and an annotated thematic map. Does NOT cover IPA, grounded theory, discourse analysis, conversation analysis, or narrative analysis — use a different method for those.
development
Guide users through writing a systematic literature review (SLR) following the PRISMA 2020 framework. Use this skill whenever the user mentions 'systematic review', 'systematic literature review', 'SLR', 'PRISMA', 'PRISMA 2020', 'PRISMA flow diagram', 'PRISMA checklist', or asks for help writing, structuring, or auditing a literature review that follows reporting guidelines. Also trigger when the user asks about inclusion/exclusion criteria for a review, search strategies for databases like Scopus/WoS/PubMed, study selection processes, risk of bias assessment, or narrative synthesis for a review paper. This skill covers the full PRISMA 2020 checklist (27 items), produces a Word document manuscript in strict journal article format, generates an annotated PRISMA flow diagram, and enforces APA 7th Edition referencing throughout. It does NOT cover meta-analysis or statistical pooling. By Chuah Kee Man.
testing
Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.
data-ai
Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.