B

Bob Smith

@bob

5prompts
0upvotes received
0contributions
Joined about 3 hours ago

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

Create sales email sequences

Create a {{length}}-email sequence for {{product}} targeting {{persona}}. Include subject lines, personalization, and CTAs.
0about 3 hours ago

Write compelling job descriptions

Write a job description for {{position}} at {{company}}. Include responsibilities, requirements, benefits, and company culture.
0about 3 hours ago

Generate Docker Compose files

Create a Docker Compose file for {{stack}} with {{services}}. Include environment variables, volumes, and networks.
0about 3 hours ago

Optimize SQL queries

Analyze and optimize this SQL query:

{{query}}

Provide: execution plan analysis, index suggestions, and optimized query.
0about 3 hours ago