Format documentation with emojis, status bars, and versioning matrix. Use when creating or updating README files, documentation, specs, or any markdown files.
Validate documentation structure, freshness, and RFC-37 compliance using bitso-documentation-linter. Ensures docs/ folder structure (api, decisions, concepts, how-tos, runbooks)…
Format and style documents with consistent formatting. Use when standardizing document formatting or cleaning up text.
Use ESLint in .NET repositories that ship JavaScript, TypeScript, React, or other Node-based frontend assets.
dprint is a pluggable and configurable code formatting platform written in Rust. It unifies formatting for TypeScript, JavaScript, JSON, Markdown, TOML, CSS, HTML, Dockerfile, and…
Mojibake-Reparatur fuer doppelt/dreifach kodiertes UTF-8. Repariert Windows cp1252/Latin-1 Fehlinterpretationen. Zero Dependencies.
Turn a plain-text README into a visually rich showcase with a theme-aware hero image, a feature tour grid, an optional animated guided-tour GIF, and updated tech badges.
General rules for linting this project; use when handling lint errors or adding ESLint to a package.
Automatically detect and fix JavaScript/TypeScript linting issues using ESLint v9 flat config and the ESLint Node.js API.
Applies ESLint fixes automatically using the ESLint Node.js API with flat config support. Handles rule conflicts across TypeScript-ESLint and eslint-plugin-react.
Runs ESLint with auto-fix capabilities using the ESLint Node.js API and flat config system. Supports custom rule sets, TypeScript via typescript-eslint, and Prettier integration.
Runs ESLint with the --fix flag across JavaScript and TypeScript codebases, applying auto-fixable rules from eslint-config-airbnb and @typescript-eslint/recommended.
Run ESLint for JavaScript/TypeScript code quality and style enforcement. Use for static analysis and auto-fixing.
ESLint Code Review is built around ESLint static analysis for JavaScript and TypeScript. The underlying ecosystem is represented by eslint/eslint (27,186+ GitHub stars).
Generates ESLint 9+ configuration using flat config format. Creates eslint.config.cjs with Vue and TypeScript linting rules for code quality enforcement.
Enforces consistent ESLint configurations across monorepo packages using eslint-config-inspector and flat config merging.
Generate ESLint config that matches your code style. Use when setting up linting.
Use when eSLint configuration including config files, extends, plugins, and environment setup.
يثبت طبقة contract-based ESLint و TypeScript في المستودع، يمنع إعادة هيكلة جديدة لطبقة الجودة بدون مبرر contractual صريح، ويحرس mechanicalContractRules ضد التخفيف.
Use when custom ESLint rules and plugins including rule development, AST traversal, and publishing.
Scaffolds and tests custom ESLint rules using the RuleTester API and AST Explorer patterns. Generates rule documentation with fixable autofix implementations.
Playbook for resolving ESLint and TypeScript errors in the OpenObserve web/ frontend (Vue 3 + TS). Rule-by-rule fixes with before/after examples, plus conventions for typing…
TypeScript/ESLint error fix guide, helps AI quickly locate and fix common lint errors, prioritizing auto-fix commands for formatting issues.
Resolve specific ESLint errors and warnings that appear in this project. Use when fixing lint failures, ESLint reported issues, or autofix conflicts (e.g.
ESLint 9.x flat configuration patterns. Use when setting up ESLint with TypeScript.
Generate ESLint config from your codebase patterns. Use when setting up linting.
Build, audit, and maintain ESLint plugin repositories. Use when Codex needs to bootstrap a new ESLint plugin from a template, audit plugin best practices, synchronize rule…
Configures ESLint and Prettier for consistent code quality with TypeScript, React, and modern best practices.
Analyzes ESLint configurations using the ESLint Node.js API (new ESLint().calculateConfigForFile) and flat config system.
Performs deep ESLint configuration analysis using the ESLint Node.js API and flat config system. Auto-fixes rule conflicts, generates shareable configs, and produces code quality…
Creates custom ESLint rules and shareable configs using the ESLint RuleTester API and @typescript-eslint/utils.
Audits ESLint configurations using @eslint/eslintrc and @eslint/js flat config APIs. Detects conflicting rules, deprecated configs, and generates migration paths from eslintrc to…
Creates custom ESLint rules using the ESLint RuleTester API and AST Explorer patterns. Generates rule implementations with auto-fix suggestions based on estree node types and…
Generates optimized ESLint flat config files using @eslint/js, typescript-eslint, and eslint-plugin-import.
Analyzes .eslintrc configurations and extended rulesets using the ESLint Node.js API and eslint-config-inspector.
Detects and resolves conflicting ESLint rules across .eslintrc configurations using the ESLint Node.js API.
Automates ESLint configuration and rule enforcement using the ESLint Node.js API and @typescript-eslint/parser.
Automates ESLint v9 flat config enforcement across monorepos using eslint-plugin-unicorn and @typescript-eslint/parser.
Runs ESLint with custom rulesets via the ESLint Node.js API and eslint-plugin-import to enforce project-specific code standards.
ESLint custom rule architecture. AST visitor rules with auto-fix, rule metadata, nested rule hierarchies, RuleTester harness, and monorepo-wide static analysis configuration.
Measures the impact of enabling new ESLint rules across a codebase using the ESLint Node.js API and @typescript-eslint/parser.
Runs ESLint against a JS/TS codebase, groups violations by rule and file, and produces a prioritized fix plan. Distinguishes auto-fixable violations from manual ones.
Use when eSLint built-in rules including rule configuration, severity levels, and disabling strategies.
Use when every known variant must be handled. Prefer compiler, type-checker, linter, or test-enforced exhaustive matches.
프론트엔드 프로젝트 생성, 아키텍처 구성, 학습 예제 코드 작성, 개발 도구 설정을 수행하는 스킬. React/Next.js 프로젝트 셋업, TanStack Query와 Tailwind 통합, ESLint/Prettier/TypeScript 설정을 실제 동작하는 코드로 구현한다.
Automatically fix ESLint errors by modifying code to comply with linting rules. For small codebases (≤20 errors), fixes directly.
Fix ESLint issues in migrated Output SDK code. Use when seeing lint errors after migration, or when writing new Output SDK code that needs to follow project conventions.
Takes a list of messy, inconsistent, or unnumbered notes and references and returns them correctly numbered, consistently formatted, and matched to your chosen citation style.
Format and lint Python code in the dev container with black, isort, and ruff. Use when the user asks to clean up code style, format files, or run a linter.
Normalize TOML files with a dedicated formatter and linter so repo configs, manifests, and lockfiles stay stable and reviewable.
Run Tombi as a TOML formatter, linter, and language server so agents can clean and validate pyproject, Cargo, and other TOML config files before committing changes.
Format markdown files to CommonMark/GFM using prettier (commonmark-based parser — the npm analog of cmark-gfm / commonmark.js / swift-markdown).
Universal code formatter and linter analyzer for multi-ecosystem projects (Laravel/PHP, Bun/Node/TS/JS, React, Vue, Astro, Nuxt, Go, Rust, Deno) with intelligent asdf version…
Formatting and linting standards using GTS, ESLint, and Prettier. Use when writing or formatting TypeScript code in this project.
Ensures frontend code quality by enforcing Design System (9 ESLint rules), Storybook coverage, and 5-step verification pipeline.
Runs frontend quality checks including TypeScript, ESLint, and tests. Use before commits, PRs, or when the user says "check frontend", "run frontend tests", "lint frontend".
Build and audit deterministic verification gates — checks that block a pipeline and can be shown to go red.
Formate les messages de commit git selon la spécification Conventional Commits. Utiliser lorsque l'utilisateur demande de commiter des changements ou d'écrire un message de commit.
Validates GitHub Actions YAML workflows using actionlint and the GitHub Actions REST API. Detects invalid step references, missing secrets declarations, and deprecated action…
Formats and styles content for professional GitHub presentation. Use when the user asks to style files for GitHub, format documentation, improve markdown presentation, or prepare…