KS
Killer-Skills

lint — how to use lint how to use lint, what is lint, lint alternative, lint vs eslint, lint install, lint setup guide, wordpress linting, javascript linting, php linting

v1.0.0
GitHub

About this Skill

Perfect for Code Review Agents needing automated JavaScript, CSS, and PHP linting capabilities. lint is a code analysis tool that checks JavaScript, CSS, and PHP files for quality and standards compliance

Features

Runs lint commands for JavaScript using npm run lint:js
Auto-fixes JavaScript issues with npm run lint:js -- --fix
Checks CSS/SCSS files for quality and standards compliance with npm run lint:css
Supports PHP linting using WordPress Coding Standards with npm run lint:php
Allows running all linters with a single command: npm run lint:js && npm run lint:css && npm run lint:php

# Core Topics

jnealey-godaddy jnealey-godaddy
[5]
[6]
Updated: 2/28/2026

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add jnealey-godaddy/designsetgo/lint

Agent Capability Analysis

The lint MCP Server by jnealey-godaddy is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use lint, what is lint, lint alternative.

Ideal Agent Persona

Perfect for Code Review Agents needing automated JavaScript, CSS, and PHP linting capabilities.

Core Value

Empowers agents to enforce code quality and standards compliance using npm scripts, checking JavaScript, CSS, and PHP files, and auto-fixing issues with protocols like npm run lint:js, npm run lint:css, and npm run lint:php.

Capabilities Granted for lint MCP Server

Automating code quality checks for WordPress projects
Debugging JavaScript syntax errors with npm run lint:js -- --fix
Validating CSS standards compliance with npm run lint:css

! Prerequisites & Limits

  • Requires npm installation
  • Limited to JavaScript, CSS, and PHP files
  • Dependent on WordPress Coding Standards for PHP linting
SKILL.md
Readonly

Lint JavaScript, CSS, and PHP files for code quality and standards compliance.

Lint Commands

JavaScript:

bash
1npm run lint:js

Auto-fix JavaScript:

bash
1npm run lint:js -- --fix

CSS/SCSS:

bash
1npm run lint:css

Auto-fix CSS:

bash
1npm run lint:css -- --fix

PHP (WordPress Coding Standards):

bash
1npm run lint:php

Run all linters:

bash
1npm run lint:js && npm run lint:css && npm run lint:php

What Gets Checked

JavaScript:

  • ESLint with @wordpress/eslint-plugin
  • WordPress coding standards
  • No deprecated APIs
  • Proper i18n usage

CSS:

  • Stylelint
  • BEM naming conventions
  • No duplicate selectors
  • Property ordering

PHP:

  • WordPress PHP Coding Standards (WPCS)
  • Security best practices
  • Proper escaping and sanitization
  • Documentation standards

Before Committing

Always lint before committing:

bash
1npm run lint:js -- --fix && npm run lint:css -- --fix

Related Skills

Looking for an alternative to lint or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication