FULL v0, Cursor, Manus, Same.dev, Lovable, Devin & Replit Agent System Prompts, Tools & AI Models.
Go to file
Dealix Builder 8942c6e84c feat(growth-operator): Arabic Growth Operator — 10 modules + 16 endpoints + 50 tests
Builds the full Saudi Autonomous Revenue OS surface as 10 deterministic
modules + a 16-endpoint router under /api/v1/growth-operator/.
Approval-first: every outbound is draft. No live send / charge / calendar
insert from this layer.

MODULES (auto_client_acquisition/growth_operator/)

1. client_profile.py — ClientGrowthProfile + Saudi-default approval
   + compliance rules (no cold WhatsApp, blocked keywords, weekly cap,
   quiet_hours_riyadh)
2. contact_importer.py — normalize_phone (Saudi E.164),
   dedupe_contacts (richer-record-wins), classify_contact_source
   (existing/inbound/event/referral/old_lead/cold/unknown), detect_opt_out
   (Arabic + English markers), summarize_import (dashboard report)
3. contactability.py — score_contactability returns
   safe/needs_review/blocked with Arabic reasons; default policy:
   no cold WhatsApp without lawful basis (PDPL Art.5)
4. targeting.py — segment_contacts, rank_targets (filters unsafe),
   recommend_top_10, why_now_stub (deterministic, sector-aware)
5. message_planner.py — draft_arabic_message (Saudi tone, 4-sector
   opener bank, no overhyped phrases, always pending_approval),
   draft_followup (4 outcome modes), draft_objection_response
   (6 indexed Saudi B2B objections with score_delta + next_action)
6. partnership_planner.py — 6 partner types catalog
   (agency / consultant / integrator / crm / community / influencer)
   + suggest_partner_types (size/sector aware) + draft_partner_outreach
   + partner_scorecard (platinum/gold/silver/bronze)
7. meeting_planner.py — build_meeting_agenda (15/20-30/45+ min slot
   plans), build_calendar_draft (Google Calendar shape, live_inserted=False,
   conferenceData for Meet, Asia/Riyadh timezone), build_post_meeting_followup
8. payment_offer.py — sar_to_halalas, build_moyasar_payment_link_draft
   (full payload + in-chat message + 4-plan catalog, live_charged=False)
9. proof_pack.py — build_weekly_proof_pack with grade A+/A/B/C/D,
   activity/money/quality/best-of sections, dynamic next_week_plan_ar,
   markdown export
10. mission_planner.py — 6 GROWTH_MISSIONS (first_10_opportunities 
    kill feature, recover_stalled_deals, partnership_sprint,
    safe_whatsapp_campaign, meeting_booking_sprint, list_cleanup);
    list_missions() + run_mission()

ROUTER (api/routers/growth_operator.py) — 16 endpoints

POST /contacts/import-preview · POST /contactability/score
POST /targets/top-10 · POST /messages/draft · POST /messages/followup
POST /messages/objection-response · POST /partners/suggest
POST /partners/outreach · POST /partners/scorecard
POST /meetings/draft · POST /meetings/post-followup
POST /payment-offer/draft · GET /missions · POST /missions/{id}/run
GET /proof-pack/demo · POST /profile

WIRING: api/main.py adds growth_operator import + router include
(positioned after personal_operator, before public).

DOCS

- docs/ARABIC_GROWTH_OPERATOR_FULL_SPEC.md (NEW): 20-section vision +
  customer-type table + upload flow + contactability rules +
  WhatsApp/Gmail/Calendar/Moyasar drafts + 6 missions + 16-endpoint
  catalog + competitive comparison + beta readiness checklist

TESTS — 50 passing on Python 3.10 venv

tests/unit/test_growth_operator.py covers:
- Phone normalization across 5 input formats including invalid
- Dedupe richer-record invariant
- Source classification (existing/inbound/event/cold/unknown)
- Opt-out detection (Arabic + English notes + status)
- Import summary aggregation
- Contactability: opt-out blocked, cold WhatsApp blocked,
  unknown→needs_review, existing→safe, inbound→safe
- Bulk contactability summary
- Top-10 filtering (unsafe excluded), max-cap enforcement
- Segment buckets
- Arabic message: pending_approval invariant + Arabic content
  + no overhyped phrases (banned list)
- Followup approval invariant
- Objection response: known + unknown→diagnostic
- Partner suggestions size-aware (SMB→agency/consultant/community)
- Partner outreach approval invariant
- Partner unknown type returns error
- Partner scorecard tier ordering
- Meeting agenda + calendar draft (live_inserted=False) +
  Asia/Riyadh timezone + post-followup pending
- Payment: halalas conversion (1 SAR=100), negative raises,
  draft NEVER charges (live_charged=False), unknown plan→error
- Proof pack: grade range + structure + markdown export
- Missions: first_10_opportunities present + kill feature ID
  + run mission known/unknown
- Profile: demo specialized + partial not specialized
  + default compliance blocks 'ضمان 100' + no_cold_whatsapp_without_lawful_basis

VERIFICATION
- 527 unit tests pass (was 477; +50 growth_operator)
- 2 skipped (provider smoke needs API keys)
- AST green on all 13 new files
- Approval invariant holds across every drafting function

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 15:33:11 +03:00
.claude docs(tier1): enterprise readiness checklist and wiring for governance spine 2026-04-16 08:18:43 +03:00
.cursor/commands docs(tier1): enterprise readiness checklist and wiring for governance spine 2026-04-16 08:18:43 +03:00
.githooks feat(tier1): docs-governance CI, evidence gate, closure artifacts, trust/execution docs 2026-04-16 16:46:36 +03:00
.github ci(dealix): install aiosqlite for pytest sqlite conftest on GitHub 2026-05-01 14:07:17 +03:00
ai-agents feat: complete Sovereign Growth & M&A capability — add 7 Advanced Strategic Agents 2026-04-16 06:57:38 +03:00
Amazon Q Developer Add system prompts for 10 major AI tools 2026-03-30 09:25:48 +00:00
Amp add Amp (ampcode.com) prompts for Sonnet and GPT-5 2025-09-15 07:49:13 +10:00
Anthropic Create Claude Chrome Tools.json 2025-12-29 22:22:56 +08:00
assets Add files via upload 2026-01-08 07:21:30 +01:00
Augment Code Create gpt-5-tools.json 2025-08-19 01:10:15 +05:30
Cluely Rename enterprise.md to Enterprise Prompt.txt 2025-06-24 23:21:25 +01:00
CodeBuddy Prompts feat: add CodeBuddy prompts 2025-08-21 02:54:44 +08:00
Comet Assistant Perplexity commit assistant prompts 2026-02-01 23:08:13 +05:30
Cursor Prompts Create Agent Prompt 2.0.txt 2025-11-07 17:14:10 +01:00
dealix feat(growth-operator): Arabic Growth Operator — 10 modules + 16 endpoints + 50 tests 2026-05-01 15:33:11 +03:00
Devin AI Create DeepWiki Prompt.txt 2025-11-09 17:45:53 +01:00
dia Rename Dia prompt.txt to Prompt.txt 2025-05-15 18:52:23 +02:00
docs feat(gtm): implement 30-day execution artifacts and KPI rhythm 2026-04-17 14:25:03 +03:00
Emergent Create Tools.json 2025-10-15 16:31:50 +02:00
GitHub Copilot Add system prompts for 10 major AI tools 2026-03-30 09:25:48 +00:00
Google Create AI Studio vibe-coder.txt 2025-12-02 17:19:51 +01:00
JetBrains AI Add system prompts for 10 major AI tools 2026-03-30 09:25:48 +00:00
Junie Add Junie Coding Agent system prompt 2025-05-17 17:41:53 +02:00
Kiro feat: add Kiro prompts 2025-07-17 06:52:02 +01:00
Leap.new Update tools.json 2025-09-11 00:10:18 +05:30
Lovable Delete Lovable/Prompt.txt 2025-09-16 19:13:12 +02:00
Manus Agent Tools & Prompt branch refresh 2025-03-26 06:58:25 +00:00
Mistral/Le Chat Add system prompts for 10 major AI tools 2026-03-30 09:25:48 +00:00
NotionAi Rename promts.md to Prompt.txt 2025-09-08 18:51:40 +02:00
Open Source prompts Update Cody prompt with accurate source-verified content 2026-03-30 09:27:00 +00:00
OpenAI/ChatGPT Add system prompts for 10 major AI tools 2026-03-30 09:25:48 +00:00
Orchids.app Update System Prompt.txt 2025-09-16 18:29:03 +02:00
Perplexity feat: add Perplexity prompt 2025-06-30 09:32:20 -03:00
personal-brand-engine Add Personal Brand Engine - 7 AI Agents Automation System 2026-03-30 11:45:48 +03:00
Poke Add Poke system prompt 2025-09-14 15:33:05 -07:00
Qoder Update Quest Design.txt 2025-08-24 00:05:45 +02:00
Replit Update Prompt.txt 2025-07-27 00:47:23 +02:00
sales_assets chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
salesflow-saas feat(tier1): finalize production activation and revenue execution pack 2026-04-17 14:13:57 +03:00
Same.dev Update Prompt.txt 2025-08-29 22:58:17 +02:00
scripts feat(gtm): implement 30-day execution artifacts and KPI rhythm 2026-04-17 14:25:03 +03:00
Trae Create Builder Prompt.txt 2025-08-18 19:54:39 +02:00
Traycer AI Rename phase_mode_tools.json to phase_mode_tools.json 2025-09-07 12:19:01 +02:00
v0 Prompts and Tools Update Prompt.txt 2025-11-09 15:57:20 +01:00
VSCode Agent Fix typos and improve clarity in instructions 2025-08-25 04:27:48 +08:00
Warp.dev Add Agent Mode prompt for Warp terminal AI 2025-07-03 10:55:07 -04:00
Windsurf Update and rename Tools Wave 11.json to Tools Wave 11.txt 2025-07-21 16:38:56 +02:00
xAI/Grok Add system prompts for 10 major AI tools 2026-03-30 09:25:48 +00:00
Xcode add prompts 2025-07-06 00:14:48 +08:00
Z.ai Code Feat:Add Z.ai Code Prompt 2025-07-30 11:33:39 +08:00
.cursorrules chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
.gitignore chore: Ignore tsconfig.tsbuildinfo build artifact 2026-04-11 08:44:47 +00:00
AGENTS.md feat(tier1): master closure checklist AR, CI preflight, Class B bundle API, trust and execution docs 2026-04-16 16:28:33 +03:00
Architecture_Pack.md docs(tier1): six tracks, operating plane, execution fabric, radar, Saudi register, ADR spikes 2026-04-16 08:07:07 +03:00
CLAUDE.md docs(tier1): enterprise readiness checklist and wiring for governance spine 2026-04-16 08:18:43 +03:00
Execution_Matrix_v2.md docs(core-os): completion program index + decision plane contracts; link PR16 tier1 checklist; merge follow-up 2026-04-16 16:21:33 +03:00
Execution_Matrix.md chore(docs): commit all remaining architectural documents and matrices 2026-04-16 07:42:15 +03:00
GitHub_Delivery_Pack.md chore(docs): commit all remaining architectural documents and matrices 2026-04-16 07:42:15 +03:00
LICENSE.md Rename LICENSE to LICENSE.md 2025-04-25 18:50:04 +02:00
Master_Execution_Blueprint.md docs(architecture): compile Master Execution Blueprint for Dealix Sovereign Growth OS 2026-04-16 07:22:07 +03:00
MASTER_OPERATING_PROMPT.md feat(tier1): finalize production activation and revenue execution pack 2026-04-17 14:13:57 +03:00
README.md Add system prompts for 10 major AI tools 2026-03-30 09:25:48 +00:00
SECURITY.md docs(ops): beta gates checklist, Railway bind, Actions env setup; dependabot dealix; SECURITY policy; verification log 2026-05-01 14:06:42 +03:00

Support my work here: Bags.fmJupiterPhotonDEXScreener

Official CA: DEffWzJyaFRNyA4ogUox631hfHuv3KLeCcpBh2ipBAGS (on Solana)


Special thanks to

Tembo Logo Tembo Logo

Put any coding agent to work while you sleep
Tembo The Background Coding Agents Company

[Get started for free]
Latitude Logo

Make your LLM predictable in production
Open Source AI Engineering Platform

 

LeaksLab Discord

x1xhlol%2Fsystem-prompts-and-models-of-ai-tools | Trendshift

📜 Over 35,000+ lines of insights into their structure and functionality.

Build Status Ask DeepWiki


📋 Tools Index

Closed Source / Leaked Prompts

Tool Prompt Tools Directory
Amazon Q Developer Amazon Q Developer/
Amp Amp/
Augment Code Augment Code/
Claude Code Anthropic/Claude Code/
Claude for Chrome Anthropic/Claude for Chrome/
ChatGPT (GPT-4o) OpenAI/ChatGPT/
Cluely Cluely/
CodeBuddy CodeBuddy Prompts/
Comet Assistant Comet Assistant/
Cursor Cursor Prompts/
Devin AI Devin AI/
Dia dia/
Emergent Emergent/
GitHub Copilot GitHub Copilot/
Google Antigravity Google/Antigravity/
Google Gemini (AI Studio) Google/Gemini/
Grok xAI/Grok/
JetBrains AI Assistant JetBrains AI/
Junie Junie/
Kiro Kiro/
Leap.new Leap.new/
Lovable Lovable/
Manus Agent Manus Agent Tools & Prompt/
Mistral Le Chat Mistral/Le Chat/
NotionAI NotionAi/
Orchids.app Orchids.app/
Perplexity Perplexity/
Poke Poke/
Qoder Qoder/
Replit Replit/
Same.dev Same.dev/
Trae Trae/
Traycer AI Traycer AI/
v0 v0 Prompts and Tools/
VSCode Agent VSCode Agent/
Warp.dev Warp.dev/
Windsurf Windsurf/
Xcode Xcode/
Z.ai Code Z.ai Code/

Open Source Prompts

Tool Prompt Directory
Aider Open Source prompts/Aider/
Bolt Open Source prompts/Bolt/
Cline Open Source prompts/Cline/
Codex CLI Open Source prompts/Codex CLI/
Cody (Sourcegraph) Open Source prompts/Cody/
Continue.dev Open Source prompts/Continue.dev/
Gemini CLI Open Source prompts/Gemini CLI/
Lumo Open Source prompts/Lumo/
OpenHands Open Source prompts/OpenHands/
RooCode Open Source prompts/RooCode/

❤️ Support the Project

If you find this collection valuable and appreciate the effort involved in obtaining and sharing these insights, please consider supporting the project.

You can show your support via:

🙏 Thank you for your support!


Sponsors

Sponsor the most comprehensive repository of AI system prompts and reach thousands of developers.

Get Started


🛠 Roadmap & Feedback

Open an issue.

Latest Update: 03/30/2026


🔗 Connect With Me

  • X: NotLucknite
  • Discord: x1xhlol
  • Email: lucknitelol@pm.me

🛡️ Security Notice for AI Startups

⚠️ Warning: If you're an AI startup, make sure your data is secure. Exposed prompts or AI models can easily become a target for hackers.

🔐 Important: Interested in securing your AI systems?
Check out ZeroLeaks, a service designed to help startups identify and secure leaks in system instructions, internal tools, and model configurations. Get a free AI security audit to ensure your AI is protected from vulnerabilities.


📊 Star History

Star History Chart

Drop a star if you find this useful!