create-workflow-stub

Generate n8n workflow JSON templates with webhook triggers and placeholder nodes.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/williamsforeal/Cyclone-SS --skill create-workflow-stub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-workflow-stub
Source: https://github.com/williamsforeal/Cyclone-SS/tree/main/.cursor/skills/create-workflow-stub
Command: npx skills add https://github.com/williamsforeal/Cyclone-SS --skill create-workflow-stub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents slow, error-prone setup of new n8n automations by turning vague workflow requests into a ready-to-import workflow scaffold.

Core Features & Use Cases

  • Rapid workflow scaffolding: Generates a valid n8n workflow JSON template with a webhook trigger and response flow that starts inactive.
  • Structured requirements gathering: Prompts for trigger input, processing steps, output destination, and required credentials so the workflow matches your actual system.
  • Project-aware workflow typing: Supports the project’s planned workflows (WF1–WF5) and custom workflows, then expands nodes accordingly.
  • Documentation generation: Creates a companion Markdown doc describing the webhook endpoint, input/output schema, credentials checklist, and testing curl example.

Quick Start

Ask: create an n8n workflow stub named "WF2 Ad Copy Generator" including the webhook path, required Airtable/OpenAI credentials, and the Airtable fields to read and write.

Frequently Asked Questions about create-workflow-stub

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

FAQPage Schema
How do I generate an n8n workflow JSON template from automation requirements?

To generate an n8n workflow JSON template, provide your trigger input, processing steps, output destination, and required credentials. The scaffold creates an import-ready workflow with webhook triggers, response nodes, and placeholder processing logic.

What is n8n workflow scaffolding and when do I need it for webhook automation?

n8n workflow scaffolding is the process of generating a structured workflow JSON template with webhook triggers and response nodes. You need it when building webhook-driven automations to prevent slow, error-prone manual setup of new pipelines.

Can I create n8n workflow documentation alongside the JSON template?

Yes, you can create n8n workflow documentation alongside the JSON template. The scaffolding process generates a companion Markdown doc describing the webhook endpoint, input/output schema, credentials checklist, and testing curl example.

Does the n8n workflow stub support custom workflows or only predefined pipelines?

The n8n workflow stub supports both predefined project pipelines (WF1–WF5) and custom workflows. It applies project-aware workflow typing to expand nodes according to your specific webhook automation requirements and system credentials.

What's the best way to structure webhook triggers and credential setup in n8n?

The best way to structure webhook triggers and credential setup in n8n is to use a scaffolded workflow template that starts inactive, defining inputs, processing logic placeholders, outputs, and credential configuration before activating the automation pipeline.