iblai

Prettier Format — Code Quality skill for Claude Code

Code Quality community

Run prettier on files Claude has edited to match .prettierrc before committing.

How to install Prettier Format

Installs to ~/.claude/skills/iblai-os-prettier-format/SKILL.md

Terminal
mkdir -p ~/.claude/skills/iblai-os-prettier-format && curl -fsSL https://raw.githubusercontent.com/iblai/os/HEAD/.claude/skills/prettier-format.md -o ~/.claude/skills/iblai-os-prettier-format/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Prettier Format does


description: Run prettier on files Claude has edited to match .prettierrc before committing. Invoke after any code change session.

Prettier Format Skill

After making any code edits, run prettier on the changed files to match the project's `.prettierrc` before staging or committing.

.prettierrc rules (for reference)

  • singleQuote: true
  • semi: true
  • tabWidth: 2
  • trailingComma: "all"
  • printWidth: 80
  • arrowParens: "always"
  • endOfLine: "lf"
  • Plugin: `prettier-plu

Alternatives in Code Quality

  • Import Drawio — Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level 27.2k ★
  • Job Stories — Create job stories with acceptance criteria in JTBD format 7.8k ★
  • Video Script: Claude SEO V1.7.2 — What's New — Duration: ~5 minutes Tone: Natural, conversational, like talking to a friend who knows Claude Code Format: Scr 5k ★

Full documentation available on GitHub

View Source Repository