A blazing-fast source code spell checker written in Rust that finds and corrects typos across entire codebases. Designed to run on monorepos with minimal false positives, typos integrates into CI/CD pipelines, pre-commit hooks, and editor workflows.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "typos Source Code Spell Checker"
slug: "typos-source-code-spell-checker"
description: "A blazing-fast source code spell checker written in Rust that finds and corrects typos across entire codebases. Designed to run on monorepos with minimal false positives, typos integrates into CI/CD pipelines, pre-commit hooks, and editor workflows."
github_stars: 3864
verification: "security_reviewed"
source: "https://github.com/crate-ci/typos"
category: "Code Quality & Review"
framework: "Claude Code"
tool_ecosystem:
github_repo: "crate-ci/typos"
github_stars: 3864
---
# typos Source Code Spell Checker
A blazing-fast source code spell checker written in Rust that finds and corrects typos across entire codebases. Designed to run on monorepos with minimal false positives, typos integrates into CI/CD pipelines, pre-commit hooks, and editor workflows.
## Installation
Use the upstream install or setup path that matches your environment:
- $ cargo install typos-cli --locked
- $ brew install typos-cli
- $ conda install typos
Basic usage or getting-started notes:
- Fast enough to run on monorepos
- Low false positives so you can run on PRs
- [Getting Started](#getting-started)
- Source: https://github.com/crate-ci/typos
- Extracted from upstream docs: https://raw.githubusercontent.com/crate-ci/typos/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/typos-source-code-spell-checker/)
No comments yet. Be the first to comment!