# Pint

> Laravel Pint syntax reference

- Skill: `markhamsquareventures/pint` (Agent Skill)
- Install (CLI): `npx skillmds@latest add markhamsquareventures/pint`
- Raw SKILL.md: https://api.skillmd.com/api/skills/markhamsquareventures/pint/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: markhamsquareventures (https://skillmd.com/u/markhamsquareventures)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/markhamsquareventures/pint

---


# 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

