Prompt Library
204 Prompts — Alle Kategorien
Matcher — Top-3 aehnliche Prompts
Improver — Prompt verbessern
| Name | Kategorie | Vorschau | Variablen | Rating | Modell | Tags |
|---|---|---|---|---|---|---|
| New Caddy vhost via Pi-hole + Authelia | DevOps | Wire `{subdomain}.joelduss.xyz` end-to-end on this stack: 1. Add to `/etc/pihole/pihole.toml` `dns.hosts` array: `"192.168.1.216 {subdomain}.joelduss | {'name': 'subdomain', 'description': 'e.g. orchestrator'}, {'name': 'port', 'description': 'backend port'}, {'name': 'service_description', 'description': 'what runs there'} | ★★★★★ | claude-3.5-haiku | stack-aware,caddy,pi-hole,authelia,dns |
| Add new glug plugin | Code | Add a new plugin to the glug repo at `/nvmetank1/projects/glug/plugins/{plugin_name}/`. Required files: 1. `manifest.toml` with `id = "glug.{plugin_n | {'name': 'plugin_name', 'description': 'snake_case dir name'}, {'name': 'feature_description', 'description': 'what it does'} | ★★★★★ | claude-3.7-sonnet | stack-aware,glug,plugin,framework |
| Database Query Optimizer | Code | Analyze and optimize the following SQL query for {{database}}. ```sql {{query}} ``` Table sizes: {{table_stats}} Analysis: 1. Current execution pla | database, query, table_stats | ★★★★★ | ollama/qwen2.5-coder:7b | sql,database,performance,optimization |
| Observability Setup | DevOps | Design an observability setup for {{service}} deployed on {{platform}}. Include: ## Metrics (Prometheus/OTel) - Key metrics to instrument (latency p5 | service, platform | ★★★★★ | ollama/qwen2.5-coder:7b | observability,monitoring,logging,devops |
| Incident Response Runbook | DevOps | Create an incident response runbook for: {{service}} experiencing {{incident_type}} Severity levels: - P0 (site down): respond in 15 min - P1 (degrad | service, incident_type | ★★★★★ | claude-3.7-sonnet | devops,incident,runbook,on-call |
| Adversarial Review | Analysis | Steelman and then attack the following proposal. Proposal: {{proposal}} Context: {{context}} ## Steel-Manning Make the strongest possible case FOR t | proposal, context | ★★★★★ | claude-3.7-sonnet | critical-thinking,review,adversarial,reasoning |
| Socratic Problem Solver | Analysis | Help me solve: {{problem}} Use Socratic questioning to guide the analysis: 1. Clarifying questions: What exactly is the problem? What do we know? 2. | problem | ★★★★★ | claude-3.7-sonnet | socratic,reasoning,problem-solving,chain-of-thought |
| n8n Workflow Design | Flow | Design an n8n automation workflow for: {{task}} Trigger: {{trigger}} (webhook/schedule/manual) Integrations needed: {{integrations}} Node-by-node pl | task, trigger, integrations | ★★★★★ | claude-3.7-sonnet | n8n,automation,workflow,flow |
| Prompt Evaluation Rubric | System | Evaluate the following prompt against quality criteria. Prompt to evaluate: {{prompt}} Rate each dimension 1-5 and explain: 1. Clarity: Is the task | prompt | ★★★★★ | claude-3.7-sonnet | prompt-engineering,evaluation,quality |
| RAG Query Rewriter | System | Rewrite the following user query for optimal RAG retrieval. Original query: {{query}} Available knowledge base topics: {{topics}} Retrieval strategy: | query, topics, strategy | ★★★★★ | claude-3.5-haiku | rag,retrieval,query,embedding |
| Tool Use Chain Prompt | System | Design a tool-use chain for: {{objective}} Available tools: {{tools_list}} Create a step-by-step execution plan where each step: 1. Names the tool t | objective, tools_list, output_format | ★★★★★ | claude-3.7-sonnet | tool-use,agentic,chain,llm |
| Agentic Task Decomposition | System | Decompose the following complex task into a parallel agent execution plan. Task: {{task}} Available tools: {{tools}} Constraints: {{constraints}} Ou | task, tools, constraints | ★★★★★ | claude-3.7-sonnet | agentic,orchestration,planning,multi-agent |
| FLUX Image Prompt | Pixel | Create an optimized FLUX.1 image generation prompt for: {{description}} Style: {{style}} Mood: {{mood}} Composition: {{composition}} Output format: | description, style, mood, composition, resolution | ★★★★★ | claude-3.5-haiku | flux,image-gen,stable-diffusion,pixel |
| SEO Meta Tags DE | Creative | Erstelle SEO-optimierte Meta-Tags fuer eine deutschsprachige Website. Seite: {{seite}} Hauptkeyword: {{keyword}} Nebenkeywords: {{nebenkeywords}} Zie | seite, keyword, nebenkeywords, zielgruppe | ★★★★★ | claude-3.5-haiku | seo,german,meta,website,yoga |
| Yoga Kurs Beschreibung DE | Creative | Schreibe eine ansprechende Kursbeschreibung fuer einen Yoga-Kurs auf der Website. Kursname: {{kursname}} Stil: {{stil}} (z.B. Hatha, Vinyasa, Yin) Ni | kursname, stil, niveau, dauer, besonderheit | ★★★★★ | claude-3.5-haiku | yoga,german,website,seo,creative |
| Root Cause Analysis | Analysis | Perform a root cause analysis for the incident: Incident description: {{incident}} Timeline: {{timeline}} Affected systems: {{systems}} Use the 5 Wh | incident, timeline, systems, mitigation | ★★★★★ | claude-3.7-sonnet | rca,incident,post-mortem,analysis |
| Technology Comparison Deep-Dive | Research | Produce an expert-level comparison of {{option_a}} vs {{option_b}} for the use case: {{use_case}}. Structure: 1. Executive Summary (3-5 bullet recomm | option_a, option_b, use_case | ★★★★★ | openrouter/qwen3-coder-plus | comparison,research,decision |
| Kubernetes Deployment | DevOps | Generate a production-ready Kubernetes deployment for: Service: {{service_name}} Image: {{image}} Port: {{port}} Replicas: {{replicas}} Include: - D | service_name, image, port, replicas, max_replicas | ★★★★★ | ollama/qwen2.5-coder:7b | kubernetes,k8s,deployment,devops |
| PR Review Checklist | Code | Review this pull request description and code diff as a senior engineer. PR Title: {{pr_title}} PR Description: {{pr_description}} Code diff: ``` {{ | pr_title, pr_description, diff | ★★★★★ | claude-3.7-sonnet | pr,review,code-quality |
| System Design Document | Code | Create a comprehensive system design document for: {{feature}} Include: ## 1. Requirements - Functional requirements (bullet list) - Non-functional r | feature | ★★★★★ | claude-3.7-sonnet | system-design,architecture,documentation |
| Test Generation TDD | Code | Generate test cases following Test-Driven Development principles for: Feature: {{feature}} Language/Framework: {{framework}} Requirements: - Write f | feature, framework | ★★★★★ | ollama/qwen2.5-coder:7b | tdd,testing,unit-tests |
| Debugging Chain-of-Thought | Code | Debug the following {{language}} error using chain-of-thought reasoning. Error message: {{error}} Relevant code: ```{{language}} {{code}} ``` Think | language, error, code | ★★★★★ | claude-3.7-sonnet | debug,chain-of-thought,reasoning |
| Architecture Audit | Code | Review the following system architecture description and code for: - Separation of concerns violations - Coupling and cohesion issues - Scalability bo | context, code | ★★★★★ | claude-3.7-sonnet | architecture,design,scalability |
| Security Audit | Code | Perform a thorough security audit of the following {{language}} code. Check for: - Injection vulnerabilities (SQL, command, LDAP) - Authentication an | language, code | ★★★★★ | claude-3.7-sonnet | security,audit,owasp |
| LEGO Webapp Generator | Flow | Erstelle eine komplette neue Flask Webapp aus dem Stack-Template. Name: {{name}} Titel: {{title}} Port: {{port}} Farbe: {{color}} Beschreibung: {{des | name, title, port, color, description, icon | ★★★★★ | — | |
| Piraten-Bio Generator | Creative | Generiere ein Piraten-Charakter-Profil im One Piece Anime Stil. Humorvoll, IT-Wortspiele. Name: {{username}} (oder kreativer Piratenname) Teufelsfruc | username | ★★★★★ | — | |
| FASTMODUS Dispatcher | Flow | FASTMODUS aktiviert. Task: {{task}} Erstelle parallel: 1. Flask Blueprint Code (vollstaendig) 2. DB Schema (CREATE TABLE Statements) 3. routes/__init | task | ★★★★★ | — | |
| PHP zu Python Konverter | Code | Konvertiere diesen PHP-Code zu Python Flask Blueprint. Stack-Template Pattern: - from ui import render, login_required, jc_card, jc_grid - from db im | code | ★★★★★ | — | |
| LEGO Block: Blueprint Generator | Code | Generiere einen wiederverwendbaren Flask Blueprint als LEGO-Baustein. Name: {{name}}, Features: {{features}}. Der Blueprint soll: 1) Eigenstaendig fun | name, features | ★★★★★ | — | |
| Debate: Contra-Argumentation | Flow | Debatte: {{topic}}. Du argumentierst DAGEGEN. Dein Gegner sagte: {{previous_args}}. Nenne genau {{count}} konkrete Contra-Argumente die die Pro-Seite | topic, previous_args, count | ★★★★★ | — |