code-formatter

Solid

Formats code files using prettier and eslint. Use when the user wants to format code, fix linting issues, or clean up code style.

Code & Development 181 stars 17 forks Updated 5 months ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
75
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
36
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Code Formatter Skill Automatically formats code files using industry-standard tools. ## Capabilities - Format JavaScript/TypeScript with Prettier - Fix ESLint issues automatically - Format JSON, YAML, and Markdown files - Run format checks before commits ## Usage Examples **Format a single file:** ``` "Format the src/index.js file" ``` **Format entire directory:** ``` "Format all files in the src/ directory" ``` **Check formatting without changes:** ``` "Check if files in src/ are properly formatted" ``` ## Configuration Set these environment variables for custom configuration: - `PRETTIER_CONFIG`: Path to prettier config (default: .prettierrc) - `ESLINT_CONFIG`: Path to eslint config (default: .eslintrc.js)

Details

Author
jduncan-rva
Repository
jduncan-rva/skill-porter
Created
6 months ago
Last Updated
5 months ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

code-review

Code review assistance with linting, style checking, and best practices

37 Updated 6 days ago
Zhow01
Code & Development Solid

biome

Biome (formerly Rome) — fast unified linter and formatter for JavaScript, TypeScript, JSON, and CSS. Configuration, rule customization, migration from ESLint/Prettier, CI integration

46 Updated 1 weeks ago
InugamiDev
Data & Documents Listed

whitespace

Fix trailing whitespace and ensure files end with newlines. Use this skill when preparing code for commit or when whitespace issues are detected.

26 Updated 1 months ago
Krastanov
Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

9,342 Updated 5 days ago
Jeffallan
Code & Development Solid

rust-dev

This skill should be used when working with Rust code, reviewing Rust code, managing Rust dependencies, creating Rust projects, or fixing Rust compilation errors. It provides strict coding standards (especially FAIL FAST error handling), workspace architecture guidance, dependency management automation, and common Rust patterns.

24 Updated 3 weeks ago
onsails