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
Route prompt via /api/v1/prompts/match Code Use the rag-stack prompt-library to find a high-quality template for `{user_query}` BEFORE writing one from scratch. 1. Search: ```bash curl -sX POST {'name': 'user_query', 'description': 'raw query in user words'} ★★★★★ claude-3.5-haiku stack-aware,prompts,prompt-library,rag-stack-83
Wave-8c-style data migration between SQLite DBs DevOps Migrate data from `{source_db}` to `{dest_db}` following Wave-8c (rag-stack#50) idempotent + verifiable pattern. Use `bin/migrate-lessons-from-glug.p {'name': 'source_db', 'description': 'path'}, {'name': 'dest_db', 'description': 'path'}, {'name': 'topic', 'description': 'slug for script names'}, {'name': 'table_name', 'description': 'per-table'}, {'name': 'tables', 'description': 'list'}, {'name': 'reason', 'description': 'why migrate'} ★★★★★ claude-3.7-sonnet stack-aware,sqlite,migration,wave-8c,backup
Add Glug Plugin with Blueprint Code Create a new Glug plugin at /nvmetank1/projects/glug/plugins/{plugin_name}/. Your plugin MUST include: 1. manifest.toml with id = "glug.{plugin_name} plugin_name, feature ★★★★★ openai/gpt-4.1 stack-aware,glug,plugin,flask,blueprint,manifest
Glug Plugin DB Migration Code Add a database migration to a Glug plugin at /nvmetank1/projects/glug/plugins/{plugin_name}/. Requirements: - Add a "db_migrations" key to manifest.t plugin_name, table_name, extra_columns ★★★★★ openai/gpt-4.1 stack-aware,glug,plugin,db-migration,sqlite
Glug Plugin EDA Signal Subscription Code Wire a Glug plugin at /nvmetank1/projects/glug/plugins/{plugin_name}/ to an EDA signal. Context: Glug uses Blinker signals (signals.py, 45 signals, 4 plugin_name, signal_name, action ★★★★★ openai/gpt-4.1 stack-aware,glug,plugin,eda,blinker,signals
Yoga Blinker Signal Subscriber Code Add a new Blinker signal subscriber to yoga's EDA layer at /nvmetank1/docker/yoga/signals.py. Context: yoga has 45 signals and 41 active connections. signal_name, module, handler_action, expected_connection_count ★★★★★ openai/gpt-4.1 stack-aware,yoga,blinker,signals,eda
Yoga Plugin PLUGIN Dict Registration Code Create a new yoga plugin using the PLUGIN dict pattern (not TOML). Yoga plugins use Python dicts, not manifest.toml. Plugin ID format: yoga.{plugin_i plugin_id, plugin_display_name, trigger_signal ★★★★★ openai/gpt-4.1 stack-aware,yoga,plugin,eda,tenant-isolation
RAG Add Lesson with AP3 Secret Scan Flow Add a new lesson to rag-stack using the rag-add CLI with AP3 secret-scan compliance. Step-by-step: 1. Verify no secrets in lesson body (AP3 + FU2): a lesson_body, topic, tags ★★★★★ openai/gpt-4.1 stack-aware,rag-stack,rag-add,ap3,secret-scan,lessons
AP11 Contradiction Detection Query Analysis Investigate a contradiction signal in glug_lessons using the AP11 contradiction-detector. Context: - rag.db at /persistent/rag-stack/rag.db - Tables: topic ★★★★★ openai/gpt-4.1 stack-aware,rag-stack,ap11,contradiction-detector,lessons,governance
RAG Governance Knowledge Page Section Text Add a new section to the rag-stack /governance/knowledge/ page following AP56 patterns. The Knowledge Governance Board UI lives in: - Blueprint: src/ section_name, section_slug, tag_filter ★★★★★ openai/gpt-4.1 stack-aware,rag-stack,governance,ap56,knowledge,lessons
Agent-Orchestrate Wave Dispatch Flow Plan and execute a {wave_count}-wave multi-agent task dispatch using bin/agent-orchestrate. Context: - agent-orchestrate implements AP50 multi-projec wave_count, task_description, model_a, subtask_a, artifact_a, model_b, subtask_b, artifact_b, model_c ★★★★★ openai/gpt-4.1 stack-aware,rag-stack,agent-orchestrate,ap50,multi-agent,waves
Agent Quality Supervisor Drift Signal Analysis Diagnose a drift signal detected by bin/agent-quality-supervisor for agent role {agent_role}. Context: - agent-quality-supervisor implements AP50.5 1 agent_role, drift_categories ★★★★★ openai/gpt-4.1 stack-aware,rag-stack,agent-quality-supervisor,ap50,drift,governance
Caddy Vhost + Pi-hole + Authelia System Wire a new service {service_name} running on port {port} through the full stack: Caddy + Pi-hole + Authelia. Step 1 β€” Pi-hole v6 DNS: Edit /etc/pihol service_name, port ★★★★★ openai/gpt-4.1 stack-aware,caddy,pi-hole,authelia,reverse-proxy,dns
Agent Token Rotation Procedure System Rotate the Gitea token for agent role {agent_role} stored at /etc/gitea-tokens/{agent_role}.token. Procedure (per AP3 secrets policy): 1. Generate ne agent_role, date ★★★★★ openai/gpt-4.1 stack-aware,gitea,token,rotation,security,ap3
n8n Workflow with Project Tag Flow Design an n8n workflow tagged `project:{repo}` that automates {automation_task} for the {repo} Gitea repo. Workflow structure: 1. Trigger: Webhook no repo, automation_task, branch, extra_tags ★★★★★ openai/gpt-4.1 stack-aware,n8n,workflow,project-tag,gitea,rag-stack
Obsidian RAG Watch n8n Integration Flow Connect the obsidian-rag-watch service to n8n for automated lesson ingestion. Architecture: - n8n-rag-watch.service (systemd unit) watches /nvmetank1 vault_folder_pattern ★★★★★ openai/gpt-4.1 stack-aware,n8n,obsidian,rag-watch,lessons,brain,systemd
Author Glug or Yoga ADR Text Draft a new Architecture Decision Record (ADR) for a decision affecting glug-server or yoga. File location: docs/adr/{adr_number}-{slug}.md (e.g. 004 adr_number, slug, status, change_summary, decision_text, positive_consequences, negative_consequences ★★★★★ openai/gpt-4.1 stack-aware,adr,docs,glug,yoga,architecture,decision
Plan Wave-Style Migration Flow Design a Wave-style migration to move {feature_name} from {source_service} to {target_service}. Pattern (from rag-stack Wave-1 through Wave-8d): - Ea feature_name, source_service, target_service, wave_number ★★★★★ openai/gpt-4.1 stack-aware,migration,wave,glug,yoga,rag-stack,strict-separation
Yoga Tenant Override Setup System Set up a tenant-specific override in yoga for tenant {tenant_id}. Yoga's tenant-isolation rules (from AGENTS.md Β§14): - Code IS shared across contain tenant_id, template_name, slug, page_title ★★★★★ openai/gpt-4.1 stack-aware,yoga,tenant,isolation,override,plugin-bootstrap
Audit Yoga Glug-Uplink Imports Analysis Audit the yoga codebase at {repo_path} for strict HTTP-only separation from glug-server. Separation rule: yoga ↔ glug communication MUST be HTTP-only repo_path ★★★★★ openai/gpt-4.1 stack-aware,yoga,glug,import,strict-separation,audit,security
Diagnose Flight Recorder AP4 Anomaly Analysis Diagnose an anomalous entry in the AP4 tamper-evident flight recorder audit log. Log location: /var/log/agent-flight-recorder.jsonl (append-only JSON anomaly_entry, entry_id ★★★★★ openai/gpt-4.1 stack-aware,rag-stack,flight-recorder,ap4,audit,tamper-detection,security
Extend Glug Addon Distribution API Code Add support for a new addon type `{addon_type}` to the glug-server addon-distribution API. Existing API: /api/v1/glug/addons/* (registered in glug we addon_type ★★★★★ openai/gpt-4.1 stack-aware,glug,addon,api,strict-separation,plugin-registry
Investigate glug_lessons Contradiction Signal Analysis Trace and resolve a contradiction signal for lesson {lesson_id} in the Knowledge Governance Board. Access point: https://orchestrator.joelduss.xyz/go lesson_id, search_query, topic, winner_id ★★★★★ openai/gpt-4.1 stack-aware,rag-stack,lessons,contradiction,ap11,governance,knowledge
FastAPI Async Endpoint Code You are a senior Python backend engineer. Design a production-ready FastAPI endpoint for: {{feature}} Requirements: - Use async/await throughout; no feature, context ★★★★★ ollama/qwen2.5-coder:7b python,fastapi,async,pydantic,sqlalchemy
SQLAlchemy 2.0 Model Migration Code You are a Python ORM expert. Migrate the following SQLAlchemy 1.x model to SQLAlchemy 2.0 style. Legacy model: ```python {{legacy_model}} ``` Apply legacy_model ★★★★★ ollama/qwen2.5-coder:7b python,sqlalchemy,orm,migration
Pydantic v2 Settings Pattern Code You are a Python configuration expert. Create a Pydantic v2 settings module for: {{project}} Requirements: - Use pydantic-settings BaseSettings with project, settings_fields ★★★★★ ollama/qwen2.5-coder:7b python,pydantic,settings,config,12factor
Pytest Fixtures Deep Dive Code You are a Python testing expert. Write comprehensive pytest fixtures for: {{component}} Cover: 1. Session-scoped fixture (expensive setup like DB ini component, framework ★★★★★ ollama/qwen2.5-coder:7b python,pytest,testing,fixtures,async
pyproject.toml + uv Packaging Code You are a Python packaging expert. Create a complete pyproject.toml for: {{package_name}} Use uv-compatible packaging (PEP 517/518/660): - [build-sys package_name, description, min_python ★★★★★ ollama/qwen2.5-coder:7b python,packaging,pyproject,uv,setuptools
asyncio Concurrency Pattern Code You are an asyncio expert. Implement the following concurrent task using asyncio best practices. Task: {{task_description}} Apply: - asyncio.gather( task_description, max_concurrent ★★★★★ ollama/qwen2.5-coder:7b python,asyncio,concurrency,async,performance
htmx + Alpine.js Component Code You are a modern frontend developer using HTMX and Alpine.js (no build step). Build a {{component_name}} component that: - Uses hx-get/hx-post/hx-tri component_name, endpoint, behaviour ★★★★★ ollama/qwen2.5-coder:7b htmx,alpine.js,tailwind,html,frontend