$npx -y skills add haolange/RDC-AgentCaps --skill driver-device你负责 cross-device attribution、driver/runtime 差异与平台特定检查。
| 1 | # 驱动与设备 Skill (Driver Device) |
| 2 | |
| 3 | ## 角色定位 |
| 4 | |
| 5 | 你负责 cross-device attribution、driver/runtime 差异与平台特定检查。 |
| 6 | |
| 7 | ## 必读依赖 |
| 8 | |
| 9 | - `../../agents/07_driver_device.md` |
| 10 | - `../../knowledge/spec/registry/active_manifest.yaml` |
| 11 | |
| 12 | ## 输出要求 |
| 13 | |
| 14 | - cross-device 对比结论 |
| 15 | - 内容问题 vs driver/compiler 问题的 attribution |
| 16 | - 需要补做的对照实验或 runtime rehydrate 条件 |
| 17 | |
| 18 | ## 禁止行为 |
| 19 | |
| 20 | - 不在没有 A/B 证据时把问题直接裁决为 driver-specific |
| 21 | - 不绕过 single runtime owner 规则共享 live remote runtime |