Prettier Format — Code Quality skill for Claude Code
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
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: truesemi: truetabWidth: 2trailingComma: "all"printWidth: 80arrowParens: "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 RepositoryRelated Skills
Selfreview
Self code review before a release — four narrow reviewers over the change (or the whole repo), findings ranked
Cmd Refactor
Refactor phase (ACT loop): analyze, plan, baseline, execute, verify, and sync a behavior-preserving restructur
Auto Format Code
I'll format your code and fix TypeScript issues using the project's configured tools. I'll detect and run: - F
Session Start
Start a new development session by creating a session file in .claude/sessions/ with the format YYYY-MM-DD-HHM
Output
Set the response output format for this session (tldr, table, verbose, bullets, narrative, json, raw). Default
Claude History
A command-line utility to extract and format conversation history from Claude Code session files
Related Agents
Validador
Workbench persona validator. Invoke whenever a new persona is born, an existing one is edited, or before promo
Docs Sync
Updates the living specifications (RSM_, TD32_FORMAT_NOTES, DAP_DEBUGGER_ARCHITECTURE, KNOWN_UNKNOWNS, TRAPS,
Pack Docs Researcher
Use for verifying CLI tool features, flags, and file format requirements against official documentation before