lint-fixer

lint-fixer is an agent for Claude Code from vericontext/vibeframe. It costs 27 tokens per session (266 once invoked), scanned A, original, MIT.

An automated helper that finds and fixes ESLint errors in the VibeFrame command-line package. ESLint is a tool that checks JavaScript or TypeScript code for common mistakes and style problems.

In plain words
What is it for?
Use it to remove unused imports and variables, add missing types, and rerun the package's lint check until its errors are resolved.
Why use it?
It removes repetitive cleanup after several code changes and checks that the fixes do not introduce new lint errors. It focuses on errors rather than warnings and avoids hiding problems with suppression comments.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/vericontext/vibeframe/lint-fixer
Clone the repo
git clone --depth 1 https://github.com/vericontext/vibeframe

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lint-fixer

README.md
[![agentmods](https://agentmods.dev/badge/agents/vericontext/vibeframe/lint-fixer.svg)](https://agentmods.dev/agents/vericontext/vibeframe/lint-fixer)
Your own site
<a href="https://agentmods.dev/agents/vericontext/vibeframe/lint-fixer"><img src="https://agentmods.dev/badge/agents/vericontext/vibeframe/lint-fixer.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 266 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.00266
Opus 5 $0.00014 $0.00133
Sonnet 5 $0.00005 $0.00053
Haiku 4.5 $0.00003 $0.00027

Measured 4d ago against content hash b5df945e077d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lint-fixer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/lint-fixer.md · 28 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 28 lines · 27 tokens per session scan A b5df945e077d

Subscribe to this mod's changes

lint-fixer is an agent published in the GitHub repository vericontext/vibeframe (165 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 266 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.