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
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
Summarize meeting notes
Summarize this meeting:
{{transcript}}
Provide: key decisions, action items, owners, and deadlines.Compelling product copy
Write product copy for {{product_name}}:
Features: {{features}}
Target: {{target}}
Include headline, benefits, and CTA.Create sales email sequences
Create a {{length}}-email sequence for {{product}} targeting {{persona}}. Include subject lines, personalization, and CTAs.Generate Docker Compose files
Create a Docker Compose file for {{stack}} with {{services}}. Include environment variables, volumes, and networks.Optimize SQL queries
Analyze and optimize this SQL query:
{{query}}
Provide: execution plan analysis, index suggestions, and optimized query.Generate user research questions
Create user research questions for {{product}} focusing on {{feature}}. Include open-ended, rating, and follow-up questions.Generate API documentation
Write API documentation for {{endpoint}}:
Method: {{method}}
Parameters: {{params}}
Response: {{response}}
Include examples and error codes.Generate React components with TypeScript
Create a React component for {{component_name}} with TypeScript. Include props interface, hooks if needed, and basic styling.Systematic debugging help
Debug this issue:
Error: {{error}}
Code: {{code}}
Tried: {{attempts}}
Explain the error, root cause, fix, and prevention.Comprehensive SWOT analysis
Conduct a SWOT analysis for {{subject}} in {{industry}}. Provide Strengths, Weaknesses, Opportunities, Threats, and Strategic Recommendations.Generate engaging blog posts
Write a blog post about {{topic}} for {{audience}}. Include engaging intro, 3-5 sections, practical tips, and CTA. Word count: {{word_count}}Professional email responses
Write a professional email response to: {{original_email}}
Tone: {{tone}}
Desired outcome: {{outcome}}Create structured lesson plans
Create a lesson plan for {{subject}} - {{topic}} for {{grade}} level. Include objectives, materials, activities, and assessment.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.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