[Resource]: Britfix
Display Name
Britfix
Category
Hooks
Sub-Category (Optional)
No response
Primary Link
https://github.com/Talieisin/britfix
Secondary Link (Optional)
No response
Author Name
Talieisin
Author Link
https://github.com/Talieisin
License
MIT
Other License (Optional)
No response
Description
Claude outputs American spellings by default. Britfix converts to British English, with a Claude Code hook for automatic conversion as files are written. Context-aware: handles code files intelligently by only converting comments and docstrings, never identifiers or string literals.
Validate Claims (Optional)
No response
Additional Comments (Optional)
No response
Recommendation Checklist
- [x] I have searched the existing list and open issues to ensure this resource is not already included or pending review
- [x] I believe this resource provides unique value to the Claude Code community
- [x] All links are working and accessible
- [x] I am only submitting one resource recommendation in this issue
- [x] I understand that resources may be rejected if they don't meet quality standards
thanks @george-elphick-talieisin ! i'm inclined to include this in a kid of "creativity" special category, because it's interesting - curious though, is there a use value besides having a UX that matches your natural dialect? (which is to say - that's not a trivial thing - I'm just wondering if this solves some kind of technical problem that British users of Claude face beyond that.) thanks!
The main driver is consistency - when Claude outputs American spellings into a British English codebase, web site content corpus or documentation, the result is jarring inconsistencies. This matters for:
- Professional credibility - Mixed spellings undermine trust, especially for client-facing work
- Discretion - Nothing screams "I used AI" more than Americanisations scattered through code written by a British or Commonwealth developer. Some prefer not to advertise their AI assistance
- Compliance - Some organisations (government, education) have style guides requiring British English
- Beyond code - Claude Code isn't always just for software. Documentation, proposals, reports - anywhere British English matters.
No matter how carefully you prompt, LLMs fall back to outputting in alignment with their training data, which is primarily American English.
Compared to spell-checker extensions and tools, Britfix is significantly faster, more accurate (context-aware - it won't flag API names like colorScheme in comments - unless configured otherwise), and once the hook is set up, it's invisible - you forget it's there.
@george-elphick-talieisin thanks I'd like to add this to the description because it makes it a bit clearer why this matters besides a UI/UX thing, what do you think?
Claude outputs American spellings by default, which can have an impact on: professional credibility, compliance, documentation, and more. Britfix converts to British English, with a Claude Code hook for automatic conversion as files are written. Context-aware: handles code files intelligently by only converting comments and docstrings, never identifiers or string literals.
/approve
🤖 Validation Results
✅ All validation checks passed!
Your submission is ready for review by a maintainer.
Validated Data:
{
"display_name": "Britfix",
"category": "Hooks",
"subcategory": "General",
"primary_link": "https://github.com/Talieisin/britfix",
"secondary_link": "",
"author_name": "Talieisin",
"author_link": "https://github.com/Talieisin",
"license": "MIT",
"description": "Claude outputs American spellings by default, which can have an impact on: professional credibility, compliance, documentation, and more. Britfix converts to British English, with a Claude Code hook for automatic conversion as files are written. Context-aware: handles code files intelligently by only converting comments and docstrings, never identifiers or string literals.",
"active": "TRUE",
"last_checked": "2025-12-03:07-28-03"
}
This comment is automatically updated when you edit the issue.
/approve
✅ Resource Approved!
🎉 A pull request has been created with your resource: https://github.com/hesreallyhim/awesome-claude-code/pull/349
The PR will be merged shortly, and you'll be notified when your resource is live.
Thank you for contributing to Awesome Claude Code!
Thank you for adding this to the collection of resources. I hope people find it useful