mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +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
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
name: "New AI Tool Prompt"
|
|
description: "Submit or request a new AI tool's system prompt"
|
|
title: "[New] "
|
|
labels: ["new-prompt"]
|
|
body:
|
|
- type: input
|
|
id: tool_name
|
|
attributes:
|
|
label: Tool Name
|
|
placeholder: "e.g., Cursor, Devin, GitHub Copilot"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: tool_url
|
|
attributes:
|
|
label: Tool URL
|
|
placeholder: "https://..."
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: type
|
|
attributes:
|
|
label: Submission Type
|
|
options:
|
|
- "I have the prompt and will submit a PR"
|
|
- "I found a prompt but need help formatting"
|
|
- "Requesting someone to extract this prompt"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: prompt_content
|
|
attributes:
|
|
label: Prompt Content (if you have it)
|
|
description: "Paste the system prompt here, or describe where you found it"
|
|
render: markdown
|
|
- type: checkboxes
|
|
id: includes
|
|
attributes:
|
|
label: What's included?
|
|
options:
|
|
- label: System prompt
|
|
- label: Tool/function definitions
|
|
- label: Model configuration
|
|
- type: input
|
|
id: date_captured
|
|
attributes:
|
|
label: Date Captured
|
|
placeholder: "2026-04-23"
|