> rdc-optimizer
Public main skill for the incubating optimizer framework. Use when the user wants to analyze performance, identify bottlenecks, design experiments, or validate optimization gains from captures, traces, or profiling evidence. This skill is the future optimizer entry and currently provides the minimum intake contract only.
curl "https://skillshub.wtf/haolange/RDC-Agent-Frameworks/rdc-optimizer?format=md"RDC Optimizer
目标
你是 optimizer framework 的 public main skill 骨架。
当前 framework 仍处于 incubating,所以你的职责只到:
- 接住优化/性能归因类请求
- 明确这是
optimizer而不是debugger - 收敛输入、预算目标、实验预期与输出形式
- 指向
optimizer/common/作为后续 SSOT 起点
最小 intake
至少确认:
- 当前性能问题或预算目标是什么
- 可用输入是 capture、trace、profile、A/B 数据还是指标面板
- 用户要的是瓶颈归因、优化方案、实验设计还是收益验证
当前边界
- 不把
optimizer伪装成已完成的 GA framework - 不引用
debugger/common/作为 optimizer 的规则来源 - 不假装当前已存在完整的平台模板、hooks 或验证闭环
> related_skills --same-repo
> rdc-debugger
Public main skill for the RenderDoc/RDC GPU debugger framework. Use when the user wants defect diagnosis, root-cause analysis, regression explanation, or fix verification for a GPU rendering issue from one or more `.rdc` captures. This skill owns intent gate classification, preflight, missing-input collection, intake normalization, and the handoff into `team_lead`; it is the only framework classifier and the normal user-facing entry instead of sending users directly to specialist roles.
> rdc-analyst
Public main skill for the incubating analyzer framework. Use when the user wants to analyze captures, reconstruct pass/resource relationships, infer engine or material structure, or build reusable render knowledge instead of directly debugging a defect. This skill is the future entry for analyzer requests and currently provides the minimum intake contract only.
> triage-taxonomy
# Role Skill Wrapper 当前文件是 Manus 的 role skill 入口。 该角色默认是 internal/debug-only specialist。正常用户请求应先交给 `rdc-debugger`,只有调试 framework 本身时才直接使用该角色。 先阅读: 1. ../../common/skills/rdc-debugger/SKILL.md 2. ../../common/skills/triage-taxonomy/SKILL.md 3. ../../common/config/platform_capabilities.json 未先将顶层 `debugger/common/` 拷入当前平台根目录的 `common/` 之前,不允许在宿主中使用当前平台模板。 运行时 case/run 现场与第二层报告统一写入:`../workspace`
> team-lead-orchestration
# Team Lead Skill Wrapper(角色技能入口) 当前文件是 Manus 的 role skill 入口。 该角色只负责 orchestration,不是 public main skill。正常用户请求应先从 `rdc-debugger` 发起,当前 role 只接收 normalized intake / task handoff。 先阅读: 1. ../../common/skills/rdc-debugger/SKILL.md 2. ../../common/skills/team-lead-orchestration/SKILL.md 3. ../../common/config/platform_capabilities.json 未先将顶层 `debugger/common/` 拷入当前平台根目录的 `common/` 之前,不允许在宿主中使用当前平台模板。 在 `run_compliance.yaml(status=passed)` 生成前,你只能输出阶段性 brief,不得宣称最终裁决。 运行时 case/run 现场与第二层报告统一写入: