Scavi banner
hsr88 hsr88

Scavi

AI community

Description

Context linter for AI coding agents. Detects stale, conflicting, and incorrect instructions across AGENTS.md, CLAUDE.md, Cursor rules, and Copilot instructions.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Scavi numbat mascot inspecting repository context

Scavi

The context linter for AI coding agents.

**Keep your agents in sync with your code.**

Scavi is an open-source developer tool that helps keep AI coding instructions accurate as your codebase evolves.

It checks files like `AGENTS.md`, `CLAUDE.md`, Cursor rules, Copilot instructions, and other agent context for **stale information, conflicting rules, invalid paths, outdated commands, and claims that no longer match your codebase**.

Think of it as a linter for the context you give your coding agents.


Installation

Run Scavi directly in the repository you want to check:

cd path/to/your-repository
npx scavi-cli check

Or install it globally:

npm install --global scavi-cli
cd path/to/your-repository
scavi check

Scavi looks for context files in the repository being checked. If you run it from a directory without files such as `AGENTS.md`, `CLAUDE.md`, Copilot instructions, or Cursor rules, it will report `None found`. You can also pass the repository path explicitly:

scavi check ./my-project

Demo

See Scavi detect inconsistent repository context and preview deterministic fixes:

Scavi checking stale AI agent context and previewing deterministic fixes

Click the demo to open the full-quality MP4.

View terminal screenshots

Detect stale context

Scavi reports package manager conflicts and a stale frontend path

Preview deterministic fixes

Scavi previews deterministic edits before applying them

Keep uncertain problems for a human