FULL v0, Cursor, Manus, Same.dev, Lovable, Devin & Replit Agent System Prompts, Tools & AI Models.
Go to file
Dealix Builder ef08649efe feat(autonomous-revenue-os): Dealix becomes a Category — Autonomous Revenue Company OS — 26 modules + 47 endpoints + 81 tests
# Dealix is no longer "a platform". It is a new category:
# An Autonomous Revenue Company OS that runs growth FOR Saudi businesses
# as if Growth + Sales + Partnerships + Customer Success + Strategy +
# Compliance + Data sat in one self-improving system.

Autonomous Service Operator (16 modules) — البوت المركزي
- intent_classifier: 16 supported intents (Arabic + English keywords; deterministic; no LLM)
- conversation_router: route_message + handle_message — single entry point that classifies, routes to handler, recommends a bundle, builds intake + initial pipeline
- session_state: 13 valid states + UUID-based sessions + audit history
- intake_collector: per-intent intake question sets + parse + validation
- approval_manager: Arabic approval cards (capped at 3 buttons) + decision processing (approve/edit/skip/reject including Arabic verbs)
- service_orchestrator: 11-step canonical pipeline (intake→data_check→targeting→contactability→strategy→drafting→approval→execution_or_export→tracking→proof→upsell)
- workflow_runner: advance + completion check
- tool_action_planner: HARD-BLOCKS linkedin.scrape_profile, linkedin.auto_dm, linkedin.auto_connect, social.scrape_followers; high-risk tools require approval; draft-safe tools return draft_only; unknown tools default to approval_required
- proof_pack_dispatcher: per-service Proof Pack envelope with required metrics
- upsell_engine: 3 deterministic verdicts (upsell_now / iterate_first / gentle_upsell) based on csat + pipeline + meetings
- whatsapp_renderer: render any card / approval / daily brief as WhatsApp draft (≤3 buttons, Arabic body, never live)
- operator_memory: in-process sessions + customer_facts + preferences + audit log (production = Supabase)
- service_bundles: 6 customer-facing bundles instead of 20 raw services (Growth Starter, Data to Revenue, Executive Growth OS, Partnership Growth, Local Growth OS, Full Growth Control Tower)
- executive_mode: CEO command center + daily brief + revenue risks (3) + next 3 moves
- client_mode: Growth Manager dashboard with 4 panels
- agency_mode: multi-client roster + co-branded Proof Pack + revenue share calc

Revenue Company OS (10 modules) — الذكاء عبر القنوات
- event_to_card: 13 event types → Arabic decision cards (email/whatsapp/form/review/payment/risk/partner/meeting/service.completed/...) each with title_ar/summary_ar/why_now_ar/recommended_action_ar/risk_level/buttons_ar (≤3)
- command_feed_engine: aggregate events for a customer + sort by risk (high first) + by_type and by_risk counts
- action_graph: 14 typed edges (signal_created_opportunity → message_triggered_reply → reply_led_to_meeting → meeting_led_to_proposal → proposal_led_to_payment → ...) with what_works_for_customer scoring (outcome edges weigh more)
- revenue_work_units: 19 RWU types (Salesforce-inspired): opportunity_created, draft_created, approval_collected, meeting_drafted, payment_received, risk_blocked, etc. + aggregate_work_units (counts/revenue/risks)
- channel_health: cross-channel reputation snapshot (email/whatsapp/linkedin) + overall_score + channels_at_risk
- opportunity_factory: turn (sector, city) into 5 opportunity cards via targeting_os.recommend_accounts + buying committee
- service_factory: instantiate any service for a customer (intake + workflow + quote)
- proof_ledger (revenue-tier, NOT platform_services.proof_ledger): customer-facing scoreboard with totals + summary_ar + by_type breakdown
- growth_memory: anonymized cross-customer aggregates — sector_message_winrate, sector_channel_winrate, common_objections, blocked_action_reasons, successful_playbooks; best_message_for_sector + best_channel_for_sector
- self_improvement_loop: weekly Arabic recommendations from real metrics (approval_rate, reply_rate, meeting_rate, blocked_actions, service_revenue) + best_service_id + next_experiment

Routers (2 new) — 47 endpoints
- /api/v1/operator/* (28): chat (message/decision/classify), sessions (new/transition/context/get), cards (approval/whatsapp/render), intake (questions/validate), service (start), tools (plan), proof-pack (dispatch), upsell (recommend/card), bundles (list/recommend), modes (ceo/ceo-daily-brief/ceo-risks/client/agency/agency-add-client/agency-revenue-share/agency-co-branded-proof), demos (whatsapp-daily-brief/proof-pack)
- /api/v1/revenue-os/* (19): command-feed (demo/build/events-ingest), work-units (types/build/aggregate/demo), proof-ledger/demo, action-graph (edge-types/demo), channel-health (snapshot/demo), opportunity-factory (run/demo), service-factory (instantiate/demo), growth-memory/demo, self-improvement (weekly-report/demo)

Tests (2 new files, 81 tests)
- test_autonomous_service_operator.py: 50 tests
  * 8 intent classification tests (want_more_customers, has_contact_list, partnerships, whatsapp, pricing, approve, unknown fallback)
  * 4 conversation router (recommends correct service per intent + bundle, processes approval decisions)
  * 4 session lifecycle (UUID, transition validation, memory store, context build)
  * 4 intake (questions per intent, validation detects missing fields, complete intake passes)
  * 4 approval (≤3 buttons, approve/skip Arabic, unknown decision returns error)
  * 5 tool planner (linkedin scrape blocked, auto_dm blocked, high-risk → approval, draft-safe → draft_only, unknown → approval_required)
  * 4 bundles (6 total, agency → partnership_growth, local → local_growth_os, default → growth_starter)
  * 7 modes (CEO Arabic, daily brief 3 decisions, 3 risks, client panels, agency aggregation, revenue share calc, co-branded includes both names)
  * 3 WhatsApp renderer (no live send, ≤3 buttons, Arabic morning text)
  * 4 proof + upsell (Proof Pack draft, upsell_now for strong, iterate_first for weak, ≤3 buttons)

- test_revenue_company_os.py: 31 tests
  * 4 event → card (email Arabic, low review high-risk, risk.blocked high, unknown → action_required)
  * 3 command feed (demo 8 events, sorts high-risk first, empty handling)
  * 4 RWUs (≥18 types, build validates, aggregate sums revenue, risks_blocked counted)
  * 4 action graph (≥12 edge types, validates type, demo 2 customers, what_works scoring)
  * 2 channel health (returns score, flags risky channel)
  * 2 opportunity factory (5 opps no live send, blocks unsafe in notes)
  * 3 service factory (instantiate known + unknown errors, demo 4 services)
  * 3 proof ledger (appends, rejects unknown, demo has revenue + risks)
  * 2 growth memory (top objections, best message per sector)
  * 3 self-improvement (low approval recommends fix, high blocked recommends review, returns best service)

Docs (1 new + 1 updated)
- AUTONOMOUS_REVENUE_COMPANY_OS.md (Arabic): 12-layer architecture + service bundles + safety + endpoints + competitive positioning
- DEALIX_100_PERCENT_LAUNCH_PLAN.md: added §44 Autonomous Revenue Company OS

Test results
- 81/81 new tests pass
- Full suite: 905 passed, 2 skipped (missing API keys, unrelated)
- 0 existing tests broken

Safety + integration
- All 47 new endpoints: live_send_allowed=False, approval_required=True
- LinkedIn scrape/auto-DM/auto-connect HARD-BLOCKED in tool_action_planner
- High-risk tools (whatsapp.send_message, gmail.send, calendar.insert_event, moyasar.charge, gbp.publish_review_reply, social.publish_dm, social.publish_post) → approval_required forced
- Cold WhatsApp blocked via existing contactability_matrix
- Operator memory hashes nothing yet — production must wire to security_curator.trace_redactor before any persistence
- 6 bundles unify the 12 productized services from Service Tower
- Modes integrate platform_services + intelligence_layer + service_excellence
- Action Graph + Revenue Work Units + Proof Ledger together form Dealix's Saudi Revenue Graph
- Self-improvement loop reads metrics that flow from agent_observability + growth_curator

Integration with everything before
- Autonomous Service Operator orchestrates Service Tower, Service Excellence OS, Targeting OS, Platform Services, Intelligence Layer
- Revenue Company OS reads from platform_services event_bus + intelligence_layer mission_engine + targeting_os reputation_guard
- Service factory uses service_tower.get_service + build_intake_questions + quote_service
- Opportunity factory uses targeting_os.recommend_accounts + map_buying_committee
- Channel health uses targeting_os.calculate_channel_reputation
- Tool planner integrates with platform_services.tool_gateway policies
- WhatsApp renderer aligns with launch_ops button caps
- Bundles map to service_tower upgrade_paths

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 17:50:32 +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(autonomous-revenue-os): Dealix becomes a Category — Autonomous Revenue Company OS — 26 modules + 47 endpoints + 81 tests 2026-05-01 17:50:32 +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!