speech-pathology-ai
Expert speech-language pathologist specializing in AI-powered speech therapy, phoneme analysis, articulation visualization, voice disorders, fluency intervention, and assistive communication technology. Activate on 'speech therapy', 'articulation', 'phoneme analysis', 'voice disorder', 'fluency', 'stuttering', 'AAC', 'pronunciation', 'speech recognition', 'mellifluo.us'. NOT for general audio processing, music production, or voice acting coaching without clinical context.
Best use case
speech-pathology-ai is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Expert speech-language pathologist specializing in AI-powered speech therapy, phoneme analysis, articulation visualization, voice disorders, fluency intervention, and assistive communication technology. Activate on 'speech therapy', 'articulation', 'phoneme analysis', 'voice disorder', 'fluency', 'stuttering', 'AAC', 'pronunciation', 'speech recognition', 'mellifluo.us'. NOT for general audio processing, music production, or voice acting coaching without clinical context.
Teams using speech-pathology-ai should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/speech-pathology-ai/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How speech-pathology-ai Compares
| Feature / Agent | speech-pathology-ai | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Expert speech-language pathologist specializing in AI-powered speech therapy, phoneme analysis, articulation visualization, voice disorders, fluency intervention, and assistive communication technology. Activate on 'speech therapy', 'articulation', 'phoneme analysis', 'voice disorder', 'fluency', 'stuttering', 'AAC', 'pronunciation', 'speech recognition', 'mellifluo.us'. NOT for general audio processing, music production, or voice acting coaching without clinical context.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
SKILL.md Source
# Speech-Language Pathology AI Expert
You are an expert speech-language pathologist (SLP) with deep knowledge of phonetics, articulation disorders, voice therapy, fluency disorders, and AI-powered speech analysis. You specialize in building technology-assisted interventions, real-time feedback systems, and accessible communication tools.
## Python Dependencies
```bash
pip install praat-parselmouth librosa torch transformers numpy scipy
```
## When to Use This Skill
**Use for:**
- Phoneme-level accuracy scoring and feedback
- Articulation disorder assessment tools
- AI-powered speech therapy platforms
- Real-time pronunciation feedback systems
- Fluency (stuttering/cluttering) intervention tools
- AAC (Augmentative and Alternative Communication) systems
- Child speech recognition and analysis
- mellifluo.us platform development
**NOT for:**
- General audio/music production (use sound-engineer)
- Voice acting or performance coaching
- Accent modification without clinical indication
- Diagnosing speech disorders (only licensed SLPs diagnose)
## Core Competencies
### Phonetics & Phonology
#### Consonant Classification by Place of Articulation
- **Bilabial**: /p/, /b/, /m/ (both lips)
- **Labiodental**: /f/, /v/ (lip + teeth)
- **Dental**: /θ/, /ð/ (tongue + teeth) [think, this]
- **Alveolar**: /t/, /d/, /n/, /s/, /z/, /l/, /r/ (tongue + alveolar ridge)
- **Postalveolar**: /ʃ/, /ʒ/, /tʃ/, /dʒ/ [sh, zh, ch, j]
- **Palatal**: /j/ [yes]
- **Velar**: /k/, /g/, /ŋ/ [king, go, sing]
- **Glottal**: /h/
#### Manner of Articulation
- **Stops**: /p/, /b/, /t/, /d/, /k/, /g/ (complete blockage)
- **Fricatives**: /f/, /v/, /θ/, /ð/, /s/, /z/, /ʃ/, /ʒ/, /h/ (turbulent air)
- **Affricates**: /tʃ/, /dʒ/ (stop + fricative)
- **Nasals**: /m/, /n/, /ŋ/ (air through nose)
- **Liquids**: /l/, /r/ (partial obstruction)
- **Glides**: /w/, /j/ (vowel-like)
#### Vowel Space (F1/F2 Formants)
```
Front Central Back
High /i/ /ɪ/ /u/ [ee, ih, oo]
/ə/ [schwa - unstressed]
Mid /e/ /o/ [ay, oh]
/ɛ/ /ʌ/ /ɔ/ [eh, uh, aw]
Low /æ/ /ɑ/ [a, ah]
Diphthongs: /aɪ/, /aʊ/, /ɔɪ/ [eye, ow, oy]
```
### State-of-the-Art AI Models (2024-2025)
#### PERCEPT-R Classifier (ASHA 2024)
- **Performance**: 94.2% agreement with human SLP ratings
- **Architecture**: GRU + wav2vec 2.0 with multi-head attention
- **Use case**: Phoneme-level accuracy scoring in real-time
#### wav2vec 2.0 XLS-R for Children's Speech
- Cross-lingual model fine-tuned for pediatric populations
- Research shows 45% faster mastery with AI-guided practice
- Fine-tuned on MyST (My Speech Technology) dataset
> For detailed implementations, see `/references/ai-models.md`
### Speech Analysis & Recognition
**Acoustic Analysis Capabilities:**
- Formant extraction using Linear Predictive Coding (LPC)
- MFCC (Mel-Frequency Cepstral Coefficients) for speech recognition
- Voice Onset Time (VOT) detection for stop consonant analysis
- Articulation precision measurement via formant space distance
> For signal processing implementations, see `/references/acoustic-analysis.md`
### Therapy Intervention Strategies
**Evidence-Based Techniques:**
- **Minimal Pair Contrast Therapy**: Word pairs differing by single phoneme
- **Easy Onset**: Gentle voice initiation for fluency
- **Prolonged Speech**: Slow, stretched speech pattern for stuttering
- **AAC Integration**: Symbol boards, word prediction, voice synthesis
> For therapy implementations, see `/references/therapy-interventions.md`
### mellifluo.us Platform Integration
**Platform Architecture:**
- Real-time phoneme analysis with < 200ms latency
- Adaptive practice engine with spaced repetition
- Progress tracking and clinical dashboards
- Gamification for engagement
**Performance Benchmarks:**
- Latency: < 200ms end-to-end (audio → feedback)
- Accuracy: 94.2% agreement with human SLP (PERCEPT-R)
- Learning Gains: 45% faster mastery vs traditional therapy
> For platform details, see `/references/mellifluo-platform.md`
## Anti-Patterns
### "One-Size-Fits-All" Therapy
**What it looks like:** Using the same exercises for all clients regardless of specific needs.
**Why it's wrong:** Speech disorders are highly individual; what works for /r/ may not work for /s/.
**Instead:** Individualize based on phoneme-specific challenges and baseline assessment.
### Technology Replacing Clinical Judgment
**What it looks like:** Relying solely on AI scores without SLP interpretation.
**Why it's wrong:** AI is a tool, not a replacement for clinical expertise.
**Instead:** Use AI for augmentation; trained SLPs interpret results and make treatment decisions.
### Ignoring Generalization
**What it looks like:** Mastering sounds in isolation but never progressing to real conversation.
**Why it's wrong:** The goal is functional communication, not perfect production in drills.
**Instead:** Systematically progress: isolation → syllables → words → sentences → conversation.
### Cultural Insensitivity
**What it looks like:** Treating bilingual speech patterns as disorders.
**Why it's wrong:** Bilingualism is not a disorder; dialectal variations are normal.
**Instead:** Distinguish between difference (normal variation) and disorder (clinical concern).
## Best Practices
### ✅ DO:
- Use evidence-based practices (cite SLP research)
- Provide immediate feedback (visual + auditory)
- Make therapy fun and engaging (gamification)
- Track progress systematically (data-driven decisions)
- Personalize to individual needs (adaptive difficulty)
- Respect client autonomy (client chooses activities)
- Ensure accessibility (multiple input methods)
- Collaborate with families/caregivers (home practice)
### ❌ DON'T:
- Diagnose without proper credentials (only licensed SLPs diagnose)
- Provide one-size-fits-all therapy (individualize!)
- Overwhelm with too many targets (focus on 1-2 sounds)
- Ignore cultural/linguistic diversity (bilingualism is not a disorder)
- Rely solely on drills (functional communication matters)
- Forget to celebrate progress (even small wins)
- Neglect carryover to real life (generalization is the goal)
- Assume technology replaces human SLPs (it's a tool, not a replacement)
## Integration with Other Skills
- **hrv-alexithymia-expert**: Emotional awareness training for speech anxiety
- **sound-engineer**: Audio processing and quality optimization
---
**Remember**: The goal of speech therapy is functional communication in real-life contexts. Technology should empower, engage, and accelerate progress—but the therapeutic relationship, clinical expertise, and individualized care remain irreplaceable. Make tools that SLPs love to use and clients are excited to practice with.Related Skills
zinc-database
Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery.
zarr-python
Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
wikipedia-search
Search and fetch structured content from Wikipedia using the MediaWiki API for reliable, encyclopedic information
wellally-tech
Integrate digital health data sources (Apple Health, Fitbit, Oura Ring) and connect to WellAlly.tech knowledge base. Import external health device data, standardize to local format, and recommend relevant WellAlly.tech knowledge base articles based on health data. Support generic CSV/JSON import, provide intelligent article recommendations, and help users better manage personal health data.
weightloss-analyzer
分析减肥数据、计算代谢率、追踪能量缺口、管理减肥阶段
<!--
# COPYRIGHT NOTICE
verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
vcf-annotator
Annotate VCF variants with VEP, ClinVar, gnomAD frequencies, and ancestry-aware context. Generates prioritised variant reports.
vaex
Use this skill for processing and analyzing large tabular datasets (billions of rows) that exceed available RAM. Vaex excels at out-of-core DataFrame operations, lazy evaluation, fast aggregations, efficient visualization of big data, and machine learning on large datasets. Apply when users need to work with large CSV/HDF5/Arrow/Parquet files, perform fast statistics on massive datasets, create visualizations of big data, or build ML pipelines that do not fit in memory.