Agent Skills: Lint-Staged Config Generator

Generate lint-staged configuration for running linters on staged Git files. Triggers on "create lint-staged config", "generate lint staged", "lint-staged setup", "staged file linting".

UncategorizedID: ehtbanton/ClaudeSkillsRepo/lint-staged-config-generator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ehtbanton/ClaudeSkillsRepo/tree/HEAD/lint-staged-config-generator

Skill Files

Browse the full folder contents for lint-staged-config-generator.

Download Skill

Loading file tree…

lint-staged-config-generator/SKILL.md

Skill Metadata

Name
lint-staged-config-generator
Description
Generate lint-staged configuration for running linters on staged Git files. Triggers on "create lint-staged config", "generate lint staged", "lint-staged setup", "staged file linting".

Lint-Staged Config Generator

Generate lint-staged configuration for running linters only on staged Git files.

Output Requirements

File Output: .lintstagedrc.js, lint-staged.config.js, or in package.json Format: Valid lint-staged configuration Standards: lint-staged 15.x

When Invoked

Immediately generate a complete lint-staged configuration for the project's file types.

Example Invocations

Prompt: "Create lint-staged config for TypeScript and CSS" Output: Complete .lintstagedrc.js with ESLint, Prettier, and Stylelint.