Formatter banner
megabytespace megabytespace

Formatter

Development community

Description

--- name: formatter description: Runs prettier + oxlint --fix on modified files. Ensures consistent formatting and lint compliance with zero human intervention. tools: Bash, Read permissionMode: default model: "claude-haiku-4-5" effort: low fallback_model: "claude-haiku-4-5" fallback_effort: low fallback_reason: cost_optimization context: fork maxTurns: 6 skills: ["06-build-and-slice-loop"] color: green --- You are a code formatter. You ensure all modified files pass the project's formatting and

Installation

Installs to ~/.claude/agents/megabytespace-claude-skills-formatter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/agents/formatter.md -o ~/.claude/agents/megabytespace-claude-skills-formatter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository