Skill Detail

Lint and autofix agent config files before broken prompts, hooks, or MCP settings derail runs with agnix

Validate and optionally autofix SKILL.md, CLAUDE.md, AGENTS.md, hooks, and MCP config files before bad agent metadata or wiring silently breaks a workflow.

Security & VerificationMulti-Framework
Security & Verification Multi-Framework Security Reviewed
⭐ 179 GitHub stars ⬇ 6k/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill lint-and-autofix-agent-config-files-before-broken-prompts-hooks-or-mcp-settings-derail-runs-with-agnix Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
agnix CLI
Install & setup
npm install -g agnix
# or
brew tap agent-sh/agnix && brew install agnix
# or
cargo install agnix-cli
Author
agent-sh
Publisher
Open Source
Last updated
Apr 16, 2026
Quick brief

Agnix is a bounded preflight skill for agent operators who need to validate configuration files before an agent run, repo share, or CI check. Use it when the job is to catch malformed or weak agent instructions, invalid skill metadata, broken hook definitions, and bad MCP configuration before those issues turn into confusing runtime failures. The value is not “browse agent docs” or “use a generic linter”. The value is a concrete operator loop: scan agent config files, review findings, apply safe fixes, and rerun until the workspace is clean.

How it works

What this skill actually does

Invoke this instead of using the product normally when you are working with repository-resident agent config files and want a repeatable guardrail around them. The scope boundary is narrow and skill-shaped: Agnix linting and autofix for agent configuration artifacts. It is not a general agent platform listing, not a generic security scanner, and not a catch-all coding assistant.