AI SummaryLint agent configurations before they break your workflow. Validates Skills, Hooks, MCP, Memory, Plugins across Claude Code, Cursor, GitHub Copilot, and Codex CLI. Invoke when user asks to: If not found, install:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "agnix" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/agnix && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agnix/SKILL.md "https://raw.githubusercontent.com/agent-sh/agnix/main/skills/agnix/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 385 rules.
agnix
Lint agent configurations before they break your workflow. Validates Skills, Hooks, MCP, Memory, Plugins across Claude Code, Cursor, GitHub Copilot, and Codex CLI.
When to Use
Invoke when user asks to: • "Lint my agent configs" • "Validate my skills" • "Check my CLAUDE.md" • "Validate hooks" • "Lint MCP configs" • "Fix agent configuration issues"
Supported Files
| File Type | Examples | |-----------|----------| | Skills | SKILL.md | | Memory | CLAUDE.md, AGENTS.md | | Hooks | .claude/settings.json | | MCP | *.mcp.json | | Cursor | .cursor/rules/*.mdc | | Copilot | .github/copilot-instructions.md |
1. Check if agnix is installed
`bash agnix --version ` If not found, install: `bash cargo install agnix-cli `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster