Prompt Library
204 Prompts — Alle Kategorien
Matcher — Top-3 aehnliche Prompts
Improver — Prompt verbessern
| Name | Kategorie | Vorschau | Variablen | Rating | Modell | Tags |
|---|---|---|---|---|---|---|
| Playwright E2E Test | Code | You are a frontend test engineer. Write a Playwright test suite for: {{feature}} Requirements: - Use page.goto(), page.locator(), page.getByRole() (p | feature, base_url, user_flows | ★★★★★ | ollama/qwen2.5-coder:7b | playwright,e2e,testing,frontend,accessibility |
| Tailwind v4 CSS-only Setup | Code | You are a Tailwind CSS v4 expert. Configure Tailwind v4 for: {{project}} Tailwind v4 is CSS-first β no tailwind.config.js: - Use @import "tailwindcss | project, project_type, design_tokens | ★★★★★ | ollama/qwen2.5-coder:7b | tailwind,css,frontend,design-tokens,v4 |
| Form Design & Validation UX | Design | You are a UX specialist in form design. Audit and redesign the following form for: {{form_purpose}} Current form fields: {{fields}} Apply best pract | form_purpose, fields | ★★★★★ | claude-3.7-sonnet | ux,forms,validation,accessibility,wcag |
| WCAG 2.2 Accessibility Audit | Design | You are an accessibility specialist. Audit the following UI for WCAG 2.2 AA compliance. UI description / HTML snippet: {{ui_snippet}} Check these cr | ui_snippet | ★★★★★ | claude-3.7-sonnet | accessibility,wcag,a11y,audit,html |
| Color System Design | Design | You are a design systems expert. Create a color system for: {{brand}} Brand personality: {{personality}} Primary brand color (hex): {{primary_hex}} | brand, personality, primary_hex | ★★★★★ | claude-3.7-sonnet | design,color,design-system,accessibility,css |
| Empty / Error / Loading States | Design | You are a UX content designer. Design all non-happy-path states for: {{feature}} For each state provide: ## Empty State - Illustration concept (desc | feature, platform, brand_voice | ★★★★★ | claude-3.7-sonnet | ux,empty-state,error-state,loading,content-design |
| Microcopy & Button Labels | Design | You are a UX content strategist. Improve the microcopy for: {{interface_section}} Current copy: {{current_copy}} Brand voice: {{brand_voice}} User m | interface_section, current_copy, brand_voice, user_context | ★★★★★ | claude-3.5-haiku | ux,content-design,microcopy,writing,ui |
| OSS License Selector | Research | You are an open source licensing expert. Recommend a license for: {{project}} Project type: {{project_type}} (library / application / SaaS backend / | project, project_type, business_model, copyleft | ★★★★★ | claude-3.7-sonnet | open-source,license,legal,oss,mit,apache |
| CONTRIBUTING.md Template | Text | You are an open source community manager. Write a CONTRIBUTING.md for: {{project_name}} Include sections: 1. Welcome / project philosophy (2-3 senten | project_name, stack, coverage_target | ★★★★★ | claude-3.5-haiku | open-source,contributing,community,governance,oss |
| Semantic Versioning + Changelog Automation | DevOps | You are a release engineering expert. Set up semantic versioning and automated changelog for: {{project}} Stack: {{stack}} (Python / Node.js / Go / R | project, stack | ★★★★★ | ollama/qwen2.5-coder:7b | open-source,semver,changelog,ci-cd,release |
| OSS Security Advisory Response | Research | You are an open source maintainer facing a security disclosure. Respond to this vulnerability report. Vulnerability description: {{vuln_description}} | vuln_description, reporter, severity | ★★★★★ | claude-3.7-sonnet | open-source,security,cve,advisory,disclosure |
| Reproducible Build Setup | DevOps | You are a reproducible builds expert. Make the {{project}} build bit-for-bit reproducible. Build tool: {{build_tool}} (Docker / setuptools / Make / C | project, build_tool | ★★★★★ | ollama/qwen2.5-coder:7b | open-source,reproducible-builds,slsa,supply-chain,docker |
| systemd Unit File | DevOps | You are a Linux systems engineer. Write a production-ready systemd unit file for: {{service}} Service type: {{service_type}} (simple / notify / forki | service, service_type, exec_path, service_user | ★★★★★ | ollama/qwen2.5-coder:7b | systemd,linux,sysadmin,service,hardening |
| Nginx + Caddy Config Comparison | DevOps | You are a web server configuration expert. Write configs for {{service}} on both Nginx and Caddy. Requirements: - Reverse proxy to {{backend}} (upstr | service, backend, rate_limit, static_path | ★★★★★ | ollama/qwen2.5-coder:7b | nginx,caddy,sysadmin,tls,webserver,security |
| Docker Volume Backup with Restic | DevOps | You are a backup infrastructure engineer. Design a Docker volume backup solution for: {{service}} Volumes to back up: {{volumes}} Backup destination: | service, volumes, destination, rpo, rto, keep_daily, keep_weekly, keep_monthly, alert_channel | ★★★★★ | ollama/qwen2.5-coder:7b | backup,restic,docker,sysadmin,disaster-recovery |
| Disk I/O Profiling | DevOps | You are a Linux performance engineer. Profile disk I/O for: {{service}} experiencing {{symptom}} Run these diagnostics in order: 1. iostat -xz 1 10 β | service, symptom, path, pid, device | ★★★★★ | claude-3.7-sonnet | linux,performance,iotop,iostat,profiling,sysadmin |
| journalctl + jq Log Triage | DevOps | You are a Linux log analysis expert. Triage logs for: {{service}} showing {{problem}} Useful journalctl patterns: ```bash # Show service logs since l | service, problem, since, until | ★★★★★ | ollama/qwen2.5-coder:7b | linux,journalctl,logging,jq,sysadmin,triage |
| ZFS Snapshot + Send/Receive | DevOps | You are a ZFS storage administrator. Set up ZFS snapshot and replication for: {{dataset}} Pool: {{pool}} Destination host: {{destination_host}} Repli | dataset, pool, destination_host, frequency, snapshot_name, dest_pool | ★★★★★ | ollama/qwen2.5-coder:7b | zfs,storage,backup,sysadmin,replication |
| Certificate Rotation with acme.sh | DevOps | You are a PKI/TLS automation engineer. Automate TLS certificate rotation for: {{domain}} Using acme.sh (ACME protocol client): 1. Installation: curl | domain, admin_email, webroot | ★★★★★ | ollama/qwen2.5-coder:7b | tls,certificates,acme,nginx,sysadmin,security |
| SSH Hardening with Match Groups | DevOps | You are a Linux security engineer. Harden SSH for: {{server}} ({{role}}) Write a complete /etc/ssh/sshd_config with: - Protocol 2 only (Protocol 1 re | server, role | ★★★★★ | ollama/qwen2.5-coder:7b | ssh,security,linux,hardening,sysadmin |
| Kernel Tuning sysctl + cgroups v2 | DevOps | You are a Linux kernel tuning expert. Tune the kernel for: {{workload}} on {{hardware}} sysctl settings (add to /etc/sysctl.d/99-tuning.conf): Networ | workload, hardware | ★★★★★ | claude-3.7-sonnet | linux,kernel,sysctl,cgroups,performance,tuning |
| LVM Resize Operations | DevOps | You are a Linux storage expert. Perform LVM resize operations safely for: {{volume_group}}/{{logical_volume}} Current state: {{current_size}} Target | volume_group, logical_volume, current_size, target_size, filesystem | ★★★★★ | ollama/qwen2.5-coder:7b | linux,lvm,storage,resize,sysadmin |
| Incident Response Runbook Template | DevOps | You are a site reliability engineer. Create an incident response runbook for: {{service}} on {{platform}} ## Runbook: {{incident_type}} Incident ### | service, platform, incident_type, alert_name, dashboard_url, triage_commands | ★★★★★ | claude-3.7-sonnet | sre,incident,runbook,on-call,devops,reliability |
| Deploy webapp to fresh Ubuntu vserver via n8n flow | DevOps | Deploy any docker-image webapp to a fresh Ubuntu vserver β generic recipe used by the n8n flow `webapp-deploy-vserver/webapp-deploy-to-fresh-ubuntu-vs | {'name': 'vserver_host', 'description': 'target IP or DNS'}, {'name': 'ssh_user', 'description': 'NOPASSWD sudo user'}, {'name': 'app_name', 'description': 'slug for container/dirs'}, {'name': 'app_image', 'description': 'docker image:tag'}, {'name': 'app_port', 'description': 'container port'}, {'name': 'app_domain', 'description': 'public domain (DNS already pointing)'}, {'name': 'admin_email', 'description': 'Caddy ACME contact'} | ★★★★★ | claude-3.7-sonnet | stack-aware,deployment,n8n-flow,ssh,docker,caddy,ubuntu,customer-vserver,skill,executable |