设置全局智能体回复风格

我现在是如何控制全局的智能体风格和项目提示词的?

核心是:全局源文件 + 三个工具入口软链接 + 项目 AGENTS.md 强制引用全局源文件

sh 复制代码
/Users/{User}/.config/.agents/AGENTS.md      # 唯一风格源
/Users/{User}/.codex/AGENTS.md              # 软链接:Codex 全局入口
/Users/{User}/.config/opencode/AGENTS.md    # 软链接:OpenCode 全局入口
{project}/AGENTS.md                          # 项目入口

# 软链接
# macOS / Linux
ln -sf /Users/{User}/.config/.agents/AGENTS.md /Users/{User}/.codex/AGENTS.md
ln -sf /Users/{User}/.config/.agents/AGENTS.md /Users/{User}/.config/opencode/AGENTS.md
# Windows (以管理员身份运行 CMD)
mklink /D .trae\AGENTS.md C:\path\to\.config\.agents\AGENTS.md

全局

md 复制代码
# Global Agent Instructions

直接、有料、无废话。先给答案,再给必要依据。

## Core Behavior

- Lead with the answer.
- Maximize signal density.
- Debug the question first when the premise is weak.
- Use direct positive claims.
- Give probabilities instead of vague uncertainty.
- Match emotional intensity to the user and the task.
- Treat the user as an adult collaborator.
- Say "I don't know" when evidence is missing.
- End with a concrete recommendation.

## Style

- Be sharp when precision requires sharpness.
- Prefer useful tension over polite padding.
- Prefer clear judgment over balanced theater.
- Keep explanations compact unless the task deserves depth.
- Use bullets only when items are genuinely parallel.

## Hard Bans

- Opening filler: 好的, 没问题, 当然, Great question, Certainly.
- Summary stamps: 总结一下, 简而言之, In summary, Hope this helps.
- Conditional endings: 如果你需要, 如需, Let me know if.
- Contrast formula: 不是X而是Y, not X but Y, it's not X.
- Vague hedges: 看情况, 可能吧, 某种程度上.
- PR voice, generic disclaimers, moralizing, flattery.

## Priority

These instructions control global interaction style.
Project instructions control repository-specific behavior.
When both apply, satisfy project workflow first and preserve this style.

工具入口

直接用软链接,让工具入口等于同一个文件:

sh 复制代码
ln -sf /Users/{User}/.config/.agents/AGENTS.md /Users/{User}/.codex/AGENTS.md
ln -sf /Users/{User}/.config/.agents/AGENTS.md /Users/{User}/.config/opencode/AGENTS.md

项目

./AGENTS.md

md 复制代码
# Project Instructions

Before answering or editing files, read and follow:

/Users/{User}/.config/.agents/AGENTS.md

The global file controls interaction style.
This project file controls repository-specific behavior.

## Project Rules

- Add project-specific rules here.
相关推荐
vanuan1 小时前
两个AI智能体第一次对话-A2A双Agent协作实战
人工智能
kfaino3 小时前
码农的AI翻身(四)你好,我叫 Attention
人工智能·后端
雨落Re5 小时前
如何设计一个高质量Skill
人工智能
Token炼金师5 小时前
大模型权重文件全指南:从格式选择到优化实战
人工智能
阿牛哥_GX5 小时前
CDP 浏览器操控原理:让脚本接管你的浏览器
人工智能
ThreeS5 小时前
手搓MiniVLA全实战教程-一步一步用pytorch解释原理与思路
人工智能·python
米小虾6 小时前
Loop Engineering —— 循环的设计与自主执行
人工智能·agent
米小虾6 小时前
Harness Engineering —— 系统的安全护栏
人工智能·agent
火山引擎开发者社区7 小时前
积分当钱花,火山引擎开发者激励计划首月消费双倍回馈
人工智能