home / skills / markhamsquareventures / essentials / pint

pint skill

/skills/pint

npx playbooks add skill markhamsquareventures/essentials --skill pint

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
446 B
---
name: pint
description: Laravel Pint syntax reference
---

# Laravel Pint

## Instructions

- Run `vendor/bin/pint --dirty` before finalizing changes to ensure your code matches the project's expected style.
- Do not run `vendor/bin/pint --test`, simply run `vendor/bin/pint` to fix any formatting issues.
- During development, run `./vendor/bin/pint {file}` to format specific files
- Use `dev.check` to run the full suite before committing