All Tags

Advanced

11 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

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

Generate music with AI

Create a {{genre}} track with {{mood}} feel. BPM: {{bpm}}, Key: {{key}}. Include intro, verse, chorus structure.
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

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

Generate React components with TypeScript

Create a React component for {{component_name}} with TypeScript. Include props interface, hooks if needed, and basic styling.
0about 3 hours ago
Image

Stunning fantasy landscape images

A breathtaking fantasy landscape, {{scene_type}}, ancient ruins, floating islands, dramatic lighting, volumetric fog, 8k --ar 16:9 --v 6
0about 3 hours ago

Turn AI into a domain expert

You are an expert {{role}} with {{years}} years of experience in {{domain}}. Be precise, professional, and provide actionable insights.
0about 3 hours ago

A prompt for thorough code reviews

You are an expert code reviewer. Review the following code:

{{code}}

Provide:
1. Summary
2. Strengths
3. Issues
4. Improvements
5. Performance suggestions
0about 3 hours ago