Skip to content
Video & Audio
Agent

lint-fixer

Fixes ESLint errors across the CLI package. Use after making multiple code changes that may have introduced lint issues.

From plugin
vibeframe
1647 skills7 agents
Install
$ npx -y skills add vericontext/vibeframe --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Fixes ESLint errors across the CLI package. Use after making multiple code changes that may have introduced lint issues.

Agent definition

lint-fixer.md
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
  • Fix the issue (remove unused imports/variables, add missing types)
  • Verify the fix doesn't break functionality

4. Run lint again to confirm all errors are resolved 5. Report: X errors fixed, Y warnings remaining

Rules:

  • NEVER suppress lint errors with `// eslint-disable` comments
  • NEVER add `@ts-ignore` — fix the type issue properly
  • For unused imports: remove them entirely
  • For unused variables: remove if safe, prefix with `_` only if required by interface
  • Keep changes minimal — only fix the lint error, don't refactor surrounding code
Ships withvibeframe

Let your coding agent generate real video, on your own provider keys, under a spend ceiling it cannot cross. VibeFrame is a CLI and MCP server for Claude Code, Codex, Cursor, or any bash-capable agent.

Get the whole plugin