output-dev-prompt-file

Create and manage .prompt files with YAML frontmatter and Liquid.js templating.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prompt management for Output SDK workflows often suffers from inconsistent formats and versioning. This Skill provides a clear approach to create, organize, and version .prompt files with YAML frontmatter and Liquid.js templating so prompts remain consistent across projects.

Core Features & Use Cases

  • Centralizes creation and organization of .prompt files inside the workflow prompts folder
  • Supports versioned naming like [email protected] to manage updates without breaking existing prompts
  • Enforces YAML frontmatter for provider, model, temperature, maxTokens, and providerOptions
  • Enables Liquid.js templating for dynamic prompt content
  • Documents workflow-specific usage and scenarios (designing prompts, configuring LLM providers, template variable usage)

Quick Start

Create a new prompt file named [email protected] inside the workflow's prompts/ folder following the YAML frontmatter conventions described above.

Frequently Asked Questions about output-dev-prompt-file

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

FAQPage Schema
How do I create structured prompt files for LLM workflows?

To create structured prompt files for LLM workflows, generate .prompt files inside the prompts directory using YAML frontmatter for provider configuration and Liquid.js for dynamic templating. This standardizes prompt structure and versioning across projects.

What is the best way to version prompt files for Output SDK workflows?

Versioning prompt files for Output SDK workflows is best handled by using versioned naming conventions like [email protected]. This approach manages updates safely without breaking existing prompts in the workflow.

How does YAML frontmatter configure LLM providers in prompt files?

YAML frontmatter configures LLM providers in prompt files by defining specific fields such as provider, model, temperature, maxTokens, and providerOptions. This enforces consistent provider settings across all generated prompts.

Can I use Liquid.js templating for dynamic prompt content in .prompt files?

Yes, you can use Liquid.js templating for dynamic prompt content in .prompt files. This enables template variable usage and dynamic content generation within the standardized YAML frontmatter structure.

Do I need a specific directory structure for managing workflow prompts?

You need a specific prompts directory inside your workflow to centralize creation and organization of .prompt files. This placement ensures consistent prompt management and proper integration with Output SDK workflows.

What limitations exist when standardizing prompt file formats across projects?

Limitations when standardizing prompt file formats include being restricted to YAML frontmatter and Liquid.js templating conventions, requiring strict adherence to naming and placement rules within the workflow's prompts directory.