sheurich/agent-validate
Cross-agent plugin/extension/skill validation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory to validate (default repo root) | no | . |
| skip | Comma-separated checks to skip | no | "" |
| jsonlint-version | jsonlint-mod version | no | 1.7.6 |
| yamllint-version | yamllint version | no | 1.37.0 |
| markdownlint-version | markdownlint-cli version | no | 0.47.0 |
| ruff-version | ruff version | no | 0.14.14 |
| claude-code-version | claude-code version | no | 2.1.76 |
| gemini-cli-version | gemini-cli version | no | 0.33.1 |
| typescript-version | typescript version | no | 5.8.3 |
| js-yaml-version | js-yaml version | no | 4.1.0 |
| check-deploy | Verify installed state matches repo manifests (Tier 3) | no | false |
Outputs
| name | description |
|---|---|
| result | 'pass' or 'fail' |
| error-count | Number of validation errors |