# Aspell

> Use this skill when the user wants to check spelling in text files, get correction suggestions, or look up dictionary words.

- Skill: `javimosch/aspell` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/aspell`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/aspell/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/aspell

---


# Aspell Plugin

Aspell checks spelling and provides corrections.

## Usage Examples

- "check spelling in a text file"
- "list misspelled words in a document"
- "interactively fix spelling errors"

## Installation

```bash
brew install aspell
```

## Key Features
- Interactive and batch spell checking
- Multiple language support
- Correction suggestions
- Custom wordlist/dictionary support
- Affix compression for compact dictionaries
- Pipe/editor integration

