project-readme
Installation
SKILL.md
Task
Generate or update a README.md for the project at $1 (relative path under packages/<domain>/).
Process
-
Read the project source to understand its purpose and capabilities:
main/*.c,main/*.h— functionality, peripherals, protocolsmain/CMakeLists.txt— component dependenciessdkconfig.defaults— target chip, enabled featuresjustfile— available build/flash/monitor recipesCLAUDE.md— existing project description (if present)WIRING.md— hardware connections (if present)Kconfig.projbuild— configurable options
-
Identify the board and key features (WiFi, Bluetooth, camera, sensors, etc.)
-
Generate README.md following the template below