Loading...
Loading...
Used when you need to chain multiple skills to complete pipeline tasks such as compilation + flashing + monitoring or compilation + flashing + debugging.
npx skill4agent add leokemp223/embed-ai-tool workflowpython scripts/workflow_runner.py --detectpython scripts/workflow_runner.py --listpython scripts/workflow_runner.py --run build-flash-monitor --build-system platformio --project /path/to/projectenvironment-missingtarget-response-abnormal🚀 Executing pipeline: build-flash-monitor (Compilation → Flashing → Serial Port Monitoring)
Build system: platformio
==================================================
[1/3] Compilation
==================================================
$ python .../platformio_builder.py --project-dir /path
==================================================
[2/3] Flashing
==================================================
$ python .../pio_flasher.py --flash --project-dir /path
==================================================
[3/3] Serial Port Monitoring
==================================================
$ python .../serial_monitor.py --listen --port COM42
📊 Result: ✅ Pipeline completed (3 steps)build-keilbuild-cmakebuild-platformioflash-keilflash-openocdflash-platformioserial-monitordebug-gdb-openocddebug-platformio