All Tags
Workflow
4 promptsStructured
ETL-style data transformation workflow
1name: Data Processing Pipeline2version: "1.0"3description: Transform and analyze data with AI45pipeline:6 - stage: extract7 name: Data Extraction8 prompt: |9 Extract structured data from this input:10 {{raw_data}}...+46 more lines0about 3 hours ago
Structured
Intelligent customer support workflow
1{2 "name": "Customer Support Agent",3 "version": "1.0",4 "agent": {5 "role": "Customer Support Specialist",6 "tone": "friendly, professional, helpful",7 "constraints": [8 "Never share internal policies",9 "Escalate billing issues over $1000",10 "Always verify customer identity first"...+36 more lines0about 3 hours ago
Structured
AI agent for comprehensive code reviews
1name: Code Review Agent2version: "1.0"3description: Multi-pass code review agent45agent:6 role: Senior Software Engineer7 expertise:8 - Code quality9 - Security10 - Performance optimization...+43 more lines0about 3 hours ago
Structured
Multi-step content creation pipeline
1{2 "name": "Content Creation Pipeline",3 "version": "1.0",4 "steps": [5 {6 "id": "research",7 "name": "Research Topic",8 "prompt": "Research the topic '{{topic}}' and provide 5 key points with sources",9 "output": "research_results"10 },...+39 more lines0about 3 hours ago