npx claudepluginhub beriberikix/zephyr-agent-skills --plugin zephyr-moduleThis skill uses the workspace's default tool permissions.
Develop, test, and debug Zephyr applications with the speed and convenience of your host machine.
Guides Zephyr RTOS testing and debugging using Ztest for unit/integration tests, Twister for HIL/SIM automation, and tracing tools like SystemView and Thread Analyzer. Useful for unit tests, CI/CD pipelines, and performance analysis.
Manages iOS Simulator devices via xcrun simctl: create/boot/erase/delete, app install/launch, push/location/permissions simulation, deep links, screenshots/videos/logs.
Manages iOS Simulator devices (boot, create, delete) and apps (install, launch) via execute_simulator_command MCP tool for lifecycle, diagnostics, troubleshooting.
Share bugs, ideas, or general feedback.
Develop, test, and debug Zephyr applications with the speed and convenience of your host machine.
Understand when to use native_sim vs. QEMU and how to map host resources.
west build -b native_sim.Use professional host tools to find the most elusive bugs.
gdb, valgrind, gprof, pcap.The foundation of modern firmware development.
testing-debugging skill (Phase 3) for comprehensive testing workflows.twister -p native_sim.# Build for host
west build -b native_sim samples/hello_world
# Run the app
./build/zephyr/zephyr.exe
# Debug with GDB
west debug
west build -b native_sim succeeds for at least one sample and one app target.simulation_basics.md: Architectural overview and usage patterns.debugging.md: GDB, Valgrind, and profiling guide.native_log_scan.py: Failure signature scanner for native_sim logs.native_sim_ci_checklist.md: CI simulation review checklist.