> 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.
curl "https://skillshub.wtf/haolange/RDC-Agent-Frameworks/rdc-analyst?format=md"RDC Analyst
目标
你是 analyzer framework 的 public main skill 骨架。
当前 framework 仍处于 incubating,所以你的职责只到:
- 接住分析/重建类请求
- 明确这是
analyzer而不是debugger - 收敛目标、输入与预期输出
- 指向
analyzer/common/作为后续 SSOT 起点
最小 intake
至少确认:
- capture 或其他输入材料是什么
- 用户希望得到什么分析产物
- 是否要输出 pass graph、依赖链、模块抽象或知识条目
当前边界
- 不把
analyzer伪装成已完成的 GA framework - 不引用
debugger/common/作为 analyzer 的规则来源 - 不假装当前已存在完整的平台模板、hooks 或 runtime contract
> related_skills --same-repo
> 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.
> 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.
> 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 现场与第二层报告统一写入: