skyroc: Skill for Claude Code

.agents/skills/migrate-oxlint/SKILL.md

migrate-oxlint is a skill for Claude Code, Codex from Ohh-889/skyroc. It costs 44 tokens per session (2,165 once invoked), scanned A, a copy of migrate-oxlint, MIT.

A migration guide for replacing ESLint with Oxlint in a JavaScript or TypeScript project. A linter checks source code for likely mistakes and rule violations before they cause problems.

In plain words
What is it for?
Use it to generate an Oxlint configuration, migrate type-aware or experimental checks, handle JavaScript plugins, and review rules that could not be converted.
Why use it?
It helps transfer existing ESLint rules into Oxlint configuration instead of rebuilding the setup by hand. It also identifies rules or plugins that may need separate handling.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is Ohh-889/skyroc's own configuration. It tells Claude Code and Codex how to work on skyroc itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything skyroc configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Ohh-889/skyroc. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Ohh-889/skyroc/master/.agents/skills/migrate-oxlint/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Ohh-889/skyroc

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for migrate-oxlint

README.md
[![agentmods](https://agentmods.dev/badge/skills/ohh-889/skyroc/migrate-oxlint/github.svg)](https://agentmods.dev/skills/ohh-889/skyroc/migrate-oxlint)
Your own site
<a href="https://agentmods.dev/skills/ohh-889/skyroc/migrate-oxlint"><img src="https://agentmods.dev/badge/skills/ohh-889/skyroc/migrate-oxlint/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for migrate-oxlint

Your own site · 80×15
<a href="https://agentmods.dev/skills/ohh-889/skyroc/migrate-oxlint"><img src="https://agentmods.dev/badge/skills/ohh-889/skyroc/migrate-oxlint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,165 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.02165
Opus 5 $0.00022 $0.01082
Sonnet 5 $0.00009 $0.00433
Haiku 4.5 $0.00004 $0.00216

Measured 10d ago against content hash 44b3899ef82c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

migrate-oxlint scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to migrate-oxlint — 30 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/migrate-oxlint/SKILL.md · 197 lines

How it starts

The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.

This skill guides you through migrating a JavaScript/TypeScript project from ESLint to Oxlint.

Overview

Oxlint is a high-performance linter that implements many popular ESLint rules natively in Rust. It can be used alongside ESLint or as a full replacement.

An official migration tool is available, and will be used by this skill: @oxlint/migrate

Step 1: Run Automated Migration

Run the migration tool in the project root:

npx @oxlint/migrate

This reads your ESLint flat config (eslint.config.js for example) and generates a .oxlintrc.json file from it. It will find your ESLint config file automatically in most cases.

See options below for more info.

Key Options

Option Description
--type-aware Include type-aware rules from @typescript-eslint (will require the oxlint-tsgolint package to be installed after migrating)
--with-nursery Include experimental rules still under development, may not be fully stable or consistent with ESLint equivalents
--js-plugins [bool] Enable/disable ESLint plugin migration via jsPlugins (default: enabled)
--details List rules that could not be migrated
--replace-eslint-comments Convert all // eslint-disable comments to // oxlint-disable
--output-file <file> Specify a different output path (default: .oxlintrc.json)

Read the full file on GitHub · 197 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 197 lines · 44 tokens per session scan A 44b3899ef82c

Subscribe to this mod's changes

migrate-oxlint is a skill published in the GitHub repository Ohh-889/skyroc (792 stars, last pushed 8d ago), licensed MIT. It adds 44 tokens to every session and 2,165 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to migrate-oxlint, differing in 30 lines, and is treated as a copy.