yamlyamlOfficialยท1 Agent Skills Included

yamlscript

Write and lint idiomatic YAMLScript code with AI assistance

Writes, converts, and reviews idiomatic YAMLScript (.ys) code using confirmed style rules and tested examples. Eliminates common syntax mistakes like wrong conditionals, verbose index access, and non-idiomatic operators. Tests every program against the real ys compiler and lints output so agents deliver working code on the first try.
npx skills add yaml/yamlscript --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install YAMLScript?โ–ผ

Run `npx skills add yaml/yamlscript --all -g -y` in your terminal to install all tools in this suite globally.

What is YAMLScript used for?โ–ผ

YAMLScript is a YAML loader with functional programming features that works in over 30 languages, letting you query, transform, and add logic to YAML files.

Can AI write correct YAMLScript code?โ–ผ

Yes. This skill teaches your AI agent the exact style rules, common mistakes, and testing workflow needed to produce working, idiomatic .ys programs.

Does YAMLScript work with Claude Code and Codex?โ–ผ

Yes. The skill ships in both Claude Code and Codex formats and follows the universal SKILL.md standard for AI coding agents.

How does the skill verify generated code?โ–ผ

It compiles and runs every program with the real ys binary, then lints the source with the bundled ys-lint.ys script to catch subtle syntax issues.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’