Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Before

poroxc-project·oxc-project· v1.0.0 · atualizado em 2026-04-10
79
Score

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

eslintoxlintlintingjavascripttypescriptcode-migrationcode-quality
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdmigrate-oxlint/workflow
1
Run Automated Migration: — Use `npx @oxlint/migrate` to generate an initial Oxlint configuration.
2
Review Generated Config: — Examine the `.oxlintrc.json` file, paying attention to plugin mappings and rule categories.
3
Handle Unsupported Features: — Address any features not directly supported by Oxlint, such as `eslint-plugin-prettier` or local plugins.
4
Update CI and Scripts: — Replace ESLint commands in your CI/CD pipelines and scripts with the equivalent Oxlint commands.
5
Gradual Adoption: — Start with `correctness` rules and progressively enable other categories like `suspicious` and `pedantic`.
6
Test and Refine: — Run Oxlint on your codebase and adjust the configuration as needed to achieve the desired level of code quality.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aTypeScript + React 19 Code Review Expert
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aAnti-Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aCoding Standards & Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Before
migrate-oxlint
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
migrate from ESLint to Oxlintconvert ESLint to Oxlintswitch from ESLint to Oxlintmigrate JavaScript linter to Oxlintmigrate TypeScript linter to Oxlintuse Oxlint instead of ESLintreplace ESLint with Oxlint

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download migrate-oxlint
$ synaptic skills detail migrate-oxlint
$ synaptic skills live migrate-oxlint

Dependências

@oxlint/migrateoxlint

Links

GitHub Repository