ln-741-linter-configurator

Solid

Configures ESLint, Prettier, Ruff, mypy, and .NET analyzers. Use when setting up linting and formatting for a project.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-741-linter-configurator **Type:** L3 Worker **Category:** 7XX Project Bootstrap Configures code linting, formatting, and type checking tools for TypeScript, Python, and .NET projects. --- ## Purpose & Scope **Does:** - Detects which linter stack to configure based on project type - Checks for existing linter configurations - Generates appropriate config files from templates - Installs required dependencies (always latest versions, no pinning) - Generates unified lint script (`scripts/lint.sh`) - Verifies all linters run without errors **Does NOT:** - Configure pre-commit hooks (separate worker) - Set up test infrastructure (separate worker) - Modify source code --- ## Supported Stacks | Technology | Linter | Type Checker | Formatter | Config Files | |------------|--------|-------------|-----------|--------------| | TypeScript | ESLint 9+ (flat config) | TypeScript (tsc) | Prettier | `eslint.config.ts`, `.prettierrc` | | .NET | Roslyn Analyzers | Roslyn | dotnet format | `.editorconfig`, `Directory.Build.props` | | Python | Ruff | mypy | Ruff (built-in) | `ruff.toml`, `mypy.toml` (or `pyproject.toml`) | --- ## Phase 1: Check Existing Co...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category