Package Exports
- @in404/english-improver
- @in404/english-improver/dist/opencode-plugin.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@in404/english-improver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
english-improver
Minimal English improver for OpenCode and Claude Code.
What It Does
- Detects common grammar mistakes
- Suggests natural-sounding alternatives
- Focuses on American English in technical contexts
- Opt-in usage: only when you call it
Install
OpenCode
Add to opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@in404/english-improver"]
}OpenCode installs npm plugins automatically on startup.
Claude Code
Install from local plugin directory:
cc --plugin-dir /path/to/english-improverUsage
Quick Command
/en-improver I am very interesting in learning thisDedicated Agent
@english-improver
Please review this paragraph for grammar:
[your text here]Inline Skill
Is my English correct when I say "I am very exciting about this project"?Files
english-improver/
├── src/opencode-plugin.ts
├── commands/en-improver.md
├── skills/english-improver/SKILL.md
├── .claude-plugin/plugin.json
├── package.json
└── README.mdLicense
MIT © in404