Kapil Sachdeva
Community@ksachdeva
Work like Hell. Share all you know. Abide by your handshake. Have fun !
Agent Skills by Kapil Sachdeva
Showing 23 vetted skills indexed across 1 GitHub repositories.
zephyr-skill-creator
Create and validate modular Zephyr OS skills for embedded firmware tasks.
zephyr-testing
Create and execute Zephyr RTOS unit and integration tests using Ztest, Twister, and FFF mocking frameworks.
zephyr-bluetooth-le
Implement BLE roles and custom GATT services with Zephyr OS.
zephyr-net-socket
Implement TCP, UDP, TLS, and raw socket networking in Zephyr systems.
zephyr-memory
Configure Zephyr RTOS memory allocators like heaps, slabs, and mem_blocks.
zephyr-fs
Mount, format, read, and write files on embedded storage via Zephyr's VFS API.
zephyr-wifi
Configure, implement, and troubleshoot WiFi connectivity on Zephyr OS.
zephyr-devicetree
Create and modify Zephyr devicetree files and generate C macros.
zephyr-netbuf
Explain Zephyr's net_buf subsystem for buffer lifecycle and fragment chain management.
zephyr-kernel-datapassing
Explain Zephyr OS kernel objects for thread and ISR data sharing.
zephyr-device-drivers
Guide creation, configuration, and debugging of Zephyr device drivers.
zephyr-spi
Configure and troubleshoot Zephyr OS SPI subsystems via devicetree and API methods.
zephyr-threading
Implement and control threads and workqueues in Zephyr RTOS.
zephyr-i2c
Configure and deploy Zephyr I2C subsystems in embedded firmware projects.
zephyr-gpio
Configure GPIO pins, interrupts, and callbacks in Zephyr RTOS with devicetree integration.
zephyr-uart
Configure Zephyr UART peripherals across polling, interrupt, and async DMA APIs.
zephyr-settings
Manage device configuration data across storage backends in Zephyr OS.
zephyr-smf
Implement hierarchical state machines with entry, run, and exit actions in Zephyr RTOS.
zephyr-json
Encodes and decodes C structs to/from JSON in Zephyr RTOS environments.
zephyr-isr
Configure and optimize interrupt routines in Zephyr RTOS.
zephyr-kconfig
Create, organize, and troubleshoot Zephyr OS Kconfig files with dependency validation.
zephyr-shell-commands
Develops CLI commands for Zephyr RTOS projects with hierarchical and argument parsing support.
zephyr-storage
Manage persistent key-value storage in Zephyr OS using NVS or ZMS backends.