Format code with Prettier.
This skill should be invoked automatically:
- Before creating any git commit
- When a coding task is complete (after all edits are done)
If $ARGUMENTS is provided, run:
npx prettier --write $ARGUMENTS
If no arguments, format the entire src directory:
yarn prettier