All Tags

Workflow

4 prompts

ETL-style data transformation workflow

1name: Data Processing Pipeline
2version: "1.0"
3description: Transform and analyze data with AI
4
5pipeline:
6 - stage: extract
7 name: Data Extraction
8 prompt: |
9 Extract structured data from this input:
10 {{raw_data}}
...+46 more lines
0about 3 hours ago

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 lines
0about 3 hours ago

AI agent for comprehensive code reviews

1name: Code Review Agent
2version: "1.0"
3description: Multi-pass code review agent
4
5agent:
6 role: Senior Software Engineer
7 expertise:
8 - Code quality
9 - Security
10 - Performance optimization
...+43 more lines
0about 3 hours ago

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 lines
0about 3 hours ago