con un clic
lint-validation
Standards for code linting, formatting, and pre-commit hooks.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Standards for code linting, formatting, and pre-commit hooks.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Bootstraps a new project with standard folder structure, git init, basic files, planning doc skeletons, and initial memory.json. Triggers on new project creation keywords. CRITICAL for first-time setup.
Configuration for Virtual Hosts, .htaccess, and PHP-FPM in LAMP stacks.
Principles for REST, GraphQL, versioning, and API authentication.
Optimization and usage of SVGs, fonts, and static assets.
Patterns for maintaining or migrating Bootstrap 3/4/5 projects.
Caddyfile configuration, auto-HTTPS, and FastCGI.
| name | lint-validation |
| description | Standards for code linting, formatting, and pre-commit hooks. |
PHP_CodeSniffer (PSR-12) or Laravel Pint.composer lint (custom script) or ./vendor/bin/pint.PHPStan (Level 5+) is recommended for logic errors.ESLint + Prettier.eslint:recommended, plugin:@typescript-eslint/recommended).eslint-plugin-simple-import-sort.Ruff (replaces Flake8/Black/Isort).pre-commit.lint-staged) to keep commits fast.