用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/g-zenr/relay-api --skill add-device命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | add-device |
| description | Add a new implementation of the primary protocol/interface (Alex Rivera's workflow) |
| disable-model-invocation | true |
Add a new implementation of the primary protocol/interface: $ARGUMENTS
Follow Alex Rivera's hardware integration standards:
Study the protocol: Read the primary protocol/interface definition in the core layer (see Key Abstractions and Protocol Methods in project config)
Implement the class in the core layer file:
open()is_open state accuratelyclose() MUST be idempotent — safe to call multiple timesUpdate config if new settings are needed:
Update the mock implementation to mirror any new behavior:
Wire into lifespan in the app factory:
Write tests in the core layer test file (see test file mapping in project config):
open() / close() lifecycleget_info() returns expected structureis_open property accuracyVerify: Run the test command and the type-check command (see project config)