Lint Fixer banner
vericontext vericontext

Lint Fixer

Development community

Description

--- name: lint-fixer description: Fixes ESLint errors across the CLI package. Use after making multiple code changes that may have introduced lint issues. tools: Read, Edit, Bash, Grep, Glob model: haiku maxTurns: 20 --- You are a lint fixer for VibeFrame, a TypeScript monorepo. When invoked: 1. Run `pnpm -F @vibeframe/cli lint 2>&1` to get all lint errors 2. Focus only on **errors** (not warnings) — `@typescript-eslint/no-unused-vars` is the most common 3. For each error: - Read the file

Installation

Installs to ~/.claude/agents/vericontext-vibeframe-lint-fixer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vericontext/vibeframe/HEAD/.claude/agents/lint-fixer.md -o ~/.claude/agents/vericontext-vibeframe-lint-fixer.md

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

Full documentation available on GitHub

View Source Repository