mojo-format

Community

Auto-format Mojo code, ensure consistency.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve? This Skill enforces consistent code style in Mojo files by automatically formatting them, eliminating manual style debates and ensuring a clean, readable codebase. It automates code formatting, saving developers time and reducing friction in code reviews.

Core Features & Use Cases:

  • Automated Formatting: Applies standard Mojo formatting rules for indentation, spacing, and line length, ensuring uniformity.
  • Pre-commit Integration: Designed to work seamlessly with pre-commit hooks to format code before commits, catching style issues early.
  • Use Case: Before committing your Mojo code, run this skill to automatically format all files. This ensures your code adheres to project style guidelines and passes CI checks without manual intervention, letting you focus on logic.

Quick Start: Use the mojo-format skill to format all Mojo files in the 'src' directory.

Dependency Matrix

Required Modules

mojo-sdk

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: mojo-format
Download link: https://github.com/mvillmow/ml-odyssey/archive/main.zip#mojo-format

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository