output-dev-create-skeleton

Generates a standardized skeleton for new Output workflow projects.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-dev-create-skeleton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-dev-create-skeleton
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-dev-create-skeleton
Command: npx skills add https://github.com/growthxai/output --skill output-dev-create-skeleton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skeleton setup for new Output workflows: removes manual folder/file creation and ensures consistent project structure.

Core Features & Use Cases

  • Generates a standard skeleton under src/workflows/{workflow-name}/ with main files: workflow.ts, steps.ts, types.ts, and optional prompts and scenarios.
  • Provides guidance on folder structure and naming conventions to accelerate onboarding and reduce boilerplate.
  • Use case: starting a brand-new Output workflow or understanding required project layout before implementation.

Quick Start

Run the Output SDK CLI to generate a skeleton for your new workflow.

Frequently Asked Questions about output-dev-create-skeleton

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

FAQPage Schema
How do I scaffold a new Output workflow skeleton quickly?

To scaffold an Output workflow skeleton, run the Output SDK CLI to automatically generate the standard project layout. This creates ready-to-use folders and files under src/workflows/{workflow-name}/ to enforce naming consistency and remove manual setup.

What files are included in a standard Output workflow folder structure?

A standard Output workflow folder structure includes main files: workflow.ts, steps.ts, and types.ts. It also generates optional prompts and scenarios directories to accelerate onboarding and reduce project boilerplate.

When do I need to generate a workflow skeleton for my project?

You need to generate a workflow skeleton when starting a brand-new Output workflow or onboarding teammates. It standardizes the project layout, enforces naming conventions, and documents the required file structure before implementation begins.

Can I use the Output SDK CLI to standardize project layout for my team?

Yes, you can use the Output SDK CLI to standardize project layout across your team. It generates a consistent folder structure and provides guidance on naming conventions, ensuring all teammates follow the same workflow structure conventions.

Does generating an Output workflow skeleton require manual folder creation?

No, generating an Output workflow skeleton removes manual folder and file creation. The skeleton conventions are enforced automatically by the CLI, which generates the standard template layout so developers can skip boilerplate setup.

What is the best way to structure a new Output workflow to reduce boilerplate?

The best way to structure a new Output workflow is using a scaffolding tool to generate a skeleton layout. This enforces consistent project structure by creating standard files like workflow.ts and steps.ts, reducing boilerplate and accelerating onboarding.