mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
Three parallel deliverables: 1. Community Growth (system-prompts repo): - CONTRIBUTING.md with clear submission guidelines - Issue templates: new-prompt.yml, update-prompt.yml - PR template with checklist → Makes it easy for contributors to submit prompts → more stars 2. Spectrum Digital AI Competitive Analysis: - Full feature comparison (Dealix 11 vs Spectrum 5) - Spectrum is a GoHighLevel white-label, no proprietary AI - Dealix advantages: Arabic-first, PDPL, enterprise CRM, multi-LLM - 5 competitive messages for Saudi market positioning - Gap analysis with P0/P1/P2 prioritization 3. Video Production Guide: - Tool ranking: Veo 3.1 > Kling 3.0 > Runway Gen-4.5 - Saudi voiceover: Nabarati > Lahajati > ElevenLabs - Complete 25-sec script in Saudi dialect - Shot-by-shot prompts for 3 scenes - Full production workflow https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
30 lines
715 B
YAML
30 lines
715 B
YAML
name: "Update Existing Prompt"
|
|
description: "Report that an existing AI tool's prompt has changed"
|
|
title: "[Update] "
|
|
labels: ["update"]
|
|
body:
|
|
- type: input
|
|
id: tool_name
|
|
attributes:
|
|
label: Tool Name
|
|
placeholder: "e.g., Cursor, Claude Code"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: changes
|
|
attributes:
|
|
label: What Changed?
|
|
description: "Describe what's different in the new version"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: new_prompt
|
|
attributes:
|
|
label: Updated Prompt Content
|
|
render: markdown
|
|
- type: input
|
|
id: date_captured
|
|
attributes:
|
|
label: Date of New Version
|
|
placeholder: "2026-04-23"
|