avifeneshavifeneshCommunityยท20 Agent Skills Included

agnix

Lint and auto-fix agent configuration files across coding tools

Validates SKILL.md, CLAUDE.md, AGENTS.md, hooks, and MCP configs against 454 rules across Claude Code, Cursor, Copilot, Codex CLI, and more. Catches broken skill names, missing trigger phrases, and cross-platform conflicts that silently stop skills from working. Applies safe auto-fixes and integrates with editors, CI pipelines, and language servers for instant feedback.
npx skills add avifenesh/agnix --all -g -y
Available:

Gives the AI agent the project architecture, validation pipeline, rule sources, and strict workflow rules it must follow when working on or with this linter.

All Skills in This Repository (20)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
avifeneshavifenesh

code-analyzer

Analyze JavaScript/TypeScript codebases for quality issues and security vulnerabilities.

Community
Intermediate
๐Ÿ“ฆ In Repo
avifeneshavifenesh

custom-agent-skill

Validate kebab-case agent names against length and character rules.

Community
Basic
๐Ÿ“ฆ In Repo
avifeneshavifenesh

with-model-skill

Validate model configuration values against allowed options in YAML.

Community
Basic
๐Ÿ“ฆ In Repo
avifeneshavifenesh

hooks-skill

Validate PreToolUse hook execution order before tool invocation.

Community
Basic
๐Ÿ“ฆ In Repo
avifeneshavifenesh

code-review

Identify and report code quality, security, and maintainability issues in code submissions.

Community
Intermediate
๐Ÿ“ฆ In Repo
avifeneshavifenesh

with-context-agent-skill

Analyze source code to detect quality issues and generate a structured report.

Community
Basic
๐Ÿ“ฆ In Repo
avifeneshavifenesh

greeter

Generate personalized greetings using a user-provided name from ARGUMENTS.

Community
Basic
๐Ÿ“ฆ In Repo
avifeneshavifenesh

deploy-prod

Automate production deployments with explicit user invocation and safety guardrails.

Community
Advanced
๐Ÿ“ฆ In Repo
avifeneshavifenesh

invalid_name

Guide pull request reviews through a standardized checklist process.

Community
Basic
๐Ÿ“ฆ In Repo
avifeneshavifenesh

invalid-agent-skill

Parse agent configurations to reject underscores and enforce kebab-case naming.

Community
Basic
๐Ÿ“ฆ In Repo
avifeneshavifenesh

unreachable-skill

Tests non-invocable skills enforce frontmatter-based invocation restrictions in CI environments.

Community
Basic
๐Ÿ“ฆ In Repo
avifeneshavifenesh

invalid-context-skill

Detects invalid context values in skill unit definitions.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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โ†’