oleg-koval

Agent Hygiene Linter — Development skill for Claude Code

Development community

CLI linter that scores repo hygiene for agents and humans.

How to install Agent Hygiene Linter

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

What Agent Hygiene Linter does

CLI linter that scores repo hygiene for agents and humans.

Alternatives in Development

  • Sentiment Analysis — Analyze user feedback with sentiment scores and JTBD insights 7.8k ★
  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
  • Voice Guard — Use to check ONE already-written piece of copy against a voice guide before it ships — it spawns ONE fresh sib 130 ★

README

CI GitHub release MIT license npm version GitHub Marketplace

Agent Hygiene Linter logo

agent-hygiene-linter

Scan any repo and get a hygiene score in seconds
README · AGENTS.md · docs · changelog · scripts · commit style — all in one pass


What it does

`agent-hygiene-linter` runs a quick structural audit of any repository and emits a score from 0–100 along with categorised findings: **good**, **warning**, or **fix now**.

It checks:

Finding code What it looks for
readme-present / readme-missing Top-level README.md
agent-doc-present / agent-doc-missing AGENTS.md or CLAUDE.md
docs-shape-present / docs-shape-missing At least one .md file under docs/
changelog-present