prompt_template/web/templates.json
Michael b17858444d feat: Minimale Webansicht für Templates hinzugefügt
- web/index.html: GitLab-ähnliches Dark-Theme UI
- web/templates.json: Dynamische Template-Metadaten
- web/serve.py: Python Dev-Server (Port 8080)
- Templates werden automatisch gescannt und angezeigt
- Features: Suche, Filter, Kopieren von Pfaden
- Styling angelehnt an server_tool frontend

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-04-24 09:31:50 +02:00

65 lines
No EOL
1.5 KiB
JSON

[
{
"path": "templates/custom/brainstorming.md",
"type": "custom",
"name": "Brainstorming Assistent",
"description": "",
"version": "1.0",
"tags": [],
"format": "md"
},
{
"path": "templates/user/email_draft.md",
"type": "user",
"name": "Email Entwurf Assistent",
"description": "",
"version": "1.0",
"tags": [],
"format": "md"
},
{
"path": "templates/system/code_reviewer.json",
"type": "system",
"name": "Code Reviewer",
"description": "Analysiert Code auf Qualität, Best Practices und potenzielle Bugs",
"version": "1.0",
"tags": [
"code",
"review",
"quality",
"best-practices",
"security"
],
"format": "json"
},
{
"path": "templates/system/commit_analysis.json",
"type": "system",
"name": "Git Commit Deep Analysis",
"description": "Erstellt eine tiefe Analyse der letzten Git-Commits mit technischer und fachlicher Bewertung",
"version": "1.0",
"tags": [
"git",
"code-review",
"audit",
"analysis",
"commit",
"quality"
],
"format": "json"
},
{
"path": "templates/system/summarizer.json",
"type": "system",
"name": "Text Summarizer",
"description": "Erstellt präzise Zusammenfassungen von Texten mit konfigurierbarer Länge",
"version": "1.0",
"tags": [
"summary",
"text",
"condense",
"abstract"
],
"format": "json"
}
]