Prompt LibraryPremium Prompt Vault
Professional prompt templates for Claude, GPT, Gemini, and every workflow
Build a Complete Website
Building websites from scratch
intermediateClaude🤖 Claude Sonnet
> You are a senior full-stack developer. Build a complete, production-ready website based on these requirements:
Project: [PROJECT_NAME]
Stack: [STACK]
Features: [FEATURE_LIST]
Requirements:
- Clean, modern UI with Tailwind CSS
- Fully respon...
Audit a Codebase
Review existing code and improve it
advancedCoding🤖 Claude Opus
> You are a senior code reviewer. Perform a comprehensive audit of this codebase:
[PASTE CODE HERE]
Audit checklist:
- Security vulnerabilities (OWASP Top 10)
- Performance bottlenecks
- Code quality and maintainability
- Missing error handli...
#code-review#security#quality
Fix a Bug
Find and fix programming errors
beginnerCoding🤖 Claude Sonnet
> Debug and fix this issue:
Error: [ERROR_MESSAGE]
Expected: [EXPECTED_BEHAVIOR]
Actual: [ACTUAL_BEHAVIOR]
Code:
```
[PASTE CODE]
```
Provide:
1. Root cause analysis
2. Fixed code
3. Explanation of the fix
4. Tests to prevent regressi...
Create Tests
Write comprehensive tests for code
intermediateCoding🤖 Claude Sonnet
> Write comprehensive tests for this code:
[PASTE CODE]
Testing framework: [JEST/PYTEST/VITEST/etc]
Include:
- Unit tests for all functions
- Integration tests for complex flows
- Edge cases and boundary conditions
- Error handling tests
...
#testing#quality#automation
Refactor a Component
Improve and restructure code components
intermediateCoding🤖 Claude Sonnet
> Refactor this component for better readability, performance, and maintainability:
[PASTE COMPONENT]
Goals:
- Reduce complexity
- Improve naming
- Split into smaller pieces if needed
- Add proper TypeScript types
- Optimize re-renders (if R...
#refactoring#clean-code#typescript
Build a Course Outline
Design a professional course curriculum
beginnerLearning🤖 Claude Sonnet
> Design a comprehensive course curriculum for:
Topic: [TOPIC]
Target audience: [AUDIENCE]
Duration: [DURATION]
Level: [BEGINNER/INTERMEDIATE/ADVANCED]
Deliver:
1. Course overview and learning objectives
2. Module breakdown (8-12 modules)
3...
#education#curriculum#content
Analyze a PDF
Analyze and extract information from documents
beginnerResearch🤖 Claude Sonnet
> Analyze this document thoroughly:
[PASTE DOCUMENT CONTENT]
Provide:
1. Executive summary (3-5 sentences)
2. Key findings and insights
3. Main arguments or claims
4. Data points and statistics
5. Methodology (if applicable)
6. Strengths an...
#analysis#research#documents
Create a Research Brief
Write structured research summaries
intermediateResearch🤖 Claude Opus
> Create a comprehensive research brief on:
Topic: [TOPIC]
Purpose: [PURPOSE]
Audience: [TARGET_AUDIENCE]
Include:
1. Background and context
2. Current state of knowledge
3. Key research questions
4. Major findings from literature
5. Gaps ...
#research#writing#academic
Build an Automation Workflow
Design complete automation workflows
intermediateAutomation🤖 Claude Sonnet
> Design an automation workflow for:
Goal: [AUTOMATION_GOAL]
Current manual process: [DESCRIBE_PROCESS]
Tools available: [n8n/Make/Zapier/etc]
Trigger: [WHAT_STARTS_THE_WORKFLOW]
Deliver:
1. Workflow diagram (text description)
2. Step-by-ste...
Create a Business Strategy
Develop comprehensive business strategies
intermediateBusiness🤖 Claude Opus
> Create a business strategy for:
Business: [BUSINESS_DESCRIPTION]
Goal: [STRATEGIC_GOAL]
Timeline: [TIMEFRAME]
Resources: [AVAILABLE_RESOURCES]
Market: [TARGET_MARKET]
Deliver:
1. Situation analysis (SWOT)
2. Strategic objectives
3. Actio...
#business#strategy#planning
Generate a Cloud Architecture
Design cloud infrastructure architectures
advancedCloud🤖 Claude Opus
> Design a cloud architecture for:
Application: [APP_DESCRIPTION]
Cloud provider: [AWS/Azure/GCP]
Scale: [EXPECTED_TRAFFIC]
Budget: [BUDGET_RANGE]
Requirements: [PERFORMANCE/COMPLIANCE/etc]
Deliver:
1. Architecture diagram (text)
2. Service...
#cloud#architecture#devops
Create a RAG Pipeline
Design and build RAG systems
advancedClaude🤖 Claude Opus
> Build a production-ready RAG pipeline for:
Use case: [USE_CASE]
Documents: [DOCUMENT_TYPES]
Expected queries: [QUERY_TYPES]
Stack preference: [LANGCHAIN/LLAMAINDEX/etc]
Deliver:
1. Complete pipeline architecture
2. Chunking strategy
3. Em...
Create a Deployment Guide
Document deployment steps
intermediateCloud🤖 Claude Sonnet
> Create a complete deployment guide for:
Application: [APP_NAME]
Stack: [TECH_STACK]
Target platform: [VERCEL/AWS/etc]
Environment: [PRODUCTION/STAGING]
Deliver:
1. Prerequisites checklist
2. Environment variables list
3. Step-by-step depl...
Create SEO Content
Write search engine optimized content
beginnerContent Creation🤖 Claude Sonnet
> Write SEO-optimized content for:
Topic: [TOPIC]
Target keyword: [PRIMARY_KEYWORD]
Secondary keywords: [SECONDARY_KEYWORDS]
Word count: [TARGET_LENGTH]
Audience: [TARGET_AUDIENCE]
Requirements:
- Include keyword naturally (1-2% density)
- ...
Create a Learning Roadmap
Design personalized learning plans
beginnerLearning🤖 Claude Sonnet
> Create a personalized learning roadmap for:
Goal: [LEARNING_GOAL]
Current level: [CURRENT_KNOWLEDGE]
Available time: [HOURS_PER_WEEK]
Timeline: [TOTAL_MONTHS]
Learning style: [VISUAL/READING/PROJECTS]
Deliver:
1. Phase-by-phase plan with m...
#learning#planning#education
Create an MVP Plan
Plan minimum viable products
intermediateBusiness🤖 Claude Sonnet
> Create an MVP plan for:
Product idea: [PRODUCT_IDEA]
Target users: [TARGET_USERS]
Problem solved: [PROBLEM]
Budget: [BUDGET]
Timeline: [WEEKS]
Deliver:
1. MVP feature set (must-have vs nice-to-have)
2. Tech stack recommendation
3. Week-b...
Create a Database Schema
Design database structures
intermediateCoding🤖 Claude Sonnet
> Design a database schema for:
Application: [APP_DESCRIPTION]
Database: [PostgreSQL/MySQL/MongoDB]
Entities: [LIST_MAIN_ENTITIES]
Scale: [EXPECTED_USERS]
Deliver:
1. Full schema with all tables/collections
2. Relationships and foreign keys
...
Design an API
Design and document application programming interfaces
intermediateCoding🤖 Claude Sonnet
> Design a REST API for:
Service: [SERVICE_DESCRIPTION]
Resources: [LIST_RESOURCES]
Authentication: [JWT/API_KEY/OAuth]
Scale: [EXPECTED_REQUESTS/DAY]
Deliver:
1. OpenAPI/Swagger specification
2. All endpoints with methods, paths, parameters...
Review Security Risks
Assess and improve application security
advancedSecurity🤖 Claude Opus
> Perform a security review on:
[PASTE CODE OR ARCHITECTURE]
Check for:
1. OWASP Top 10 vulnerabilities
2. Authentication/authorization flaws
3. Data exposure risks
4. Injection vulnerabilities (SQL, XSS, etc)
5. Insecure dependencies
6. AP...
Improve UI/UX
Improve user experience and interface
intermediateUI/UX🤖 Claude Sonnet
> Review and improve the UI/UX of:
[PASTE CODE OR DESCRIBE INTERFACE]
Evaluate:
1. Visual hierarchy and typography
2. Color contrast and accessibility
3. Mobile responsiveness
4. Navigation clarity
5. Loading states and feedback
6. Error ha...
Translate and Localize UI
Translate and localize interfaces to Arabic
beginnerContent Creation🤖 Claude Sonnet
> Translate and localize this UI for Arabic:
[PASTE EN CONTENT/CODE]
Requirements:
- Natural, professional Arabic (not machine translation)
- RTL layout adjustments
- Date/number format localization
- Cultural appropriateness
- Maintain mean...
Convert Design to Code
Convert Figma designs to working code
intermediateCoding🤖 Claude Sonnet
> Convert this design to production-ready code:
[DESCRIBE DESIGN OR PASTE IMAGE URL]
Stack: React + Tailwind CSS + TypeScript
Requirements:
- Pixel-perfect implementation
- Fully responsive
- Accessible markup
- Clean component structure
...
Prepare GitHub Release
Prepare professional GitHub releases
beginnerProject Management🤖 Claude Sonnet
> Prepare a GitHub release for:
Project: [PROJECT_NAME]
Version: [VERSION_NUMBER]
Changes: [LIST_CHANGES]
Deliver:
1. Release notes in Markdown
2. CHANGELOG.md update
3. Git tag commands
4. GitHub release body
5. Migration guide (if breaki...
#github#release#documentation
Plan Vercel Deployment
Plan Next.js project deployments on Vercel
beginnerCloud🤖 Claude Sonnet
> Create a Vercel deployment plan for:
Project: [PROJECT_NAME]
Framework: [NEXT.JS/VITE/etc]
Environment variables: [LIST_ENV_VARS]
Custom domain: [DOMAIN if any]
Deliver:
1. Pre-deployment checklist
2. vercel.json configuration
3. Environm...
#vercel#deployment#nextjs
Create Project Continuation Context
Document project context for continuity
beginnerProject Management🤖 Claude Sonnet
> Create a comprehensive project continuation context document for:
Project: [PROJECT_NAME]
Current state: [WHAT_IS_DONE]
Tech stack: [TECHNOLOGIES]
Include:
1. Project overview and goals
2. Current implementation status
3. File structure an...
#documentation#context#planning
Claude System Prompt Designer
Design professional system prompts for Claude
intermediateClaude🤖 Claude Sonnet
> Design a system prompt for a Claude-powered assistant:
Role: [ASSISTANT_ROLE]
Domain: [KNOWLEDGE_DOMAIN]
Tone: [PROFESSIONAL/FRIENDLY/TECHNICAL]
Constraints: [WHAT_IT_SHOULD_NOT_DO]
Users: [WHO_WILL_USE_IT]
Create a system prompt that:
- E...
#claude#system-prompt#prompting
Explain a Complex Concept Simply
Simplify technical and scientific concepts for any level
beginnerLearning🤖 Claude Sonnet
> Explain this concept in a clear, simple way:
Concept: [CONCEPT_NAME]
Audience level: [BEGINNER/INTERMEDIATE/EXPERT]
Context: [WHERE_THEY_WILL_USE_THIS]
Structure your explanation as:
1. One-sentence definition
2. Real-world analogy (no jarg...
#teaching#learning#simplify
Analyze Data with AI
Analyze tables and CSV files to extract key insights
intermediateData🤖 Claude Opus
> Analyze this dataset and provide actionable insights:
Data: [PASTE DATA OR DESCRIBE IT]
Business context: [WHAT_THIS_DATA_REPRESENTS]
Key question to answer: [MAIN_QUESTION]
Provide:
1. Data quality assessment (missing values, outliers, issu...
Write a Professional LinkedIn Post
Write LinkedIn content that drives engagement and builds professional presence
beginnerBusiness🤖 Claude Sonnet
> Write an engaging LinkedIn post about:
Topic: [TOPIC_OR_ACHIEVEMENT]
My role/industry: [YOUR_BACKGROUND]
Target audience: [WHO_YOU_WANT_TO_REACH]
Goal: [AWARENESS/LEADS/NETWORK/JOBS]
Tone: [PROFESSIONAL/PERSONAL/THOUGHT_LEADERSHIP]
Requirem...
Review and Improve a CV
Analyze and improve a CV for higher ATS score and stronger impression
beginnerCareer🤖 Claude Sonnet
> Review and improve this CV for the following role:
CV content: [PASTE_CV_TEXT]
Target role: [JOB_TITLE_AND_INDUSTRY]
Years of experience: [NUMBER]
Analyze and provide:
1. ATS compatibility score (0-100) and what's hurting it
2. Missing keyw...
Debug Performance Issues
Analyze slow code and find performance bottlenecks
advancedCoding🤖 Claude Opus
> Diagnose and fix performance issues in this code:
Code: [PASTE_CODE]
Language/Framework: [TECH_STACK]
Observed issue: [DESCRIBE_SLOWNESS_OR_PROBLEM]
Scale: [USERS/REQUESTS_PER_SECOND]
Provide:
1. Performance bottleneck analysis (identify to...
#performance#debugging#optimization