# Typos CLI

> Use this skill when the user wants to check source code for typos, fix spelling errors, or run a spell checker with minimal false positives.

- Skill: `javimosch/typos-cli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/typos-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/typos-cli/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/typos-cli

---


# typos-cli Plugin

Source code spell checker that finds and fixes typos with minimal false positives.

## Commands

### Checking
- `typos files check` — Check files for typos

### Utility
- `typos _ _` — Passthrough to typos CLI

## Usage Examples
- "Check this file for typos"
- "Fix typos in this directory"
- "Show me the typos in JSON format"
- "Check my whole project for spelling mistakes"

## Installation

```bash
brew install typos-cli
```

Or via Cargo:
```bash
cargo install typos-cli
```

