This skill provides automated assistance for the described functionality.
Prerequisites
Node.js and npm/npx installed
Prettier available globally or locally
Write permissions for target files
Supported file types in the project
Instructions
Analyze current formatting (prettier --check) and identify files to update.
Configure formatting rules (.prettierrc, .editorconfig) for the project.
Apply formatting (prettier --write) to the target files/directories.
Add ignore patterns (.prettierignore) for generated/vendor outputs.
Optionally enforce formatting via git hooks (husky/lint-staged).
See {baseDir}/references/implementation.md for detailed implementation guide.
Output
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Resources
name: Check formatting
name: Enforce formatting
ESLint - Linting and code quality
Stylelint - CSS/SCSS linting
Markdownlint - Markdown style checking
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: helixdevelopment-helixagent-code-formatter3description: Code Formatter4---56# Code Formatter78## Overview910This skill provides automated assistance for the described functionality.1112## Prerequisites1314- Node.js and npm/npx installed15- Prettier available globally or locally16- Write permissions for target files17- Supported file types in the project1819## Instructions20211. Analyze current formatting (`prettier --check`) and identify files to update.222. Configure formatting rules (`.prettierrc`, `.editorconfig`) for the project.233. Apply formatting (`prettier --write`) to the target files/directories.244. Add ignore patterns (`.prettierignore`) for generated/vendor outputs.255. Optionally enforce formatting via git hooks (husky/lint-staged).262728See `{baseDir}/references/implementation.md` for detailed implementation guide.2930## Output31323334## Error Handling3536See `{baseDir}/references/errors.md` for comprehensive error handling.3738## Examples3940See `{baseDir}/references/examples.md` for detailed examples.4142## Resources4344- name: Check formatting45- name: Enforce formatting46- **ESLint** - Linting and code quality47- **Stylelint** - CSS/SCSS linting48- **Markdownlint** - Markdown style checking4950---51> Converted and distributed by [TomeVault](https://tomevault.io/claim/helixdevelopment) — claim your Tome and manage your conversions.52<!-- tomevault:4.0:skill_md:2026-04-14 -->
Run npx skillmds@latest add tomevault-io/helixdevelopment-helixagent-code-formatter in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Code Formatter It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.