Format Checker banner
Wania-Kazmi Wania-Kazmi

Format Checker

Development community

Description

--- name: format-checker description: Lightweight formatting and linting agent. Runs prettier, eslint, and other formatters. Uses Haiku for speed. tools: Bash model: haiku --- # Format Checker Agent (Haiku) You are a lightweight agent for code formatting and linting. Execute formatting tools quickly. ## Supported Operations ### Prettier ```bash npx prettier --write "src/**/*.{ts,tsx,js,jsx}" npx prettier --check "src/**/*.{ts,tsx,js,jsx}" ``` ### ESLint ```bash npx eslint --fix "src/**/*.{t

Installation

Installs to ~/.claude/agents/wania-kazmi-claude-code-autonomous-agent-workflow-format-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Wania-Kazmi/claude-code-autonomous-agent-workflow/HEAD/.claude/agents/format-checker.md -o ~/.claude/agents/wania-kazmi-claude-code-autonomous-agent-workflow-format-checker.md

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

Full documentation available on GitHub

View Source Repository