بنقرة واحدة
develop
Full development cycle - build, flash, and monitor
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Full development cycle - build, flash, and monitor
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Debug static, hiss, or noise on embedded I2S audio (ESP32 + MAX98357A / PCM DACs), especially streamed PCM. Measure the signal at each pipeline stage instead of guessing at the amp. Use when audio plays but sounds wrong.
Generate a printable Typst build guide (source + PDF) for an ESP32/MCU project by analyzing its docs, source, and schematic
Register a project in the monorepo — justfile mod, CI matrix, standard file inventory
Standardize credential handling for an ESP32 project (credentials.h.example, .gitignore, pre-commit protection)
Set up ESP-IDF development environment, create new projects, and verify configuration
Generate a CLAUDE.md for a project with build commands, hardware constraints, architecture, and development tasks
| name | develop |
| description | Full development cycle - build, flash, and monitor |
| argument-hint | [project-name] |
| allowed-tools | Bash(just:*), Bash(docker:*) |
Execute the full development cycle: build (containerized), flash (native), and monitor (native).
$ARGUMENTS may contain:
robocar-main or main - Main controller developmentrobocar-cam or cam - Camera module developmentwebserver - ESP32-CAM webservertelegram - LLM Telegram bot developmenti2s-audio or audio - ESP32-CAM audiokids-audio - Kids audio toyBased on project name:
robocar-main or main: just robocar::develop-mainrobocar-cam or cam: just robocar::develop-camwebserver: just webserver::developtelegram: just telegram::developi2s-audio: just i2s-audio::developkids-audio: just kids-audio::developPorts are auto-detected. Override with: PORT=/dev/... just <module>::develop
Before running the develop command for ESP32-CAM projects:
The development command ends with serial monitor via pyserial.