timheuer/Validate VS Code Custom Agent
Validates .agent.md files against the VS Code custom agent specification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the .agent.md file or directory containing agent files | no | . |
| fail-on-warning | Treat warnings as errors | no | false |
| ignore-rules | Comma-separated list of rule IDs to ignore (e.g., "description-quality,body-empty") | no | "" |
| validate-references | Check that file references in the agent body actually exist | no | false |
Outputs
| name | description |
|---|---|
| valid | Whether the agent file(s) are valid (true/false) |
| errors | JSON array of validation errors |
| warnings | JSON array of validation warnings |
| files-validated | Number of agent files validated |