Ethanshoedev Oxc Lsp Claude Plugin
ethanshoedev-oxc-lsp-claude-plugin is a Claude Code plugin for the Ship phase that connects the Oxlint language server for fast JavaScript and TypeScript linting inside your sessions.
Install the Oxlint LSP plugin so Claude Code surfaces fast JavaScript and TypeScript lint diagnostics while you edit and review code.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install ethanshoedev-oxc-lsp-claude-plugin@EthanShoeDev/oxc-lsp-claude-pluginBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:EthanShoeDev/oxc-lsp-claude-plugin") and the paste-ready config with skillselion.get_install_config("plugin:EthanShoeDev/oxc-lsp-claude-plugin").
What it does
ethanshoedev-oxc-lsp-claude-plugin adds Oxlint’s language server to Claude Code so solo builders get quick JavaScript and TypeScript lint signals inside the agent environment. Rather than a standalone SKILL.md workflow, it is a tight integration plugin: one marketplace entry whose keywords center on LSP, oxlint, oxc, and linting. Use it when you already rely on Oxlint for speed and want diagnostics to inform both active coding and pre-ship review. The canonical Skillselion shelf is Ship / review because linting primarily protects quality before you call a release done, but the same LSP hook remains valuable during Build on frontend TypeScript work. Expect a focused devtool plugin, not a full testing framework or security audit pack.
Highlights
- Single-plugin bundle wiring Oxlint (oxc) as a language server for Claude Code
- Fast JS/TS linting via LSP instead of manual lint command paste loops
- Targets Claude Code agent sessions that need inline diagnostic awareness
- Oxlint/Oxc stack emphasis for performance-oriented lint feedback
- Development-category plugin focused on language server integration
Why builders use it
Without LSP-backed linting, your agent misses Oxlint diagnostics and you waste turns running lint commands and copying errors by hand.
After registration, Claude Code can consume Oxlint LSP diagnostics so JS/TS issues surface during editing and review.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is ethanshoedev-oxc-lsp-claude-plugin for?
It is for Claude Code users on JavaScript or TypeScript codebases who want Oxlint diagnostics via language server protocol instead of ad-hoc lint prompts.
When should I use ethanshoedev-oxc-lsp-claude-plugin?
Use it during review before ship and while building frontend TS/JS when you want continuous lint feedback inside the agent.
How do I add ethanshoedev-oxc-lsp-claude-plugin to my agent?
Add the EthanShoeDev/oxc-lsp-claude-plugin repository as a Claude Code plugin source and enable the bundled Oxlint LSP plugin in your Claude Code settings.
Comments
Share how you use ethanshoedev-oxc-lsp-claude-plugin, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.