render-recipe

Generate ASCII flow diagrams and input tables from AutoSkillit recipe YAML.

5|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/TalonT-Org/AutoSkillit --skill render-recipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-recipe
Source: https://github.com/TalonT-Org/AutoSkillit/tree/main/.claude/skills/render-recipe
Command: npx skills add https://github.com/TalonT-Org/AutoSkillit --skill render-recipe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms complex AutoSkillit recipe YAML into a clear, visual ASCII flow diagram and an organized input table, making recipes easier to understand and debug.

Core Features & Use Cases

  • Visual Recipe Overview: Generates an ASCII flow diagram representing the steps, branches, and loops within a recipe.
  • Input Table Generation: Creates a Markdown table listing all recipe ingredients, their descriptions, and default values.
  • Use Case: When you receive a new, intricate recipe, use this Skill to quickly grasp its structure and required inputs before execution.

Quick Start

Render the recipe details for the 'implementation' recipe.

Frequently Asked Questions about render-recipe

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

FAQPage Schema
How do I visualize an AutoSkillit recipe YAML file?

To visualize an AutoSkillit recipe YAML, this Skill analyzes step graphs, optional branches, iteration loops, and failure paths, then renders them into a human-readable ASCII flow diagram and Markdown input table. This makes complex recipes easier to understand and debug.

What is the best way to document recipe workflow branches and loops?

Documenting recipe workflow branches and loops is best achieved by generating a visual ASCII flow diagram from the recipe YAML. This approach translates intricate step graphs and failure paths into a clear, human-readable Markdown format for comprehensive recipe documentation.

Can I generate an input table from a recipe YAML?

Yes, you can generate an input table from a recipe YAML. The Skill extracts all recipe ingredients, their descriptions, and default values, organizing them into a structured Markdown table to help you quickly grasp required inputs before execution.

How do I understand a complex recipe structure before execution?

To understand a complex recipe structure before execution, you can render the recipe YAML into a visual overview. This produces an ASCII diagram of steps and an organized input table, allowing you to quickly comprehend the workflow and required inputs.

Does the recipe visualization support failure paths and iteration loops?

Yes, recipe visualization supports failure paths and iteration loops. The Skill specifically analyzes these optional branches and loop structures within the step graph, rendering them accurately into the human-readable ASCII flow diagram.

Do I need any dependencies to render recipe diagrams?

No dependencies are required to render recipe diagrams. The Skill operates independently to parse the AutoSkillit recipe YAML and output the ASCII flow diagram and Markdown input table without needing external components.