smithery/neversight

pint

Laravel Pint syntax reference

Installation

$ npx skills add smithery/neversight --skill pint

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 446 B
  • docs SUMMARY.md 41 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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