The missing linter and LSP for AI-coding-assistant configs (CLAUDE.md, SKILL.md, hooks, MCP).
Agnix validates agent configuration files — CLAUDE.md, AGENTS.md, SKILL.md frontmatter, hook scripts, MCP settings — with 156 rules and autofixes. Plugins for VS Code, Zed, Neovim. Treat it like ESLint for your agent setup.
Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.
claude mcp add agnix-skill -- git clone https://github.com/avifenesh/agnix ~/.claude/skills/agnix
Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.
Cas d'usage
Usages concrets : Agnix (Agent Config Linter)
Enforce skill quality in CI before merging to the team's shared skill repo
👤 Teams maintaining a skill library⏱ ~15 minintermediate
Quand l'utiliser : You don't want a broken SKILL.md frontmatter to ship and break everyone's agent.
Prérequis
Server/skill installed and authenticated — See repo README
Déroulement
Set up CI
Add agnix check to GitHub Actions on every PR touching .claude/ or skills/.✓ Copié
→ Workflow file added
Fix locally
Run agnix fix on the staged files. Show me the diff before committing.✓ Copié
→ Autofix diff
Résultat : No more bad-frontmatter incidents in production.
Pièges
Some rules are opinion-shaped (e.g., max description length). Tune in .agnix.toml rather than ignoring globally. — Some rules are opinion-shaped (e.g., max description length). Tune in .agnix.toml rather than ignoring globally.
Coût et limites
Coût d'exécution
Quota d'API
See provider docs for rate limits
Tokens par appel
Varies by tool
Monétaire
See repo README for pricing details
Astuce
Cache tool results and avoid repeated identical calls.
Sécurité
Permissions, secrets, portée
Stockage des identifiants : Use environment variables; never commit secrets
Sortie de données : Tool calls go to the provider's API as documented
Dépannage
Erreurs courantes et correctifs
rule too strict
Tune in .agnix.toml — every rule has severity/disable settings.
Vérifier : agnix check --explain <rule-id>
LSP doesn't activate
Make sure the editor extension matches your agnix CLI version.