fabro-create-workflow

Convert natural language workflow requirements into Fabro graph and TOML run configuration.

7|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/sundaiclaw/hacker --skill fabro-create-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabro-create-workflow
Source: https://github.com/sundaiclaw/hacker/tree/main/skills/fabro-create-workflow
Command: npx skills add https://github.com/sundaiclaw/hacker --skill fabro-create-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts natural language workflow requirements into executable Fabro artifacts, including a DOT graph and a TOML run configuration, automating pipeline design.

Core Features & Use Cases

  • Generates a runnable Fabro graph (.fabro) from user requirements.
  • Produces an optional TOML run configuration for sandboxed or production runs.
  • Supports topology selection, node types, model assignment, edge routing, and run configuration.

Quick Start

Describe a user requirement and have the system generate a Fabro graph and TOML config.

Frequently Asked Questions about fabro-create-workflow

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

FAQPage Schema
How do I convert natural language requirements into a runnable workflow pipeline?

To convert natural language requirements into a runnable workflow pipeline, you describe your needs and the system generates a Fabro DOT graph with a TOML run configuration. It validates syntax against the Fabro model catalog to produce executable artifacts.

What is a Fabro workflow graph and when do I need a TOML run configuration?

A Fabro workflow graph is a DOT file representing your pipeline topology, node types, and edge routing. You need a TOML run configuration to assign models and define execution parameters for sandboxed or production runs.

Can I use this to automate pipeline design and model assignment for my engineering workflows?

Yes, you can use this to automate pipeline design and model assignment for engineering workflows. It guides topology selection and routes edges automatically, referencing the current Fabro model catalog to ensure valid assignments.

How do I generate a valid TOML configuration from a DOT graph topology?

To generate a valid TOML configuration from a DOT graph topology, provide your workflow requirements in natural language. The system outputs both the .fabro graph and its corresponding TOML run configuration with optional references included.

What's the best way to validate Fabro workflow syntax before executing the pipeline?

The best way to validate Fabro workflow syntax before execution is to generate the artifacts through this system. It validates syntax and checks topology, node types, and edge routing against the current Fabro model catalog automatically.