Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

grammar-fix

Claude Code plugin — silently corrects broken English in your prompts before answering.

What it does

On every prompt, injects a reminder telling Claude to:

  1. Silently fix grammar errors in your message
  2. Show it as: grammar fix: 'corrected sentence'
  3. Answer normally below it

Skips clean English and slash-commands.

Install

/plugin marketplace add <your-github-username>/grammar-fix
/plugin install grammar-fix@grammar-fix

Local dev / testing

echo '{"prompt":"me want fix english"}' | node hooks/grammar-reminder.js

Structure

grammar-fix/
├── .claude-plugin/
│   ├── plugin.json        # plugin metadata
│   └── marketplace.json   # marketplace listing (self-hosted)
├── hooks/
│   ├── hooks.json          # registers UserPromptSubmit hook
│   └── grammar-reminder.js # the hook script
└── README.md

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages