From 3c3e029a0817f4615d15f5463726829bd456720b Mon Sep 17 00:00:00 2001 From: Avi Fenesh Date: Mon, 9 Mar 2026 17:37:04 +0200 Subject: [PATCH] Add agent-sh/agnix to clean code linters collection agnix is a linter and LSP for AI agent configurations (CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP). 342 rules, autofixes, SARIF output, and plugins for VS Code, Neovim, JetBrains, and Zed. --- collections/clean-code-linters/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/clean-code-linters/index.md b/collections/clean-code-linters/index.md index 30a57d31ac0a..f2981ecc8a17 100644 --- a/collections/clean-code-linters/index.md +++ b/collections/clean-code-linters/index.md @@ -39,6 +39,7 @@ items: - nicklockwood/SwiftFormat - super-linter/super-linter - stylelint/stylelint + - agent-sh/agnix display_name: Clean code linters created_by: holman ---