LQF_Machine_Learning_E…
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling,…
Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye
$ npx -y skills add foryourhealth111-pixel/Vibe-Skills --skill neurokit2 --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/neurokit2Context preview
The summary Claude sees to decide when to auto-load this skill.
Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye
name: neurokit2 description: Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration.
NeuroKit2 is a comprehensive Python toolkit for processing and analyzing physiological signals (biosignals). Use this skill to process cardiovascular, neural, autonomic, respiratory, and muscular signals for psychophysiology research, clinical applications, and human-computer interaction studies.
Apply this skill when working with:
Process electrocardiogram and photoplethysmography signals for cardiovascular analysis. See `references/ecg_cardiac.md` for detailed workflows.
**Primary workflows:**
**Key functions:**
import neurokit2 as nk # Complete ECG processing pipeline signals, info = nk.ecg_process(ecg_signal, sampling_rate=1000) # Analyze ECG data (event-related or interval-related) analysis = nk.ecg_analyze(signals, sampling_rate=1000) # Comprehensive HRV analysis hrv = nk.hrv(peaks, sampling_rate=1000) # Time, frequency, nonlinear domains
Compute comprehensive HRV metrics from cardiac signals. See `references/hrv.md` for all indices and domain-specific analysis.
**Supported domains:**
**Key functions:**
# All HRV indices at once hrv_indices = nk.hrv(peaks, sampling_rate=1000) # Domain-specific analysis hrv_time = nk.hrv_time(peaks) hrv_freq = nk.hrv_frequency(peaks, sampling_rate=1000) hrv_nonlinear = nk.hrv_nonlinear(peaks, sampling_rate=1000) hrv_rsa = nk.hrv_rsa(peaks, rsp_signal, sampling_rate=1000)
Analyze electroencephalography signals for frequency power, complexity, and microstate patterns. See `references/eeg.md` for detailed workflows and MNE integration.
**Primary capabilities:**
**Key functions:**
# Power analysis across frequency bands power = nk.eeg_power(eeg_data, sampling_rate=250, channels=['Fz', 'Cz', 'Pz']) # Microstate analysis microstates = nk.microstates_segment(eeg_data, n_microstates=4, method='kmod') static = nk.microstates_static(microstates) dynamic = nk.microstates_dynamic(microstates)
Process skin conductance signals for autonomic nervous system assessment. See `references/eda.md` for detailed workflows.
**Primary workflows:**
**Key functions:**
# Complete EDA processing signals, info = nk.eda_process(eda_signal, sampling_rate=100) # Analyze EDA data analysis = nk.eda_analyze(signals, sampling_rate=100) # Sympathetic nervous system activity sympathetic = nk.eda_sympathetic(signals, sampling_rate=100)
Analyze breathing patterns and respiratory variability. See `references/rsp.md` for detailed workflows.
**Primary capabilities:**
**Key functions:**
# Complete RSP processing signals, info = nk.rsp_process(rsp_signal, sampling_rate=100) # Respiratory rate variability rrv = nk.rsp_rrv(signals, sampling_rate=100) # Respiratory volume per time rvt = nk.rsp_rvt(signals, sampling_rate=100)
Process muscle activity signals for activation detection and amplitude analysis. See `references/emg.md` for workflows.
**Key functions:**
# Complete EMG processing signals, info = nk.emg_process(emg_signal, sampling_rate=1000) # Muscle activation detection activation = nk.emg_activation(signals, sampling_rate=1000, method='threshold')
Analyze eye movement and blink patterns. See `references/eog.md` for workflows.
**Key functions:**
# Complete EOG processing signals, info = nk.eog_process(eog_signal, sam
Intelligent Skill routing and workflow orchestration for AI agents — +21.12 pp reward, −29.6% tokens on SkillsBench with DeepSeekV4Flash-VE.
Repo: foryourhealth111-pixel/Vibe-Skills
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling,…
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the…
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex…