gitextract_mas5xf3m/ ├── .github/ │ └── FUNDING.yml ├── Amp/ │ ├── README.md │ ├── claude-4-sonnet.yaml │ └── gpt-5.yaml ├── Anthropic/ │ ├── Claude Code/ │ │ ├── Prompt.txt │ │ └── Tools.json │ ├── Claude Code 2.0.txt │ ├── Claude Sonnet 4.6.txt │ ├── Claude for Chrome/ │ │ ├── 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 │ └── tools.json ├── 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 ├── dia/ │ └── Prompt.txt └── v0 Prompts and Tools/ ├── Prompt.txt └── Tools.json