create-update-agent-workflow

Create or update agent workflow JSON files with validated directed acyclic graphs.

19|14|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/X-School-Academy/skill-pilot --skill create-update-agent-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-update-agent-workflow
Source: https://github.com/X-School-Academy/skill-pilot/tree/main/core/skills/system/create-update-agent-workflow
Command: npx skills add https://github.com/X-School-Academy/skill-pilot --skill create-update-agent-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and modification of agent workflow JSON files, ensuring they adhere to project schemas and validation rules for the workflow editor and execution engine.

Core Features & Use Cases

  • Workflow Creation: Generate new workflow JSON files from scratch based on user-defined steps and dependencies.
  • Workflow Updates: Modify existing workflow JSON files, ensuring all nodes and edges remain consistent.
  • Validation & Error Correction: Identify and fix formatting, reference, and graph structure errors within workflow files.
  • Use Case: You need to define a new automated process for customer onboarding. This Skill can help you translate your process steps into a valid workflow graph, complete with start, end, and agent nodes, and save it as core/workflows/customer-onboarding.json.

Quick Start

Use the create-update-agent-workflow skill to create a new workflow file named 'my-first-workflow.json' with a start node, an end node, and a single agent step named 'process-data'.

Frequently Asked Questions about create-update-agent-workflow

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

FAQPage Schema
How do I create an agent workflow JSON file with directed acyclic graphs?

You can update existing workflow JSON files by modifying nodes and edges while the system automatically handles synchronization and validates agent skill names for backend execution.

How does agent workflow validation handle unreachable nodes in the graph?

Agent workflow validation ensures all nodes in the directed acyclic graph are reachable and valid, checking formatting, references, and graph structure to identify and fix errors within workflow files.

Do I need specific agent skill names to use automated workflow generation?

Yes, automated workflow generation validates agent skill names against defined schemas to ensure compatibility with the workflow editor and backend execution engine during graph creation.

What's the best way to fix graph structure errors in an agent workflow JSON file?

The best way to fix graph structure errors is to use validation rules that identify formatting and reference issues, ensuring all nodes and edges remain consistent and reachable within the workflow.