mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 07:19: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
75 lines
2.3 KiB
Markdown
75 lines
2.3 KiB
Markdown
# Contributing to System Prompts & Models of AI Tools
|
|
|
|
Thanks for your interest in contributing! This is the largest collection of real AI system prompts and tool definitions on GitHub. Here's how you can help grow it.
|
|
|
|
## How to Contribute
|
|
|
|
### 1. Add a New AI Tool's System Prompt
|
|
|
|
Found a system prompt that's not in the collection yet? Submit it!
|
|
|
|
**Steps:**
|
|
1. Fork this repo
|
|
2. Create a folder: `Tool Name/`
|
|
3. Add the prompt as `system-prompt.md` (or `.txt`)
|
|
4. If the tool has function/tool definitions, add them as `tools.json` or `tools.md`
|
|
5. Open a PR with title: `Add: [Tool Name] system prompt`
|
|
|
|
**Format your PR description:**
|
|
```
|
|
## Tool: [Name]
|
|
- **Source:** [How you obtained it — e.g., browser DevTools, API inspection, documentation]
|
|
- **Date captured:** [YYYY-MM-DD]
|
|
- **Model/Version:** [e.g., GPT-4o, Claude 3.5 Sonnet]
|
|
- **Includes tools:** [Yes/No]
|
|
```
|
|
|
|
### 2. Update an Existing Prompt
|
|
|
|
AI tools update their prompts frequently. If you notice a prompt has changed:
|
|
|
|
1. Update the file with the new version
|
|
2. In your PR, note what changed and when
|
|
3. If possible, keep the old version in a `previous-versions/` subfolder
|
|
|
|
### 3. Report a Missing Tool
|
|
|
|
Don't have the prompt yourself but know a tool is missing? Open an issue with:
|
|
- Tool name and URL
|
|
- Why it's notable (user count, unique features, etc.)
|
|
|
|
## What We're Looking For
|
|
|
|
**High-value additions:**
|
|
- Popular AI coding assistants (IDE plugins, CLI tools)
|
|
- AI chat products with unique system prompts
|
|
- AI agents with tool/function definitions
|
|
- Enterprise AI tools with complex prompt structures
|
|
|
|
**Quality standards:**
|
|
- Must be the actual system prompt (not a guess or recreation)
|
|
- Include the date it was captured
|
|
- No personal API keys or credentials in the content
|
|
- Organize files cleanly in a dedicated folder
|
|
|
|
## Directory Structure
|
|
|
|
```
|
|
Tool Name/
|
|
system-prompt.md # The main system prompt
|
|
tools.json # Tool/function definitions (if available)
|
|
previous-versions/ # Older versions (optional)
|
|
2025-01-system-prompt.md
|
|
```
|
|
|
|
## Code of Conduct
|
|
|
|
- Don't include credentials, API keys, or personal data
|
|
- Credit sources when possible
|
|
- Be respectful in issues and PRs
|
|
- This is for educational and research purposes
|
|
|
|
## Questions?
|
|
|
|
Open an issue or join the [Discord](https://discord.gg/NwzrWErdMU).
|