Oxlint

Analyze JavaScript and TypeScript code with the Oxlint linter.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/harrytran998/crossfire --skill oxlint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Oxlint
Source: https://github.com/harrytran998/crossfire/tree/main/.agents/skills/oxlint
Command: npx skills add https://github.com/harrytran998/crossfire --skill oxlint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify and fix code quality issues in JavaScript and TypeScript projects quickly and efficiently, improving code maintainability and reducing bugs.

Core Features & Use Cases

  • Fast Static Analysis: Leverages Oxlint's Rust-based engine for near-instantaneous linting.
  • ESLint Compatibility: Works with existing ESLint configurations and rulesets.
  • Zero-Config Defaults: Provides sensible defaults for immediate use.
  • Use Case: Integrate this Skill into your CI pipeline to automatically check code quality on every commit, preventing common errors before they reach production.

Quick Start

Run oxlint on the current project directory to check for code quality issues.

Frequently Asked Questions about Oxlint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run static analysis on a TypeScript project to check code quality?

To run static analysis on a TypeScript project, you can use this Skill to execute the Oxlint engine, which identifies bugs and enforces coding standards quickly using sensible zero-config defaults.

What is the best way to speed up linting for large JavaScript codebases?

The best way to speed up linting for large JavaScript codebases is using this Skill, which leverages a Rust-based engine to perform near-instantaneous static analysis and bug detection.

Can I use my existing ESLint configurations with a faster linter?

Yes, you can use your existing ESLint configurations with this faster linter, as it supports ESLint compatibility to maintain your current rulesets while improving analysis speed.

How do I integrate automated code quality checks into a CI pipeline?

You can integrate automated code quality checks into a CI pipeline by running this Skill on your project directory to catch common JavaScript and TypeScript errors before they reach production.

Does Oxlint require any configuration to start linting JavaScript files?

No, Oxlint does not require configuration to start linting JavaScript files, as it provides sensible zero-config defaults for immediate static analysis and bug detection.