用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill zephyr-rtos命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | zephyr-rtos |
| description | Specialized skill for Zephyr RTOS development and configuration |
| category | RTOS |
| allowed-tools | ["Bash","Read","Write","Edit","Glob","Grep"] |
This skill provides specialized support for Zephyr RTOS development, including device tree configuration, Kconfig management, and integration with Zephyr's extensive subsystems.
rtos-integration.js - Zephyr RTOS setup and integrationsecure-boot-implementation.js - MCUboot and secure bootota-firmware-update.js - Firmware update with MCUbootlow-power-design.js - Zephyr power managementThis skill is invoked when tasks require:
app/
CMakeLists.txt
prj.conf
boards/
my_board.overlay
src/
main.c
&i2c0 {
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
sensor@48 {
compatible = "ti,tmp102";
reg = <0x48>;
};
};
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME="My Device"
CONFIG_BT_GATT_DYNAMIC_DB=y