workflow-creator

Compose existing atomic skills into end-to-end workflow skill packages.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mshaheerz/hive-mind --skill workflow-creator-mshaheerz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-creator
Source: https://github.com/mshaheerz/hive-mind/tree/main/agent-skills/workflow-creator
Command: npx skills add https://github.com/mshaheerz/hive-mind --skill workflow-creator-mshaheerz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of new, reusable workflow skills by composing existing atomic skills into end-to-end automated processes, turning user ideas into structured, executable plans.

Core Features & Use Cases

  • Workflow Design: Guides users through defining a workflow's goal, triggers, and steps.
  • Skill Discovery: Automatically scans local skills and queries skills.sh to find relevant building blocks.
  • Automated Skill Generation: Creates a new workflow-<slug>/ directory with SKILL.md and workflow-spec.md following Ship Faster conventions.
  • Use Case: You have several individual skills for researching, coding, and testing. Use this workflow-creator to chain them together into a single skill that takes a project idea and automatically generates, tests, and prepares code for deployment.

Quick Start

Use the workflow-creator skill to design a new workflow for automating customer support ticket responses.

Frequently Asked Questions about workflow-creator

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

FAQPage Schema
How do I chain multiple atomic skills into an automated workflow?

You can chain atomic skills into an automated workflow by composing them into end-to-end processes. This approach transforms your project ideas into structured, executable workflow specifications and generates new skill packages.

How do I generate a new skill package from a workflow specification?

You generate a new skill package by creating a dedicated workflow directory containing SKILL.md and workflow-spec.md files. This generation process follows plan-then-confirm execution policies and artifact-first principles to ensure structured outputs.

Can I discover existing skills locally and on skills.sh for workflow orchestration?

Yes, you can discover existing skills for workflow orchestration by scanning local skill directories and querying skills.sh. These lookups identify relevant atomic building blocks to include in your automated workflow chains.

What is the best way to design an end-to-end automated process from a project idea?

The best way to design an end-to-end automated process from a project idea is through guided workflow design. This approach helps you define the workflow's goal, triggers, and sequential steps before generating the executable skill package.

Do I need existing atomic skills before I can create a new workflow skill?

Yes, you need existing atomic skills before creating a new workflow skill, because workflows are composed by chaining these existing building blocks together. The creation tool discovers and orchestrates these atomic skills into an automated sequence.