yaml

Convert YAML fences into json-render patches for streaming transforms.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/inpiniti/bitcoin-simulation --skill yaml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yaml
Source: https://github.com/inpiniti/bitcoin-simulation/tree/main/.agents/skills/yaml
Command: npx skills add https://github.com/inpiniti/bitcoin-simulation --skill yaml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

YAML-based prompts and streaming transforms for json-render simplify how developers compose, modify, and render JSON structures progressively, enabling real-time AI-assisted editing and patching.

Core Features & Use Cases

  • Streaming YAML prompts: Generate prompts that feed YAML fences into JSON rendering pipelines.
  • AI SDK transforms: Convert YAML fences into json-render patches for live UI updates.
  • Fence compatibility: Supports yaml-spec, yaml-edit, yaml-patch, and diff fences for incremental changes.
  • Use Case: Build interactive AI assistants that progressively build or edit configuration specs in YAML without full replanning.

Quick Start

Install @json-render/yaml and call yamlPrompt with a catalog to generate a ready-to-stream YAML prompt workflow.

Frequently Asked Questions about yaml

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream YAML prompts for progressive JSON rendering?

Stream YAML prompts by applying a streaming parser with edit modes to progressively render and patch JSON structures, enabling real-time AI-assisted editing without full replanning.

What is the best way to apply surgical edits to YAML configuration specs?

Apply surgical edits to YAML configuration specs using yaml-edit, yaml-patch, and diff fences, which convert incremental changes into json-render patches for live UI updates.

Does this approach support AI SDK transforms for live UI updates?

Yes, AI SDK transforms are supported to convert YAML fences into json-render patches, feeding streaming YAML prompts directly into JSON rendering pipelines for live updates.

Can I use YAML frontmatter metadata with a streaming parser?

Yes, YAML frontmatter metadata is fully supported alongside a streaming parser equipped with edit modes and fence constants, all packaged within a single toolkit.

How do I generate a ready-to-stream YAML prompt workflow?

Generate a ready-to-stream YAML prompt workflow by calling yamlPrompt with a catalog, producing streaming YAML prompts that feed fences directly into JSON rendering pipelines.