workflow-template-seeder

Orchestrate existing skills to seed runnable Next.js template directories from a brief spec.

339|58|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Heyvhuang/ship-faster --skill workflow-template-seeder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-template-seeder
Source: https://github.com/Heyvhuang/ship-faster/tree/main/skills/workflow-template-seeder
Command: npx skills add https://github.com/Heyvhuang/ship-faster --skill workflow-template-seeder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Seed new runnable templates under templates/ from a short spec by chaining existing skills (intake → ship-faster stages) while keeping it clean and shareable (no secrets, minimal scope). This workflow enables rapid template creation without leaking sensitive information and ensures consistent structure across templates.

Core Features & Use Cases

  • Skills-first orchestration: Uses existing skills to drive template creation and validation.
  • Frozen outputs for regression: Generates a documented template with README.md, env example, and metadata.json to be shared and reused.
  • Use Case: A team designs a new Next.js storefront by providing a short spec; the seeder creates a runnable template under templates/000-storefront with minimal effort.

Quick Start

Provide a short spec at template_spec.md and run the seeder workflow to generate a new templates/<NNN>-<slug>/ scaffold.

Frequently Asked Questions about workflow-template-seeder

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

FAQPage Schema
How do I generate a runnable Next.js template from a brief spec?

To generate a runnable Next.js template from a brief spec, provide a short specification defining the slug and integrations, and the seeder orchestrates existing skills to output a ready-to-run directory with scaffold, README, and metadata.

What is skills-first orchestration for template creation?

Skills-first orchestration for template creation chains existing Ship Faster skills to drive the generation and validation of new templates, ensuring consistent structure and minimal scope without leaking sensitive information into the final output.

What files are included in a seeded template directory?

A seeded template directory includes a clean Next.js scaffold, a README with installation steps, an env example file, and a metadata.json, providing a clean baseline with traceable inputs and outputs for immediate reuse.

How do I create a Next.js storefront template without leaking secrets?

You can create a Next.js storefront template without leaking secrets by providing a short spec at template_spec.md; the seeder workflow generates a shareable template under templates/ with no secrets and minimal scope.

Can I use the template seeder for rapid scaffolding without manual setup?

Yes, you can use the template seeder for rapid scaffolding without manual setup by providing a brief spec defining the target user and required integrations, which automatically produces a ready-to-run template directory.

What are the limitations of using a brief spec to seed templates?

The limitation of using a brief spec to seed templates is that the output scope remains minimal by design, requiring predefined slug, target user, and integration details to successfully orchestrate existing Ship Faster skills into a clean baseline.