Project Memory: agnix banner
agent-sh agent-sh

Project Memory: agnix

Git community intermediate

Description

> Linter for agent configurations. Validates Skills, Hooks, MCP, Memory, Plugins. **Repository**: https://github.com/agent-sh/agnix

Installation

Terminal
claude install-skill https://github.com/agent-sh/agnix

README

Project Memory: agnix

Linter for agent configurations. Validates Skills, Hooks, MCP, Memory, Plugins.

**Repository**: https://github.com/agent-sh/agnix

Project Instruction Files

    undefined

Critical Rules

    undefined

Architecture

Crate Dependency Graph

agnix-rules (data-only, generated from rules.json)
    ↓
agnix-core (validation engine)
    ↓
├── agnix-cli (command-line interface)
├── agnix-lsp (language server protocol)
├── agnix-mcp (MCP server)
└── agnix-wasm (WebAssembly bindings)

Project Layout

crates/
├── agnix-rules/    # Rule definitions (build-time generated)
├── agnix-core/     # Core: parsers, schemas, validators, diagnostics
├── agnix-cli/      # CLI binary (clap)
├── agnix-lsp/      # LSP server (tower-lsp, tokio)
├── agnix-mcp/      # MCP server (rmcp)
└── agnix-wasm/     # WASM bindings for browser/runtime integrations
editors/
├── neovim/         # Neovim plugin
├── vscode/         # VS Code