en un clic
FAE_embedded_code_generation_SKILL
FAE_embedded_code_generation_SKILL contient 4 skills collectées depuis sinemcu, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Convert project documents to readable formats and manage knowledge base. Use when: user needs to convert PDF/Excel/CMSIS-Pack files, build knowledge base indexes, or perform semantic search on technical documents. Supports batch conversion, caching, and RAG retrieval.
Validate and complete input files for FAE code generation. Use when: need to check if all required information is available before generating embedded code, identify missing specs/pin assignments/parameters, and guide user to provide missing inputs. Integrates with doc-convert (datasheets/docs) and net-convert (schematics/netlists).
Generate embedded C code from dual knowledge bases (doc-convert + net-convert). Use when: need to create embedded firmware based on validated project specs. Retrieves MCU specs from doc-convert, hardware connections from net-convert, and generates production-ready C/H files. Requires doc-convert, net-convert, and fae-input-check as prerequisites.
Convert KiCad netlist (.net) files to structured Markdown and manage schematic knowledge base with vector + keyword hybrid retrieval. Use when: user needs to parse .net netlist files, extract MCU pin assignments, build schematic knowledge base, or query netlist information.