# adom-basic-parts-summary

A one-file lead/summary skill for the **138 Adom basic parts** — the commodity passives + LEDs that Adom keeps on reels (79 resistors, 40 MLCCs, 11 LEDs, 6 inductors, 2 ferrite beads, across 0402 / 0603 / 0805). One stop for what the basic parts are, where each one lives on the wiki, how to query the live inventory, and which sub-skills cover deeper concerns (CAD fetching, parts search, Fusion library export).

**Why this exists:** Agents asked to build a Fusion library from Adom's basics have wasted hours reverse-engineering where the parts live and have wrongly concluded "no passives are on the wiki" when in fact **128 of the 138** basic parts have full component pages on `wiki.adom.inc/component/<slug>` with symbol + footprint + 3D + `kicad_sym`/`kicad_mod`/`step`/`glb`/`lbr` downloads. This skill hands the AI the full slug list up front.

> **Note:** this is the *summary* skill — a populated catalog of MPN → wiki-slug. The sibling skill page [`adom-basic-parts`](https://wiki.adom.inc/skill/adom-basic-parts) (by Drew Owens) is a higher-level catalog template covering the same domain. Use whichever fits your task; this one is best when you want every MPN's wiki page in one file.

## Install

```bash
adom-wiki pkg install adom-basic-parts-summary
```

Drops `SKILL.md` into `~/.claude/skills/adom-basic-parts-summary/` so Claude Code auto-discovers it on the next prompt.

## Usage

Once installed, ask Claude things like:

- "What are the Adom basic parts?"
- "Where's the STEP file for the amber 0603 LED?"
- "List every Adom 0402 resistor with its wiki page."
- "Which basic parts are missing CAD?"
- "Build a Fusion 360 library of Adom's basic resistors."

Or read [`SKILL.md`](SKILL.md) directly — it has the full per-type / per-package tables, sub-skill routing, and a task-to-skill map.

## Related

- [adom-basic-parts](https://wiki.adom.inc/skill/adom-basic-parts) — Drew Owens' broader catalog skill (template-style, complementary).
- [adom-inventory](https://wiki.adom.inc/skill/adom-inventory) — live REST API for stock, pricing, BOM availability.
- [chip-fetcher](https://wiki.adom.inc/skill/chip-fetcher) — pull manufacturer-grade CAD for any MPN.
- [adom-parts-search](https://wiki.adom.inc/skill/adom-parts-search) — Mouser + DigiKey + JLCPCB unified search.
