一键导入
FAE_embedded_code_generation_SKILL
FAE_embedded_code_generation_SKILL 收录了来自 sinemcu 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
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.