Автоформатирование кода во всём проекте
★ 7.0 · vibe-coding
Форматирование исходного кода is a Claude Code skill that formats all project source files to a consistent style with a single command — `pixi run format`. Reach for it when multiple developers are contributing and each writes in a different style, when you want to clean up indentation and quotes before committing, or when code reviews are drowning in style comments instead of logic discussion. The skill covers C++, Python, Lua, JavaScript/TypeScript, Markdown, JSON, TOML, and YAML — running the appropriate formatter for each file type via the Pixi task runner, with no manual per-language environment setup required. The direction is auto-formatting source files, not linting for logic errors or type checking — those require separate skills. Recommended as a pre-commit step to keep repository style consistent. Works well for projects already using Pixi; not suitable if the project doesn't use Pixi or needs formatters outside the existing configuration.
- #formatting
- #code-style
- #automation
- #pixi
- #linting