agent-sh/agnix-ci
Validate agent configurations (Skills, Hooks, MCP, Memory, Plugins)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to validate | no | . |
| strict | Treat warnings as errors | no | false |
| target | Target tool (generic, claude-code, cursor, codex) | no | generic |
| config | Path to .agnix.toml config file | no | "" |
| format | Output format (text, json, sarif) | no | text |
| verbose | Verbose output | no | false |
| version | agnix version to use (default: latest) | no | latest |
| build-from-source | Build from source instead of downloading release (requires Rust) | no | false |
| fail-on-error | Fail the action if validation errors are found (set to false to always succeed and check result output) | no | true |
Outputs
| name | description |
|---|---|
| result | Validation result (success or failure) |
| errors | Number of errors found |
| warnings | Number of warnings found |
| sarif-file | Path to SARIF file (if format=sarif) |