AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

User Customization

skill-boshi-xixixi-agenticflow-skills-99-meta-customization · by boshi-xixixi

指导用户如何自定义 Trae Skills 的配置,包括覆盖角色设定、调整技术偏好和定义全局规则。

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-boshi-xixixi-agenticflow-skills-99-meta-customization

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-boshi-xixixi-agenticflow-skills-99-meta-customization)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of User Customization? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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)。

🔄 它是如何工作的?

  1. 全局生效: universal-dev-team 在调度角色时,会先读取此文件。
  2. 角色感知: 只要你在 Trae 中定义 Agent 时,在 System Prompt 的开头加上一句:

> "Always check .trae/USER_PREFERENCES.md before answering." 那么所有的手动配置 Agent 都会遵循这些规则。

🛠️ 高级用法:自定义 Skill

如果你需要更深度的定制(例如完全重写 React 规范),建议:

  1. Fork: 复制 03_Developer_ReactBestPractices 目录到 Custom_React_Skills
  2. Modify: 修改其中的 SKILL.mdrules/
  3. Register: 更新 universal-dev-team/SKILL.md 中的路由表,指向你的新目录。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.