linting skills

51 tagged linting, measured the same way as everything else here.

Browse within: agent-skills-validation 22agentskills-io 22code-quality 14claude-plugins 8typescript 6

install-anti-slop

01

dmmulroy/anti-slop

Skill Claude CodeCodex

Install and configure the generic and optional Effect anti-slop Oxlint plugins in a local TypeScript or JavaScript repository. Use whenever a user asks to add anti-slop lint rules, copy the anti-slop plugin, configure opinionated Oxlint rules, or migrate an existing local anti-slop setup.

3.9k 14d ago A 67 tokens original MIT

ubs

02

Dicklesworthstone/ultimate_bug_scanner

Skill Claude CodeCodex

Ultimate Bug Scanner - Pre-commit static analysis for AI coding workflows. 18 detection categories, 8 languages, 4-layer analysis engine. The AI agent's quality gate.

285 10d ago C 38 tokens

api-spectral

03

AgentSecOps/SecOpsAgentKit

Skill Claude CodeCodex

API specification linting and security validation using Stoplight's Spectral with support for OpenAPI, AsyncAPI, and Arazzo specifications. Validates API definitions against security best practices, OWASP API Security Top 10, and custom organizational standards. Use when: (1) Validating OpenAPI/AsyncAPI specifications…

201 4mo ago A 138 tokens

draw-io

04

Sunwood-ai-labs/draw-io-skill

Skill Claude CodeCodex

Create, edit, export, and review draw.io diagrams. Use for native .drawio XML generation, PNG/SVG/PDF export, SVG overlap, border-overlap, label-intrusion, label-rect, short-terminal, text-contrast, text-emphasis, and text-overflow linting, layout adjustment, and AWS icon usage.

48 2mo ago A 74 tokens original MIT

code-review

05

anthroos/claude-code-review-skill

Skill Claude CodeCodex

AI code review for PR or local changes. 280+ checks across security, architecture, performance, testing, and code quality. Posts findings as GitHub PR comments with confidence scores.

39 6mo ago A 40 tokens original MIT

biome-anti-slop

06

NorbertBodziony/biome-anti-slop

Skill Claude CodeCodex

Install and configure vendored Biome anti-slop GritQL rules in a local TypeScript or JavaScript repository. Use when a user asks to add, configure, update, or migrate Biome anti-slop lint rules.

6 13d ago A 53 tokens original MIT

lintbase

07

lintbase/lintbase

Skill Claude CodeCodex

Use this skill whenever you are about to read from, write to, query, or modify a Firestore database. LintBase gives you ground-truth schema context (real field names, types, presence rates) directly from production documents so you never hallucinate field names or create schema drift. Trigger automatically when the…

2 1mo ago A 121 tokens original MIT

sven1103-agent/sklint

Skill Claude CodeCodex

bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb…

2 6mo ago A 262 tokens AGPL-3.0

line-count-warning

09

sven1103-agent/sklint

Skill Claude CodeCodex

Line 0 Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 Line 9 Line 10 Line 11 Line 12 Line 13 Line 14 Line 15 Line 16 Line 17 Line 18 Line 19 Line 20 Line 21 Line 22 Line 23 Line 24 Line 25 Line 26 Line 27 Line 28 Line 29 Line 30 Line 31 Line 32 Line 33 Line 34 Line 35 Line 36 Line 37 Line 38 Line 39 Line 40…

2 6mo ago A 8 tokens AGPL-3.0

ckorhonen/hone-skills

Skill Claude CodeCodex

Finds duplicated code patterns across the codebase including exact copies and structural duplication (same logic with different variable names). Ranks by frequency and suggests extraction candidates. Designed for weekly runs. Do NOT use for method length, naming, or style concerns.

0 4mo ago A 57 tokens original MIT

ckorhonen/hone-skills

Skill Claude CodeCodex

Finds code that obscures its intent: unclear variable names, nested ternaries, boolean parameters without names, overly clever one-liners, and comments that restate code instead of explaining why. Focuses on recently changed files. Do NOT use for method length, duplication, or test naming concerns.

0 4mo ago A 69 tokens original MIT

ckorhonen/hone-skills

Skill Claude CodeCodex

Checks that test method and function names read as complete sentences describing behavior. Flags cryptic names like test1, testFoo, or abbreviated names that do not describe what is being tested. Designed to run on every PR. Do NOT use for test coverage, test structure, or non-test code.

0 4mo ago A 66 tokens original MIT