configure-formatting

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

/configure:formatting

Check and configure code formatting tools against modern best practices.

When to Use This Skill

Use this skill when... Use another approach when...
Setting up Biome, Prettier, Ruff format, or rustfmt for a project Running an existing formatter (biome format, ruff format)
Migrating from Prettier to Biome or Black to Ruff Fixing individual formatting issues in specific files
Auditing formatter configuration for completeness and best practices Configuring linting rules (/configure:linting instead)
Adding format-on-save and CI format checks Setting up pre-commit hooks only (/configure:pre-commit instead)
Standardizing formatting settings across a monorepo Editing .editorconfig or .vscode/settings.json manually

Context

Installs
52
GitHub Stars
36
First Seen
Feb 9, 2026
configure-formatting — laurigates/claude-plugins