Discover and import prompts shared by the Helium community.
JSON prompt for generating detailed fantasy character portraits. Full control over style, lighting, pose, and camera angle.
Thorough code review covering security, performance, style, and error handling. Returns issues by severity with line-specific fixes.
Paste an error message and stack trace. Gets root cause analysis, explanation of what went wrong, and a tested fix.
System prompt that makes the AI respond as a senior engineer: concise, opinionated, code-first, flags trade-offs automatically.
Describe what you want to match in plain English. Gets a tested regex with explanation of each part and edge case examples.
Pre-loads your entire tech stack, coding conventions, and project constraints so every response is specific to your setup.
Generate a CLAUDE.md project file for Claude Code based on your tech stack, conventions, and project structure.
System prompt that eliminates all explanation. AI returns only code with inline comments. No preamble, no recap, no apologies.
Convert loose JavaScript objects, API responses, or JSON samples into strict TypeScript types with proper generics and utility types.
Generate a complete React component with TypeScript types, props interface, error boundary, loading states, and test file.
Paste a function and get comprehensive unit tests covering happy path, edge cases, error scenarios, and boundary conditions.
Generate professional product photography prompts with studio lighting, backgrounds, and angles optimized for e-commerce.
Generate a complete README from a project description. Includes badges, installation, usage examples, API docs, and contributing guide.
Generate a REST or tRPC endpoint with input validation (Zod), error handling, auth middleware, and response types.
Generate a complete CI/CD pipeline with build, test, lint, type-check, and deploy stages for your stack.
Describe your data model in plain English. Gets a normalized schema with tables, relationships, indexes, and RLS policies for Supabase.
Generate iOS/Android app icon concepts in multiple styles (flat, 3D, gradient, glyph) with proper proportions and safe zones.
Generate production-ready Docker Compose files for any stack. Includes health checks, volumes, networking, and environment configuration.
Generate clear technical docs from code or descriptions. Includes overview, installation, API reference, and examples sections.
System prompt that teaches by asking questions instead of giving answers. Guides you to the solution through progressive hints.
Describe a screen or feature and get a detailed prompt that generates clean UI mockups in Figma/screenshot style.
Generate conventional commit messages from a diff. Follows the Conventional Commits spec with scope and breaking change detection.
Paste a diff or describe your changes. Gets a structured PR description with summary, changes, testing notes, and reviewer checklist.
Describe your data model and get a complete Prisma schema with models, relations, enums, indexes, and a seed script.
System prompt for architecture discussions. Weighs pros and cons of each approach, considers scale, team size, and maintenance cost.
Structured blog post template with SEO considerations. Generates outline, then full post with meta description and social snippets.
Generate K8s deployment, service, ingress, and HPA manifests from a simple app description. Includes resource limits and health probes.
Paste a list of commits or changes. Gets user-facing release notes with categorized features, fixes, and breaking changes.
Generate minimal, geometric blog cover images with consistent style. Specify topic, mood, and accent color for brand consistency.
Analyze and optimize SQL queries with index suggestions. Explains the execution plan and rewrites for better performance.
Paste a draft email and specify the tone. Gets a polished rewrite with subject line options.
Paste a JSON sample and get a strict JSON Schema with required fields, types, patterns, and validation rules.
Generate Nginx configs for reverse proxy, SSL termination, rate limiting, caching, and load balancing.
Describe your cloud infrastructure and get a Terraform module with variables, outputs, and state management best practices.
Paste CSV data and get summary statistics, anomaly detection, trend analysis, and visualization suggestions.
Describe source and target schemas. Gets a step-by-step migration plan with transformation logic, rollback strategy, and validation queries.