fix-grammar

Fix grammar and spelling errors across files while preserving formatting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cedricfressin/claude-config --skill fix-grammar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-grammar
Source: https://github.com/cedricfressin/claude-config/tree/main/skills/utils-fix-grammar
Command: npx skills add https://github.com/cedricfressin/claude-config --skill fix-grammar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates grammar and spelling corrections across one or more files while preserving the original formatting and semantics.

Core Features & Use Cases

  • Single-file and multi-file corrections: scan and fix grammar in a single document or many files concurrently.
  • Preserve formatting and terminology: keeps headings, code blocks, and technical terms intact.
  • Parallel processing: can handle multiple documents in parallel using a task-oriented workflow.

Quick Start

Use the fix-grammar skill to correct grammar in the file 'docs/readme.md'.

Frequently Asked Questions about fix-grammar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix grammar and spelling errors across multiple markdown files?

To fix grammar and spelling across multiple markdown files, you can use batch-processing to scan documents concurrently. This task-oriented workflow corrects errors while preserving your original formatting, headings, and code blocks.

Can I correct documentation grammar without altering code blocks or special syntax?

Yes, correcting documentation grammar without altering code blocks or special syntax is supported. The process satisfies constraints to preserve meaning and avoids changing technical terms, ensuring only text errors are fixed.

What is the best way to batch process text-processing for spelling corrections?

The best way to batch process text-processing for spelling corrections is using a parallel workflow that handles multiple documents concurrently. This approach fixes grammar across files without altering the original meaning or file formatting.

Does this grammar editing approach work for code comments and text files?

Yes, this grammar editing approach works for code comments and text files. It is applicable to documentation, markdown, and standard text files, allowing you to fix spelling while preserving technical terminology and formatting.

How do I preserve formatting when editing markdown documentation?

To preserve formatting when editing markdown documentation, the grammar correction process avoids altering code blocks, special syntax, and structural headings. It focuses solely on spelling and grammar while keeping the file's original layout intact.

Are there limitations when fixing grammar across files with parallel processing?

A key limitation when fixing grammar across files with parallel processing is ensuring meaning preservation. While it handles multiple documents concurrently, you must verify that technical terms and special syntax remain unaltered during automated batch corrections.