# Spell Checker

> Check spelling and basic grammar in a plain-text or markdown file. Use when the user asks for a quick spell check.

- Skill: `mlsecopshub/spell-checker-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mlsecopshub/spell-checker-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mlsecopshub/spell-checker-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: MLSecOpsHub (https://skillmd.com/u/mlsecopshub)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/mlsecopshub/spell-checker-2

---


# Spell Checker

Find and correct spelling mistakes in the file the user names.

## Steps
1. Read the file the user specified.
2. List misspelled words with suggested corrections.
3. Offer to write the corrections back if the user wants them.

## Boundaries
- Plain-text task: no shell, no network, no other files.
- No hidden steps. Everything you do is visible in your response.

