Agnix
The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.
The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.
暂未识别到可直接复制的 MCP 配置,请查看 GitHub README。后台管理员可以补充配置。
agnix Lint agent configurations before they break your workflow Catch broken agent configs before your AI tools silently ignore them.420 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: ## Why agnix? **Your skills don't trigger.** Vercel's research found skills [invoke at 0%](https://vercel.com/blog/agents-md-outperforms-skills-in-our-agent-evals) without correct syntax. One wrong field and your skill is invisible. **"Almost right" is the worst outcome.** [66% of developers](https://survey.stackoverflow.co/2025/ai) cite it as their biggest AI frustration. Misconfigured agents produce exactly this. **Multi-tool stacks fail silently.** Cursor + Claude Code + Copilot each want different formats. A config that works in one tool [breaks in another](https://arnav.tech/beyond-copilot-cursor-and-claude-code-the-unbundled-coding-ai-tools-stack). **Bad patterns get amplified.** AI assistants don't ignore wrong configs - they [learn from them](https://www.augmentcode.com/guides/enterprise-coding-standards-12-rules-for-ai-ready-teams). agnix validates all of it - 420 rules sourced from official specs, academic research, and real-world breakage patterns. Auto-fix included. > **Want to try it first?** [Open the playground](https://agent-sh.github.io/agnix/playground) - paste any agent config, see diagnostics instantly. No install, runs in your browser. ## Quick Start ```console $ npx agnix . Validating: . CLAUDE.md:15:1 warning: Generic instruction 'Be helpful and accurate' [fixable] help: Remove generic instructions. Claude already knows this. .claude/skills/review/SKILL.md:3:1 error: Invalid name 'Review-Code' [fixable] help: Use lowercase letters and hyphens only (e.g., 'code-review') Found 1 error, 1 warning 2 issues are automatically fixable hint: Run with --fix, --fix-safe, or --fix-unsafe to apply fixes ``` https://github.com/user-attachments/assets/72d5fe7c-476f-46ea-be64-5785cf6d5600 ## Install ```bash # npm (recommended, all platforms) npm install -g agnix # Homebrew (macOS/Linux) brew tap agent-sh/agnix && brew install agnix # Cargo cargo install agnix-cli ``` [Pre-built binaries](https://github.com/agent-sh/agnix/releases) | [All install options](https://agent-sh.github.io/agnix/docs/installation) ### Editor Extensions | Editor | Install | |--------|---------| | **VS Code** | [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=avifenesh.agnix) | | **JetBrains** | [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/30087-agnix) | | **Neovim** | `{ "agent-sh/agnix", config = function() require("agnix").setup() end }` | | **Zed** | Search "agnix" in Extensions | [Editor setup guide](https://agent-sh.github.io/agnix/docs/editor-integration) ### GitHub Action ```yaml - name: Validate agent configs uses: agent-sh/agnix@v0 with: target: 'claude-code' ``` ## Usage ```bash agnix . # Validate current directory agnix --fix . # Apply HIGH and MEDIUM confidence fixes agnix --fix-safe . # Apply only HIGH confidence fixes agnix --fix-unsafe . # Apply all fixes, including LOW confidence agnix --dry-run --show-fixes . # Preview fixes with inline diff output agnix --st...
A collection of MCP servers.
Chrome DevTools for coding agents
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, M...
Playwright MCP server
GitHub's official MCP Server
🚀 The fast, Pythonic way to build MCP servers and clients.