code-formatter-installer
Installation
SKILL.md
Code Formatter & Linter Installer
Establish consistent code formatting and linting across your project.
Core Workflow
- Detect stack: Identify language/framework (JS/TS, Python, Go, Rust)
- Choose tools: Select appropriate formatters and linters
- Generate configs: Create config files with best-practice rules
- Add scripts: Include npm/package scripts for format/lint
- Configure editor: Provide VS Code, IntelliJ, Vim settings
- Setup pre-commit: Add git hooks for automatic formatting
- CI integration: Suggest GitHub Actions or CI config