From formatter
Execute automatically formats and validates code files using Prettier and other formatting tools. Use when users mention "format my code", "fix formatting", "apply code style", "check formatting", "make code consistent", or "clean up code formatting". Handles JavaScript, TypeScript, JSON, CSS, Markdown, and many other file types. Trigger with relevant phrases based on skill purpose.
How this skill is triggered — by the user, by Claude, or both
Slash command
/formatter:code-formatterThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for the described functionality.
This skill provides automated assistance for the described functionality.
prettier --check) and identify files to update..prettierrc, .editorconfig) for the project.prettier --write) to the target files/directories..prettierignore) for generated/vendor outputs.See {baseDir}/references/implementation.md for detailed implementation guide.
See {baseDir}/references/errors.md for comprehensive error handling.
See {baseDir}/references/examples.md for detailed examples.
npx claudepluginhub rowanbrooks100/claude-code-plugins-plus-skills --plugin formatter7plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 7 plugins
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.