schema.linter
SKILL.md
schema.linter
Purpose
Validate configuration files, JSON schemas, and structured data files against defined rules to catch errors before runtime. This is a shared skill applicable across all Carbon ACX file types.
When to Use
Trigger Patterns:
- "Validate all config files"
- "Check schemas for errors"
- "Lint JSON/YAML files"
- "Verify wrangler.toml is valid"
- Pre-commit hook integration
Do NOT Use When:
- Validating Python/TypeScript code (use language-specific linters)
- Checking CSV data integrity (use data-specific validation)