Prompt Library

204 Prompts — Alle Kategorien

Matcher — Top-3 aehnliche Prompts

...

Improver — Prompt verbessern

...
Kategorie: Sortierung: 204 Prompts gesamt
Name Kategorie Vorschau Variablen Rating Modell Tags
Debate: Pro-Argumentation Flow Debatte: {{topic}}. Du argumentierst DAFUER. Nenne genau {{count}} konkrete Pro-Argumente. Nummeriere sie 1-{{count}}. Jedes Argument: 1-2 Saetze, fak topic, count ★★★★★ —
Codex Diff Review Code Review diesen Git Diff: {{diff}} Pruefe pro Hunk: - Correctness: Logik-Fehler, Edge Cases - Security: Neue Schwachstellen eingefuehrt? - Performance diff ★★★★★ —
Codex Test Generator Code Generiere {{framework}} Tests fuer diesen Code: {{code}} ## Testing goals - Branch Coverage: alle if/else Pfade - Edge Cases: leere Inputs, None, Gr framework, code ★★★★★ —
Codex Fix Loop Flow Analysiere diesen Code, finde den Bug, erstelle einen Fix und verifiziere ihn: {{code}} Fehler: {{error}} ## Fix-then-verify pipeline 1. Analyse de code, error ★★★★★ —
Codex Security Audit Code Du bist ein Security Auditor. Pruefe diesen Code auf OWASP Top 10 Schwachstellen: ```{{language}} {{code}} ``` Fuer jede Schwachstelle: Severity (cr language, code ★★★★★ —
CLA vs DCO Trade-offs Research You are a legal/open source policy expert. Advise on CLA vs DCO for: {{project}} Project context: {{context}} Corporate contributors expected: {{corp project, context, corporate_contributors ★★★★ ☆ claude-3.7-sonnet open-source,legal,cla,dco,license,contributors
Maintainer Burnout Prevention Research You are an open source sustainability expert. Help this maintainer prevent burnout. Maintainer situation: {{situation}} Project popularity: {{popular situation, popularity ★★★★ ☆ claude-3.5-haiku open-source,maintainer,sustainability,community,burnout
OSS Governance Model Research You are an open source governance expert. Design a governance model for: {{project}} Project stage: {{stage}} (single-maintainer / growing community project, stage, corporate ★★★★ ☆ claude-3.7-sonnet open-source,governance,community,foundation,bdfl
Fork Etiquette & Upstream Contributions Research You are an experienced open source contributor. Guide the contributor through the fork-to-merge process. Project to contribute to: {{project}} Change project, change_type, description ★★★★ ☆ claude-3.5-haiku open-source,contributing,git,pr,fork
Dependency Pinning Strategy DevOps You are a supply chain security expert. Design a dependency pinning strategy for: {{project}} Language: {{language}} Deployment target: {{target}} (p project, language, target ★★★★ ☆ claude-3.7-sonnet open-source,security,dependencies,supply-chain,sbom
Figma to Code Handoff Design You are a design-to-code bridge specialist. Convert this Figma design spec to production HTML/CSS. Design spec (describe frames, layers, spacing, typ figma_spec, stack ★★★★ ☆ ollama/qwen2.5-coder:7b figma,design-handoff,html,css,frontend
Design System Documentation Design You are a design systems engineer. Write component documentation for: {{component_name}} Use Storybook-compatible format: ## Overview 1-2 sentence p component_name, design_system_name, behaviour ★★★★ ☆ claude-3.7-sonnet design-system,documentation,storybook,components,ux
Responsive Design Breakpoint Audit Design You are a responsive design expert. Audit the following layout for responsive behaviour. Layout description / CSS / HTML: {{layout_code}} Breakpoint layout_code ★★★★ ☆ claude-3.7-sonnet responsive,css,mobile,ux,audit
Micro-interaction Design Design You are a motion design expert. Specify micro-interactions for: {{ui_element}} Interaction trigger: {{trigger}} (hover / click / drag / scroll / load ui_element, trigger, platform ★★★★ ☆ claude-3.7-sonnet ux,animation,motion,css,micro-interaction
Typography Hierarchy Design You are a typography expert. Design a typographic scale for: {{project}} Platform: {{platform}} (web / iOS / Android) Brand feeling: {{feeling}} (e.g project, platform, feeling, base_px ★★★★ ☆ claude-3.7-sonnet typography,design,css,design-system,ux
Web Component (Vanilla JS) Code You are a web standards expert. Build a reusable Web Component for: {{component_name}} Requirements: - Extend HTMLElement, define in customElements.d component_name, behaviour, attributes ★★★★ ☆ claude-3.7-sonnet web-components,javascript,shadow-dom,frontend,standards
Flask Blueprint Refactor Code You are a Flask architecture expert. Refactor the following monolithic Flask app into blueprints. Current app code: ```python {{app_code}} ``` Refac app_code ★★★★ ☆ ollama/qwen2.5-coder:7b python,flask,blueprint,architecture,refactor
mypy Strict Mode Config Code You are a Python type-safety expert. Annotate and fix the following Python module for mypy strict mode. Module: ```python {{module_code}} ``` Apply: module_code ★★★★ ☆ ollama/qwen2.5-coder:7b python,mypy,types,strict,static-analysis
Agent Preflight Check and Dispatch Flow Run agent-preflight-check before dispatching {task_name} with agent-orchestrate. Step 1 β€” Preflight: ```bash bin/agent-preflight-check --task "{task_ task_name, preferred_model, project_name ★★★★ ☆ openai/gpt-4.1 stack-aware,rag-stack,agent-preflight,agent-orchestrate,ap3,dispatch
Write glug bin wf-* Script Code Write a workflow script bin/wf-{operation_name}.sh for a recurring glug-server operation. Pattern: all wf-*.sh scripts in glug/bin/ follow this struc operation_name, operation_description, endpoint ★★★★ ☆ openai/gpt-4.1 stack-aware,glug,workflow,bin,scripting,cron,idempotent
Vault-Indexer Quick Capture Code Capture a structured note to the Brain vault-indexer at 192.168.1.216:27125. Use case: agent stores a lesson-learned or session finding in Obsidian v note_title, note_body, vault_folder, tag1, tag2, confidence ★★★★ ☆ openai/gpt-4.1 stack-aware,brain,vault-indexer,mcp,capture,obsidian
Phase-Gate Autonomy Check Analysis Evaluate current phase-gate status for the glug-stack (Phase 1-4). Gates: - Phase 1 (Foundation): AP1+AP2+AP3+AP3a+AP4+AP8+AP14 done β†’ verify AGENTS. check_date, target_phase ★★★★ ☆ openai/gpt-4.1 stack-aware,governance,phase-gate,autonomy,ap-numbers
Docker Compose Service Audit FU5 Analysis Audit Docker Compose services for FU5 docker.sock exposure and other security issues. Compose files to audit: - /nvmetank1/docker/ai-stack.yml (yoga ★★★★ ☆ openai/gpt-4.1 stack-aware,docker,compose,fu5,security,audit
Lesson Full Lifecycle in RAG Stack Flow Walk through the complete lifecycle of a lesson in rag-stack for topic: {topic}. Lifecycle stages (AP5 source-authority): 1. PROPOSED β€” created via r topic ★★★★ ☆ openai/gpt-4.1 stack-aware,rag-stack,lessons,lifecycle,ap5,embeddings
Audit Glug Plugin Manifests Analysis Audit all installed Glug plugins by scanning /nvmetank1/projects/glug/plugins/*/manifest.toml. For each plugin: 1. Parse id field β€” must match patter ★★★★ ☆ openai/gpt-4.1 stack-aware,glug,plugin,audit,manifest
Knowledge Governance Board β€” surface contradiction Analysis Investigate a contradiction signal at `/governance/knowledge/` (AP56 board) for `{topic}`. Workflow: 1. Open https://orchestrator.joelduss.xyz/govern {'name': 'topic', 'description': 'short slug'}, {'name': 'topic_description', 'description': 'long description'} ★★★★ ☆ claude-3.7-sonnet stack-aware,knowledge-governance,ap56,contradictions,ap11
n8n workflow tagged project:* with rag-watch Flow Create an n8n flow tagged `project:{project_id}` with auto-import to RAG via `n8n-rag-watch.service`. Setup: 1. Author flow JSON in n8n UI (https://n {'name': 'project_id', 'description': 'from .agent/projects.yaml'}, {'name': 'flow_name', 'description': 'slug'}, {'name': 'trigger', 'description': 'webhook/cron/etc'}, {'name': 'action', 'description': 'what it does'} ★★★★ ☆ claude-3.5-haiku stack-aware,n8n,workflow,rag,inotify
Yoga Social Media Post DE Creative Erstelle einen Social-Media-Post fuer {{plattform}} zum Thema Yoga. Thema: {{thema}} Anlass: {{anlass}} (z.B. World Yoga Day, Monatsstart) Emoji-Stil plattform, thema, anlass, emoji_stil, hashtag_anzahl ★★★★ ☆ claude-3.5-haiku social-media,german,yoga,creative
API Documentation Text Generate OpenAPI 3.0 documentation for the following API endpoint. Endpoint: {{method}} {{path}} Purpose: {{purpose}} Request body: {{request_schema} method, path, purpose, request_schema, response_schema, auth ★★★★ ☆ ollama/qwen2.5-coder:7b api,documentation,openapi,rest
Knowledge Base Article Text Write a knowledge base article for: {{topic}} Audience: {{audience}} (technical level: {{level}}) Category: {{category}} Structure: # [Clear, search topic, audience, level, category, tags, date ★★★★ ☆ claude-3.5-haiku knowledge-base,documentation,writing