npx skills add smithery/jackspace --skill yaml-config-helper
jackspace/claudeskillz · Archived
yaml-config-helper
Validate, format, and troubleshoot YAML configuration files
Installation
npx skills add jackspace/claudeskillz --skill yaml-config-helper
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
>- Production-tested setup for Base UI (@base-ui-components/react), MUI's unstyled, accessible …
248 installsAnalyzes codebases to generate comprehensive documentation including structure, languages, fram…
240 installsCreates minimal working prototypes for quick idea validation. Single-file when possible, includ…
222 installs>- Guide to building static websites with the Hugo static site generator: blogs, documentation …
178 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
>- Manages Firebase Remote Config templates, feature flags, loading strategies, and SDKs (Andro…
94.5K installsGenerates a comprehensive and best-practice-oriented .editorconfig file based on project analys…
11K installsConfigure an MCP server for GitHub Copilot with your Dataverse environment.
7K installsConfigures VPC endpoints (interface and gateway) for private AWS service access using AWS Priva…
4.7K installsSet up the Discord channel — save the bot token and review access policy. Use when the user pas…
2.8K installsDEPRECATED redirect — this skill was renamed to tools. Do not use this skill; invoke tools inst…
2.7K installsAlso in this package
Other skills from jackspace/claudeskillz · top by installs.
npx skills add jackspace/claudeskillz
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
master
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md962 B -
docs
SUMMARY.md85 B
History
- First seen on skills.sh
- First recorded snapshot · 48 installs
SKILL.md
Yaml-config-helper
Instructions
When working with YAML files:
- Check syntax (indentation, colons, quotes)
- Validate against schemas when possible:
- Docker Compose - Kubernetes - GitHub Actions - Ansible
- Tabs instead of spaces (YAML requires spaces)
- Incorrect indentation levels
- Missing colons after keys
- Unquoted strings with special characters
- Inconsistent list formatting
- Use 2-space indentation (standard)
- Quote strings with special characters
- Use explicit typing when needed (!!str, !!int)
- Add comments for complex configurations
- Use anchors and aliases for repeated content
- Suggest yamllint for validation
- Provide corrected versions
- Explain validation errors
Examples
Add examples of how to use this skill here.
Notes
- This skill was auto-generated
- Edit this file to customize behavior