├── .github └── FUNDING.yml ├── Amp ├── README.md ├── claude-4-sonnet.yaml ├── gpt-5.yaml └── view-thread-yaml.png ├── Anthropic ├── Claude Code 2.0.txt ├── Claude Code │ ├── Prompt.txt │ └── Tools.json └── Sonnet 4.5 Prompt.txt ├── Augment Code ├── claude-4-sonnet-agent-prompts.txt ├── claude-4-sonnet-tools.json ├── gpt-5-agent-prompts.txt └── gpt-5-tools.json ├── Cluely ├── Default Prompt.txt └── Enterprise Prompt.txt ├── CodeBuddy Prompts ├── Chat Prompt.txt └── Craft Prompt.txt ├── Comet Assistant └── System Prompt.txt ├── Cursor Prompts ├── Agent CLI Prompt 2025-08-07.txt ├── Agent Prompt 2.0.txt ├── Agent Prompt 2025-09-03.txt ├── Agent Prompt v1.0.txt ├── Agent Prompt v1.2.txt ├── Agent Tools v1.0.json └── Chat Prompt.txt ├── Devin AI ├── DeepWiki Prompt.txt └── Prompt.txt ├── Emergent ├── Prompt.txt └── Tools.json ├── Google ├── Antigravity │ ├── Fast Prompt.txt │ └── planning-mode.txt └── Gemini │ └── AI Studio vibe-coder.txt ├── Junie └── Prompt.txt ├── Kiro ├── Mode_Clasifier_Prompt.txt ├── Spec_Prompt.txt └── Vibe_Prompt.txt ├── LICENSE.md ├── Leap.new ├── Prompts.txt └── tools.json ├── Lovable ├── Agent Prompt.txt └── Agent Tools.json ├── Manus Agent Tools & Prompt ├── Agent loop.txt ├── Modules.txt ├── Prompt.txt └── tools.json ├── NotionAi ├── Prompt.txt └── tools.json ├── Open Source prompts ├── Bolt │ └── Prompt.txt ├── Cline │ └── Prompt.txt ├── Codex CLI │ ├── Prompt.txt │ └── openai-codex-cli-system-prompt-20250820.txt ├── Gemini CLI │ └── google-gemini-cli-system-prompt.txt ├── Lumo │ └── Prompt.txt └── RooCode │ └── Prompt.txt ├── Orchids.app ├── Decision-making prompt.txt └── System Prompt.txt ├── Perplexity └── Prompt.txt ├── Poke ├── Poke agent.txt ├── Poke_p1.txt ├── Poke_p2.txt ├── Poke_p3.txt ├── Poke_p4.txt ├── Poke_p5.txt └── Poke_p6.txt ├── Qoder ├── Quest Action.txt ├── Quest Design.txt └── prompt.txt ├── README.md ├── Replit ├── Prompt.txt └── Tools.json ├── Same.dev ├── Prompt.txt └── Tools.json ├── Trae ├── Builder Prompt.txt ├── Builder Tools.json └── Chat Prompt.txt ├── Traycer AI ├── phase_mode_prompts.txt ├── phase_mode_tools.json ├── plan_mode_prompts └── plan_mode_tools.json ├── VSCode Agent ├── Prompt.txt ├── chat-titles.txt ├── claude-sonnet-4.txt ├── gemini-2.5-pro.txt ├── gpt-4.1.txt ├── gpt-4o.txt ├── gpt-5-mini.txt ├── gpt-5.txt └── nes-tab-completion.txt ├── Warp.dev └── Prompt.txt ├── Windsurf ├── Prompt Wave 11.txt └── Tools Wave 11.txt ├── Xcode ├── DocumentAction.txt ├── ExplainAction.txt ├── MessageAction.txt ├── PlaygroundAction.txt ├── PreviewAction.txt └── System.txt ├── Z.ai Code └── prompt.txt ├── assets └── Latitude_logo.png ├── dia └── Prompt.txt └── v0 Prompts and Tools ├── Prompt.txt └── Tools.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Amp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Amp/README.md -------------------------------------------------------------------------------- /Amp/claude-4-sonnet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Amp/claude-4-sonnet.yaml -------------------------------------------------------------------------------- /Amp/gpt-5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Amp/gpt-5.yaml -------------------------------------------------------------------------------- /Amp/view-thread-yaml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Amp/view-thread-yaml.png -------------------------------------------------------------------------------- /Anthropic/Claude Code 2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Anthropic/Claude Code 2.0.txt -------------------------------------------------------------------------------- /Anthropic/Claude Code/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Anthropic/Claude Code/Prompt.txt -------------------------------------------------------------------------------- /Anthropic/Claude Code/Tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Anthropic/Claude Code/Tools.json -------------------------------------------------------------------------------- /Anthropic/Sonnet 4.5 Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Anthropic/Sonnet 4.5 Prompt.txt -------------------------------------------------------------------------------- /Augment Code/claude-4-sonnet-agent-prompts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Augment Code/claude-4-sonnet-agent-prompts.txt -------------------------------------------------------------------------------- /Augment Code/claude-4-sonnet-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Augment Code/claude-4-sonnet-tools.json -------------------------------------------------------------------------------- /Augment Code/gpt-5-agent-prompts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Augment Code/gpt-5-agent-prompts.txt -------------------------------------------------------------------------------- /Augment Code/gpt-5-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Augment Code/gpt-5-tools.json -------------------------------------------------------------------------------- /Cluely/Default Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cluely/Default Prompt.txt -------------------------------------------------------------------------------- /Cluely/Enterprise Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cluely/Enterprise Prompt.txt -------------------------------------------------------------------------------- /CodeBuddy Prompts/Chat Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/CodeBuddy Prompts/Chat Prompt.txt -------------------------------------------------------------------------------- /CodeBuddy Prompts/Craft Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/CodeBuddy Prompts/Craft Prompt.txt -------------------------------------------------------------------------------- /Comet Assistant/System Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Comet Assistant/System Prompt.txt -------------------------------------------------------------------------------- /Cursor Prompts/Agent CLI Prompt 2025-08-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cursor Prompts/Agent CLI Prompt 2025-08-07.txt -------------------------------------------------------------------------------- /Cursor Prompts/Agent Prompt 2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cursor Prompts/Agent Prompt 2.0.txt -------------------------------------------------------------------------------- /Cursor Prompts/Agent Prompt 2025-09-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cursor Prompts/Agent Prompt 2025-09-03.txt -------------------------------------------------------------------------------- /Cursor Prompts/Agent Prompt v1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cursor Prompts/Agent Prompt v1.0.txt -------------------------------------------------------------------------------- /Cursor Prompts/Agent Prompt v1.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cursor Prompts/Agent Prompt v1.2.txt -------------------------------------------------------------------------------- /Cursor Prompts/Agent Tools v1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cursor Prompts/Agent Tools v1.0.json -------------------------------------------------------------------------------- /Cursor Prompts/Chat Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Cursor Prompts/Chat Prompt.txt -------------------------------------------------------------------------------- /Devin AI/DeepWiki Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Devin AI/DeepWiki Prompt.txt -------------------------------------------------------------------------------- /Devin AI/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Devin AI/Prompt.txt -------------------------------------------------------------------------------- /Emergent/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Emergent/Prompt.txt -------------------------------------------------------------------------------- /Emergent/Tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Emergent/Tools.json -------------------------------------------------------------------------------- /Google/Antigravity/Fast Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Google/Antigravity/Fast Prompt.txt -------------------------------------------------------------------------------- /Google/Antigravity/planning-mode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Google/Antigravity/planning-mode.txt -------------------------------------------------------------------------------- /Google/Gemini/AI Studio vibe-coder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Google/Gemini/AI Studio vibe-coder.txt -------------------------------------------------------------------------------- /Junie/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Junie/Prompt.txt -------------------------------------------------------------------------------- /Kiro/Mode_Clasifier_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Kiro/Mode_Clasifier_Prompt.txt -------------------------------------------------------------------------------- /Kiro/Spec_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Kiro/Spec_Prompt.txt -------------------------------------------------------------------------------- /Kiro/Vibe_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Kiro/Vibe_Prompt.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Leap.new/Prompts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Leap.new/Prompts.txt -------------------------------------------------------------------------------- /Leap.new/tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Leap.new/tools.json -------------------------------------------------------------------------------- /Lovable/Agent Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Lovable/Agent Prompt.txt -------------------------------------------------------------------------------- /Lovable/Agent Tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Lovable/Agent Tools.json -------------------------------------------------------------------------------- /Manus Agent Tools & Prompt/Agent loop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Manus Agent Tools & Prompt/Agent loop.txt -------------------------------------------------------------------------------- /Manus Agent Tools & Prompt/Modules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Manus Agent Tools & Prompt/Modules.txt -------------------------------------------------------------------------------- /Manus Agent Tools & Prompt/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Manus Agent Tools & Prompt/Prompt.txt -------------------------------------------------------------------------------- /Manus Agent Tools & Prompt/tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Manus Agent Tools & Prompt/tools.json -------------------------------------------------------------------------------- /NotionAi/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/NotionAi/Prompt.txt -------------------------------------------------------------------------------- /NotionAi/tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/NotionAi/tools.json -------------------------------------------------------------------------------- /Open Source prompts/Bolt/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Open Source prompts/Bolt/Prompt.txt -------------------------------------------------------------------------------- /Open Source prompts/Cline/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Open Source prompts/Cline/Prompt.txt -------------------------------------------------------------------------------- /Open Source prompts/Codex CLI/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Open Source prompts/Codex CLI/Prompt.txt -------------------------------------------------------------------------------- /Open Source prompts/Codex CLI/openai-codex-cli-system-prompt-20250820.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Open Source prompts/Codex CLI/openai-codex-cli-system-prompt-20250820.txt -------------------------------------------------------------------------------- /Open Source prompts/Gemini CLI/google-gemini-cli-system-prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Open Source prompts/Gemini CLI/google-gemini-cli-system-prompt.txt -------------------------------------------------------------------------------- /Open Source prompts/Lumo/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Open Source prompts/Lumo/Prompt.txt -------------------------------------------------------------------------------- /Open Source prompts/RooCode/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Open Source prompts/RooCode/Prompt.txt -------------------------------------------------------------------------------- /Orchids.app/Decision-making prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Orchids.app/Decision-making prompt.txt -------------------------------------------------------------------------------- /Orchids.app/System Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Orchids.app/System Prompt.txt -------------------------------------------------------------------------------- /Perplexity/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Perplexity/Prompt.txt -------------------------------------------------------------------------------- /Poke/Poke agent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Poke/Poke agent.txt -------------------------------------------------------------------------------- /Poke/Poke_p1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Poke/Poke_p1.txt -------------------------------------------------------------------------------- /Poke/Poke_p2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Poke/Poke_p2.txt -------------------------------------------------------------------------------- /Poke/Poke_p3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Poke/Poke_p3.txt -------------------------------------------------------------------------------- /Poke/Poke_p4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Poke/Poke_p4.txt -------------------------------------------------------------------------------- /Poke/Poke_p5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Poke/Poke_p5.txt -------------------------------------------------------------------------------- /Poke/Poke_p6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Poke/Poke_p6.txt -------------------------------------------------------------------------------- /Qoder/Quest Action.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Qoder/Quest Action.txt -------------------------------------------------------------------------------- /Qoder/Quest Design.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Qoder/Quest Design.txt -------------------------------------------------------------------------------- /Qoder/prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Qoder/prompt.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/README.md -------------------------------------------------------------------------------- /Replit/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Replit/Prompt.txt -------------------------------------------------------------------------------- /Replit/Tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Replit/Tools.json -------------------------------------------------------------------------------- /Same.dev/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Same.dev/Prompt.txt -------------------------------------------------------------------------------- /Same.dev/Tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Same.dev/Tools.json -------------------------------------------------------------------------------- /Trae/Builder Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Trae/Builder Prompt.txt -------------------------------------------------------------------------------- /Trae/Builder Tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Trae/Builder Tools.json -------------------------------------------------------------------------------- /Trae/Chat Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Trae/Chat Prompt.txt -------------------------------------------------------------------------------- /Traycer AI/phase_mode_prompts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Traycer AI/phase_mode_prompts.txt -------------------------------------------------------------------------------- /Traycer AI/phase_mode_tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Traycer AI/phase_mode_tools.json -------------------------------------------------------------------------------- /Traycer AI/plan_mode_prompts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Traycer AI/plan_mode_prompts -------------------------------------------------------------------------------- /Traycer AI/plan_mode_tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Traycer AI/plan_mode_tools.json -------------------------------------------------------------------------------- /VSCode Agent/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/Prompt.txt -------------------------------------------------------------------------------- /VSCode Agent/chat-titles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/chat-titles.txt -------------------------------------------------------------------------------- /VSCode Agent/claude-sonnet-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/claude-sonnet-4.txt -------------------------------------------------------------------------------- /VSCode Agent/gemini-2.5-pro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/gemini-2.5-pro.txt -------------------------------------------------------------------------------- /VSCode Agent/gpt-4.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/gpt-4.1.txt -------------------------------------------------------------------------------- /VSCode Agent/gpt-4o.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/gpt-4o.txt -------------------------------------------------------------------------------- /VSCode Agent/gpt-5-mini.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/gpt-5-mini.txt -------------------------------------------------------------------------------- /VSCode Agent/gpt-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/gpt-5.txt -------------------------------------------------------------------------------- /VSCode Agent/nes-tab-completion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/VSCode Agent/nes-tab-completion.txt -------------------------------------------------------------------------------- /Warp.dev/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Warp.dev/Prompt.txt -------------------------------------------------------------------------------- /Windsurf/Prompt Wave 11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Windsurf/Prompt Wave 11.txt -------------------------------------------------------------------------------- /Windsurf/Tools Wave 11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Windsurf/Tools Wave 11.txt -------------------------------------------------------------------------------- /Xcode/DocumentAction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Xcode/DocumentAction.txt -------------------------------------------------------------------------------- /Xcode/ExplainAction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Xcode/ExplainAction.txt -------------------------------------------------------------------------------- /Xcode/MessageAction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Xcode/MessageAction.txt -------------------------------------------------------------------------------- /Xcode/PlaygroundAction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Xcode/PlaygroundAction.txt -------------------------------------------------------------------------------- /Xcode/PreviewAction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Xcode/PreviewAction.txt -------------------------------------------------------------------------------- /Xcode/System.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Xcode/System.txt -------------------------------------------------------------------------------- /Z.ai Code/prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/Z.ai Code/prompt.txt -------------------------------------------------------------------------------- /assets/Latitude_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/assets/Latitude_logo.png -------------------------------------------------------------------------------- /dia/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/dia/Prompt.txt -------------------------------------------------------------------------------- /v0 Prompts and Tools/Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/v0 Prompts and Tools/Prompt.txt -------------------------------------------------------------------------------- /v0 Prompts and Tools/Tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/x1xhlol/system-prompts-and-models-of-ai-tools/HEAD/v0 Prompts and Tools/Tools.json --------------------------------------------------------------------------------