schema.linter
CommunityAuto-validate config files, prevent errors.
Authorchrislyons
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Configuration files (YAML, JSON, TOML) are prone to syntax errors, missing fields, or type mismatches, leading to runtime failures. This skill automates the validation process, catching these issues before they impact your operations.
Core Features & Use Cases
- Syntax & Schema Validation: Automatically checks YAML, JSON, and TOML files against defined schemas and rules.
- Error Reporting: Provides detailed reports with file:line references for issues, including missing fields or invalid types.
- Use Case: Integrate into your CI/CD pipeline or pre-commit hooks to ensure all configuration files are valid before deployment, preventing costly runtime errors and ensuring "AI works, you rest."
Quick Start
Example: Validate a TOML file
User: "Verify wrangler.toml is valid"
Output:
✅ wrangler.toml - Valid
Summary: 1 file valid
Dependency Matrix
Required Modules
PyYAMLjsonschematomlyamllintprettier
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: schema.linter Download link: https://github.com/chrislyons/carbon-acx/archive/main.zip#schema-linter Please download this .zip file, extract it, and install it in the .claude/skills/ directory.