prompts-conductor
Version:
⚡ Wire up your AI prompts - The ultimate CLI for AI workflow orchestration. Create, manage, and chain prompts across 400+ AI platforms with enterprise security, version control, and automation. Includes comprehensive CLI documentation.
54 lines (50 loc) • 1.54 kB
YAML
template: mlm-demo
name: MLM Demo Template
version: 1.0.0
category: other
ai_platforms: [openai, claude, gemini]
user_prompt: |
Create a {{component_type}} component with {{feature_count}} features for {{target_audience}} using {{technology}}.
Requirements:
- The component should be {{component_style}}
- Include proper error handling
- Add comprehensive documentation
- Follow {{coding_standards}} standards
Please provide the code in {{output_format}} format with detailed comments.
variables:
required:
component_type:
type: string
description: Type of component to create (e.g., Button, Card, Modal)
default: Button
feature_count:
type: number
description: Number of features to include
default: 3
target_audience:
type: string
description: Target audience for the component
default: developers
technology:
type: string
description: Technology stack to use
default: React
optional:
component_style:
type: string
description: Style approach for the component
default: modern
coding_standards:
type: string
description: Coding standards to follow
default: TypeScript
output_format:
type: string
description: Output format for the code
default: TypeScript
description: |
A demo template showcasing MLM features including:
- Smart variable suggestions
- Template quality assessment
- Context-aware enhancements
- Chain optimization capabilities