yoavlax/AgentEval
AgentEval: Cross-agent skill quality gate for SKILL.md files. Validates against the agentskills.io specification.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to a SKILL.md file or directory to scan recursively. | no | . |
| version | AgentEval version to install (e.g., '0.3.0'). Leave empty for latest. | no | "" |
| min-desc-score | Minimum description quality score (0-100). Below this triggers a warning. | no | "" |
| target-agent | Scope compat checks: claude, vscode, or all (default: all). | no | "" |
| strict-vscode | Promote VS Code compat issues to errors. | no | false |
| skip-dirname-check | Skip directory-name matching check. | no | false |
| skip-ref-check | Skip file reference validation. | no | false |
| ignore | Comma-separated rule prefixes to suppress (e.g., 'sizing,disclosure'). | no | "" |
| max-lines | Override the line-count threshold (default: 500). | no | "" |
| max-tokens | Override the token-count threshold (default: 8000). | no | "" |
Outputs
| name | description |
|---|---|
| exit-code | AgentEval exit code (0=pass, 1=errors, 2=input error). |
| json | Full JSON output from AgentEval. |