Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rstackjs avatar

Migrate To Rslint

  • 42 installs
  • 86 repo stars
  • Updated August 4, 2026
  • rstackjs/agent-skills

Helps with code review & quality tasks during AI-assisted development.

About

migrate-to-rslint is a Claude Code skill for code review & quality. It helps solo builders move faster with AI-assisted coding.

  • migrate-to-rslint
  • Code Review & Quality
  • AI-coding skill

Migrate To Rslint by the numbers

  • 42 all-time installs (skills.sh)
  • +5 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #612 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rstackjs/agent-skills --skill migrate-to-rslint

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs42
repo stars86
Last updatedAugust 4, 2026
Repositoryrstackjs/agent-skills

What it does

Helps with code review & quality tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

<!-- cspell:words Rslint rslint -->

Migrate to Rslint

Goal

Migrate lint tooling to Rslint with minimal behavior changes and clear validation.

Supported source linters

  • ESLint flat config

Migration principles (must follow)

1. Official docs first: treat Rslint docs as source of truth for CLI, config, inline directives, VS Code settings, rules, and presets. 2. Smallest-change-first: migrate package, command, config, and editor wiring before changing source files. 3. Preserve lint intent: keep supported rule severities/options where Rslint supports them; call out unsupported rules/plugins instead of silently dropping behavior. 4. Do not rewrite inline directives by default: Rslint supports eslint-disable and rslint-disable; replace prefixes only when the user asks. 5. Validate before cleanup: keep old linter dependencies/config until the Rslint command passes for the migrated scope, then remove obsolete linter-only artifacts.

Workflow

1. Detect source linter

  • ESLint flat config: eslint.config.*, eslint dependency, or package scripts that run eslint.
  • If the source linter is not covered by a reference yet, inventory the current behavior and explain that no dedicated migration reference exists.

2. Apply source-specific migration guide

  • ESLint flat config: references/eslint-flat-config.md

3. Validate behavior

  • Run the migrated lint command.
  • If the project had a fix command, run the migrated fix command only when appropriate for the task.
  • Resolve config, rule, and editor-setting issues before removing legacy files.

4. Cleanup and summarize

  • Remove obsolete linter dependencies/config after Rslint is green.
  • Summarize changed files, migrated presets/plugins, unsupported gaps, and remaining manual follow-ups.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.