agnix
Lint and auto-fix agent configuration files across coding tools
All Skills in This Repository (20)
Pure Emerald Level Indicatorscode-analyzer
Analyze JavaScript/TypeScript codebases for quality issues and security vulnerabilities.
custom-agent-skill
Validate kebab-case agent names against length and character rules.
with-model-skill
Validate model configuration values against allowed options in YAML.
hooks-skill
Validate PreToolUse hook execution order before tool invocation.
code-review
Identify and report code quality, security, and maintainability issues in code submissions.
with-context-agent-skill
Analyze source code to detect quality issues and generate a structured report.
greeter
Generate personalized greetings using a user-provided name from ARGUMENTS.
deploy-prod
Automate production deployments with explicit user invocation and safety guardrails.
invalid_name
Guide pull request reviews through a standardized checklist process.
invalid-agent-skill
Parse agent configurations to reject underscores and enforce kebab-case naming.
unreachable-skill
Tests non-invocable skills enforce frontmatter-based invocation restrictions in CI environments.
invalid-context-skill
Detects invalid context values in skill unit definitions.
Frequently Asked Questions
FAQPage SchemaHow to install agnix?โผ
Run `npx skills add avifenesh/agnix --all -g -y` in your terminal to install all skills in this suite globally.
What does agnix validate?โผ
It checks SKILL.md, CLAUDE.md, AGENTS.md, hooks, and MCP config files against 454 rules covering Claude Code, Cursor, Copilot, Codex CLI, and other tools.
Why is my skill not triggering?โผ
A wrong name format or missing 'Use when...' trigger phrase makes skills invisible. Run agnix on your project to find and auto-fix these issues.
Can agnix fix issues automatically?โผ
Yes. Run agnix with the fix flag to apply safe corrections, or preview changes first with the dry-run mode showing inline diffs.
Does agnix work in CI and editors?โผ
Yes. It ships as a GitHub Action, a language server, and extensions for VS Code, JetBrains, Neovim, and Zed.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core