Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsDev Tools › Linters Formatters › Page 3

Linters Formatters (Page 3 of 7)

364 Claude Code skills in the Linters Formatters sub-category of Dev Tools.

364 skills · updated 2026-07-28 · showing 121–180 of 364 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

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.
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.
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".
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…
Struktura a konvence frontendu — sdílené app-ui komponenty + composables, doménová organizace app/, router s guardy a maximálně přísný TypeScript/ESLint/Tailwind.
Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail.
Configure and troubleshoot golangci-lint for Go projects。Handle import resolution issues, type-c。Use when 需要项目管理、任务规划、进度跟踪、团队协作时使用。不适用于实际人员绩效评估。适用于独立开发者、企业团队和自动化工作流场景。
Run golangci-lint on Go code and fix any issues found. Use after writing or modifying Go code, or when the user explicitly requests linting.
Convert verbal task descriptions into structured, testable goals. Use when you say "write me a goal", "create a goal for X", or want to frame work as a measurable objective.
Turn a goal (or a goal + draft spec) into a complete, detailed engineering specification by defining all eight spec sections and asking gap-filling clarifying questions grounded…
Format Google Docs with proper native formatting (headings, bold, tables) instead of markdown. Google Docs does NOT render markdown - you must use the formatting API.
Static-Analyse für GreyScript-Quellen VOR greybel-Build. Erkennt fehlende //command-Marker, nicht-erlaubte Builtins (run, is_folder, str_repeat u.a.) und gibt klare…
Generate formatted help text with examples, descriptions, sections, and consistent styling for CLI applications.
Rewrites scene descriptions using professional cinematography language, structures prompts with a six-slot formula (camera + subject + action + setting + style + lighting), and…
Set up hk (git hook manager) with pre-commit hooks for any project. Detects project type (Python, JS/TS, Go, Rust, etc.) and configures appropriate linters/formatters.
Hunt Insecure Deserialization — Java gadget chains (ysoserial), PHP object injection (phpggc), Python pickle RCE, .NET BinaryFormatter, Ruby Marshal.load, JNDI/Log4Shell.
All Dev Tools skills →
More in Dev ToolsScaffolders (2,017) · CLI Builders (777) · IDE Editor (582) · Package Mgmt (214) · Git Workflow (129) · Dev Shells (83)