Main
Use agnix as a “pre-commit check” for agent files:
- Run it in CI on PRs that touch
.claude/,CLAUDE.md, skills, hooks, or MCP config files. - Enable auto-fix only for changes you’re comfortable with, and require review for permission-tightening edits.
- If you support multiple tools, keep a single source of truth and let agnix enforce compatibility.
README excerpt (verbatim)
Catch broken agent configs before your AI tools silently ignore them.
421 rules across Claude Code, Codex CLI, OpenCode, Cursor, Copilot, and more -
validating CLAUDE.md, SKILL.md, hooks, MCP configs, and other agent files.
Auto-fix | GitHub Action | VS Code + JetBrains + Neovim + Zed
New rules and tool support ship constantly. Follow for real-time updates:
FAQ
Q: Is it only for Claude Code? A: README lists broader tool support (Claude Code, Codex, OpenCode, Cursor, Copilot, etc.).
Q: Can it run without installing?
A: Yes—README shows npx agnix ..
Q: How do I integrate with an editor? A: README points to editor extensions and an editor integration guide.