code-formatter · v1.0.0 · 2026-09-10 · sha256 a31807fdc5fce723

code-formatter v1.0.0A

Immutable. This exact content is served forever at /api/v1/blob/a31807fdc5fce723.

---
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.