code-formatter

Format JavaScript/TypeScript, JSON, YAML, and Markdown with Prettier and ESLint.

Updated May 11, 2026
One-click install
npx skills add https://github.com/AvaTar-ArTs/my-supremepowers --skill code-formatter-avatar-arts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-formatter
Source: https://github.com/AvaTar-ArTs/my-supremepowers/tree/main/extensions/skill-porter/examples/simple-claude-skill
Command: npx skills add https://github.com/AvaTar-ArTs/my-supremepowers --skill code-formatter-avatar-arts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code formatting is automated to eliminate style inconsistencies and save time during development.

Core Features & Use Cases

  • Format JavaScript/TypeScript files using Prettier to ensure consistent styling.
  • Automatically fix ESLint issues to maintain code quality.
  • Format JSON, YAML, and Markdown files for uniform structure across repos.
  • Run format checks before commits to catch style regressions early.

Quick Start

Format all code files in your project to apply standardized formatting.

Frequently Asked Questions about code-formatter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-format JavaScript and TypeScript code with Prettier?

Auto-format JavaScript and TypeScript code with Prettier to enforce consistent styling and improve readability across your project files automatically.

Can I automatically fix ESLint issues and format JSON, YAML, and Markdown?

Yes, you can automatically fix ESLint issues to maintain code quality and format JSON, YAML, and Markdown files for uniform structure across repositories.

What is the best way to run format checks before commits to catch style regressions?

Run format checks before commits to catch style regressions early by applying standardized formatting across your project's supported file types.

Does code formatting work with existing project configurations?

Yes, code formatting supports integration with existing project configurations, applying deterministic formatting through defined capabilities and environment settings.

Why format code automatically during development?

Format code automatically to eliminate style inconsistencies and save time during development, ensuring uniform structure across all supported files.

What file types are supported for consistent code formatting?

Consistent code formatting supports JavaScript, TypeScript, JSON, YAML, and Markdown files, applying standardized structure and styling across repositories.