Run code linting and formatting checks across the codebase. Use after modifying source files to ensure coding standards are met.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add FastLED/FastLED --skill "lint" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/lint-fastled-2/SKILL.md---
name: lint
description: Run code linting and formatting checks across the codebase. Use after modifying source files to ensure coding standards are met.
context: fork
agent: lint-agent
---
Run linting and formatting checks across the codebase using `bash lint`.
Report results in a clear, actionable format showing any formatting or linting violations found.
For JavaScript files, also run `bash lint --js`.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes