
Typo Hunter
A multi-layered typo and homonym detector using Aspell, Levenshtein distance, and phonetic matching for code and docs.
- Catch spelling errors in git diffs before pushing code
- Find and fix homonym mistakes in technical documentation
- Validate user-facing strings in UI components and markdown files
Secure checkout via Stripe
Included in download
- Catch spelling errors in git diffs before pushing code
- Find and fix homonym mistakes in technical documentation
- terminal, file_read automation included
- Includes example output and usage patterns
See it in action
A real example of what this skill takes in and produces.
Sample output
Mode: --staged Summary: 12 files scanned, 4 findings. | File | Line | Token | Suggestion | Confidence | Reason | | --- | --- | --- | --- | --- | --- | | README.md | 42 | "recieve" | "receive" | high | Dictionary miss | | auth.js | 12 | "their" | "there" | high | Homonym: "their is no"
A multi-layered typo and homonym detector using Aspell, Levenshtein distance, and phonetic matching for code and docs.
Secure checkout via Stripe
Included in download
- Catch spelling errors in git diffs before pushing code
- Find and fix homonym mistakes in technical documentation
- terminal, file_read automation included
- Includes example output and usage patterns
- Instant install
See it in action
A real example of what this skill takes in and produces.
Sample output
Mode: --staged Summary: 12 files scanned, 4 findings. | File | Line | Token | Suggestion | Confidence | Reason | | --- | --- | --- | --- | --- | --- | | README.md | 42 | "recieve" | "receive" | high | Dictionary miss | | auth.js | 12 | "their" | "there" | high | Homonym: "their is no"
About This Skill
Advanced Typo Detection for Developers
Typo Hunter is a professional-grade spelling and linguistic analysis tool designed for integration into CI/CD pipelines and local development environments. It goes beyond simple regex-based spellcheckers by utilizing system-level dictionaries and phonetic algorithms to provide high-accuracy corrections for codebases and documentation.
What it does
The skill scans your repository at multiple levels—whether it's the last commit, staged changes, or specific directories. It extracts user-facing text while intelligently ignoring minified files, lockfiles, and code identifiers to reduce noise.
- Multi-layered Detection: Combines Aspell/Enchant dictionaries with Levenshtein edit distance (limit 2) and Soundex phonetic matching.
- Context-Aware Homonyms: Uses linguistic rules to catch "their/there/they're" and "its/it's" errors that standard spellcheckers miss.
- Smart Filtering: Automatically excludes URLs, hashes, and binary data to ensure reports remain actionable.
- Confidence Scoring: Each finding is ranked (High/Medium/Low) based on phonetic similarity and dictionary coverage.
Why use this skill
Automating typo detection prevents embarrassing mistakes in user-facing UI, documentation, and commit messages. Unlike manual prompting, this skill uses deterministic Python scripts and system-level tools to ensure 100% coverage of your diffs with zero hallucinations.
Use Cases
- Catch spelling errors in git diffs before pushing code
- Find and fix homonym mistakes in technical documentation
- Validate user-facing strings in UI components and markdown files
- Perform phonetic matching to find 'sounds-like' spelling mistakes
Known Limitations
- Requires Aspell/Enchant for dictionary mode (install separately)
- Without dictionary, falls back to Levenshtein + phonetics (still effective)
- Code blocks skipped by default (configurable)
- Best with English; other languages require custom dictionaries
- Confidence score below 70% should be manually reviewed
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/typo-hunter | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Typo Hunter needs terminal access to run Aspell (system dictionary) and git commands (diff, log) for scanning commits. File read access reads the files being checked for typos. The skill never modifies files — it only reports findings. If Aspell is not installed, the skill falls back to Levenshtein distance + phonetic matching algorithms. No write, browser, network, or environment variable access required. **First-time setup:** User may need to install Aspell: `brew install aspell` (macOS) or `apt-get install aspell` (Linux). Windows users can use WSL or skip dictionary mode (fallback still works).
Works with Claude Code and Codex. Requires Aspell or Enchant installed (`brew install aspell` or `apt-get install aspell`). Falls back to Levenshtein + phonetic matching if dictionary unavailable.
Creator
Fairy Squadmother sells skills for people with real work, limited patience, and a low tolerance for software pageantry. Her skills help creators, founders, freelancers, and practical humans turn repeatable messes into reusable systems. Promptcrud. Taskspawn. Filefog. Launch splatter. Documentation drift. The weird little admin barnacles that attach themselves to anything worth doing. She builds for the moment when you know the process can be better, but you do not have a spare week to go spelunking through your own workflow with a headlamp and a grudge. Clear instructions. Useful defaults. Less performance. More usable machinery. Onward.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
handoff-writer
Generate high-density technical handoffs to resume work across agents or team members without losing context.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.