board-support
Installation
SKILL.md
Board Support
This is the authoritative AI-facing exact-board reference and lookup entry point
for the repository's source-backed board inventory. It resolves a named target to one exact profile,
extracts capabilities and risks, and hands the result to downstream skills. It
does not replace board-selection, which owns choosing or replacing a board
from project requirements.
Read First
- Read the shared Arduino skill contract.
- Read the board inventory and the AI reference schema.
- Read the matched Markdown profile and its fact-to-source map from
../../references/boards/. - Load
../pin-assignment/SKILL.mdonly when the user also asks for a GPIO allocation or declarations. - Load
../embedded-project-loop/SKILL.mdfirst when the request includes wiring, flashing, powering, measurement, recovery, or multi-session work.