user-customization
について
このスキルは、開発者が`USER_PREFERENCES.md`ファイルを作成することでTraeの動作をカスタマイズできるようにします。デフォルトのロール設定の上書き、技術スタックの好みの定義、グローバルなコミュニケーションルールの設定が可能です。すべてのTraeスキルとエージェントにわたって、一貫したコーディング標準と個人のワークフローを強制するためにご利用ください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/user-customizationこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
User Customization & Preferences
本 Skill 旨在帮助用户根据个人或团队的需求,定制 Trae 的行为模式。通过创建 USER_PREFERENCES.md,你可以让所有的 Skill 和 Agent 都遵循你的特定偏好。
⚙️ 配置文件机制
Trae 会优先寻找并遵循以下位置的配置文件:
.trae/USER_PREFERENCES.md(推荐)
配置文件模板
你可以直接复制以下内容到 .trae/USER_PREFERENCES.md:
# User Preferences
## 1. 技术栈偏好 (Tech Stack)
* **CSS Framework**: Tailwind CSS (严禁使用 CSS Modules 或 Styled Components)
* **State Management**: Zustand (React), Riverpod (Flutter)
* **Testing**: Vitest (不使用 Jest)
* **Language**: TypeScript (Strict Mode enabled)
## 2. 交互风格 (Communication Style)
* **Language**: 请始终使用**中文**回复,但技术术语保留英文。
* **Detail Level**: 我是资深开发者,请直接给代码,少讲废话。
* **Emoji**: 禁用 Emoji,保持职业化。
## 3. 角色覆盖 (Role Overrides)
* **@Office Architect**:
* 在处理 Excel 时,优先使用 pandas 而不是 openpyxl。
* **@DevOps Engineer**:
* 生成的 K8s Manifest 必须包含 Resource Limits。
## 4. 禁令 (Constraints)
* 严禁使用 `any` 类型。
* 严禁创建 `.env` 文件(使用 config map)。
🔄 它是如何工作的?
- 全局生效:
universal-dev-team在调度角色时,会先读取此文件。 - 角色感知: 只要你在 Trae 中定义 Agent 时,在 System Prompt 的开头加上一句:
"Always check .trae/USER_PREFERENCES.md before answering." 那么所有的手动配置 Agent 都会遵循这些规则。
🛠️ 高级用法:自定义 Skill
如果你需要更深度的定制(例如完全重写 React 规范),建议:
- Fork: 复制
03_Developer_ReactBestPractices目录到Custom_React_Skills。 - Modify: 修改其中的
SKILL.md和rules/。 - Register: 更新
universal-dev-team/SKILL.md中的路由表,指向你的新目录。
GitHub リポジトリ
関連スキル
algorithmic-art
メタThis Claude Skill creates original algorithmic art using p5.js with seeded randomness and interactive parameters. It generates .md files for algorithmic philosophies, plus .html and .js files for interactive generative art implementations. Use it when developers need to create flow fields, particle systems, or other computational art while avoiding copyright issues.
subagent-driven-development
開発This skill executes implementation plans by dispatching a fresh subagent for each independent task, with code review between tasks. It enables fast iteration while maintaining quality gates through this review process. Use it when working on mostly independent tasks within the same session to ensure continuous progress with built-in quality checks.
executing-plans
デザインUse the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.
cost-optimization
その他This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.
