---
name: code-formatter
description: Automatically formats code files according to project guidelines.
version: 1.0.0
---

# Code Formatter Skill

This skill formats source files in various languages.

## Instructions
When requested to format code:
1. Identify the language.
2. Apply standard formatting rules (e.g. rustfmt, prettier, black).
3. Return the formatted code.
