prettier

star 19

Format code with Prettier. MUST be run automatically before creating any git commit and when finishing a coding task.

celo-org By celo-org schedule Updated 2/24/2026

name: prettier description: Format code with Prettier. MUST be run automatically before creating any git commit and when finishing a coding task. disable-model-invocation: false allowed-tools: Bash(npx prettier:), Bash(yarn prettier:) argument-hint: "[files or blank for all src]"

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
Install via CLI
npx skills add https://github.com/celo-org/celo-mondo --skill prettier
Repository Details
star Stars 19
call_split Forks 53
navigation Branch main
article Path SKILL.md
More from Creator