Files
system-prompts-and-models-o…/Amp/README.md
Codex CLI ea12d19914 feat(chinese): 新增 Xcode、Kiro、Claude Code 提示词
- 新增文件总数: 86 个
- 主要目录: Xcode、Kiro、Claude Code、Amp、Anthropic、Augment Code、Cluely、CodeBuddy、Comet Assistant、Cursor Prompts、Devin AI、Emergent、Junie、Leap.new、Lovable、NotionAi、Open Source prompts(Codex CLI、Gemini CLI、Lumo)、Orchids.app、Perplexity、Poke、Qoder、Replit、Same.dev、Trae、Traycer AI、VSCode Agent、Warp.dev、Windsurf、Z.ai Code、dia、v0 Prompts and Tools
- 示例: Xcode/System.txt、Kiro/Mode_Clasifier_Prompt.txt、Claude Code/claude-code-system-prompt.txt

变更仅包含新增提示词与工具文件,不含已修改项。
2025-10-20 10:51:10 +08:00

21 lines
646 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 如何获取 [Amp](https://ampcode.com) 的系统提示词System Prompt
1. 在 VS Code 中登录 Amp
2. 向 Amp 发送一个简短查询
3. 按住 AltWindows或 OptionmacOS单击工作区按钮
![](./view-thread-yaml.png)
4. 点击 “View Thread YAML” 查看会话的 YAML
# 说明
Amp 使用针对 Sonnet 4.x 调优的系统提示词,并将其他 LLM 以工具“the oracle”的形式注册其中。若要获取针对 `GPT-5` 调优的系统提示词,请在 VS Code 用户设置中添加以下配置,然后重复以上步骤:
```json
{
"amp.url": "https://ampcode.com/",
"amp.gpt5": true
}
```