JSPM

@in404/english-improver

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q73225F
  • License MIT

English grammar improvement plugin for OpenCode and Claude Code

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-improver

Usage

Quick Command

/en-improver I am very interesting in learning this

Dedicated 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.md

License

MIT © in404