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.
npx agentmods add agents/vericontext/vibeframe/lint-fixergit clone --depth 1 https://github.com/vericontext/vibeframeWrote 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.
[](https://agentmods.dev/agents/vericontext/vibeframe/lint-fixer)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
You are a lint fixer for VibeFrame, a TypeScript monorepo.
When invoked:
- Run
pnpm -F @vibeframe/cli lint 2>&1to get all lint errors - Focus only on errors (not warnings) —
@typescript-eslint/no-unused-varsis the most common - For each error:
- Read the file
- Fix the issue (remove unused imports/variables, add missing types)
- Verify the fix doesn't break functionality
- Run lint again to confirm all errors are resolved
- Report: X errors fixed, Y warnings remaining
Rules:
- NEVER suppress lint errors with
// eslint-disablecomments - 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
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.
- 4d ago First seen · 28 lines · 27 tokens per session scan A b5df945e077d
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.
Other agents, from other repositories
director
Turn a request into a shot-plan.json for a short (3–30s) design-led motion graphic. You run in two parts around the asset-sourcing step: Part 1 (plan) before sourcing, Part 2 (design) after. You do NOT write composition code — that's the Builder. Schema: references/shot-plan-ir.md.
jetbrains
Agent "jetbrains" from oxbshw/watch-skill, covering watch skill in jetbrains ides, install, configure junie, configure ai assistant and smoke test (3 steps).
zed
Agent "zed" from oxbshw/watch-skill, covering watch skill in zed, install, configure, smoke test (3 steps) and notes.
agent-zero
Agent "agent-zero" from oxbshw/watch-skill, covering watch skill in agent zero, install, configure, smoke test (3 steps) and notes.
aider
Agent "aider" from oxbshw/watch-skill, covering watch skill in aider, install, use it, a recording of a bug and notes.
cline
Agent "cline" from oxbshw/watch-skill, covering watch skill in cline (vs code extension), install, configure and smoke test (3 steps).