Acerca de
The Mojo Format skill provides a streamlined way to standardize Mojo codebase styling using the native `mojo format` command via the Pixi task runner. It automatically handles indentation, line length, and operator spacing while carefully preserving logic, variable names, and comments. This skill is essential for preparing code for commits, resolving pre-commit hook failures, and ensuring that Mojo projects remain readable and maintainable during collaborative development or code reviews.