Skills
Claude Code skills and AI capabilities.
75 skills
Adom UI Design System
How the AI builds and tests interfaces people love to use in Adom. Ships as one installable skill that bundles focused skills (tooltips, floating-windows, toasts, responsive-ui, app-shell, ai-driven-apps, clickable-paths).
adom-wiki pkg install adom/adom-ui-designmolecule-pipeline
Top-level router for moving molecules between EDA tools, the wiki, and Hydrogen: one entry point that routes publish/import intents to the right skill chain and enforces the pipeline invariants.
adom-wiki pkg install adom/molecule-pipelinePCB Design Rules
Canonical PCB fab design rules (DRC) for every popular vendor: one JSON record per vendor, process and layer count, with generated Fusion/EAGLE .dru and .edru, KiCad .kicad_dru plus board-setup JSON, Altium .RUL exports, and a human comparison table. Every number cites the vendor's own capabilities page and the date it was read.
adom
PRIORITY: invoke FIRST for any Adom platform query BEFORE using MCP tools directly. 'containers' / 'list containers' / 'repos' / 'SSH keys' / 'profile' / 'orgs' / 'workspaces' route through adom-cli —
adom-wiki pkg install adom/adomAdom for Altium
The one map of everything Adom can do with Altium Designer. Read this when the user has Altium open (or a .PcbDoc / .SchDoc / .PrjPcb / .SchLib / .PcbLib / .IntLib is present) and you need their options: drive Altium live from the cloud to add parts, read Altium libraries into KiCad, write native Altium .SchLib/.PcbLib/.IntLib, source parts with LCSC/JLCPCB tags, and publish a board as a molecule. Altium is the least-mature of the three EDA surfaces — this page is honest about what works and wha
adom-wiki pkg install adom/altiumkicad10-to-altium
Import KiCad 10 symbols into Altium Designer correctly. Altium 26 supports KiCad through 9 only, so a raw KiCad 10 import silently loses property visibility and every hidden field lands visible. Downgrades v10 to v9 first, then imports headlessly, links the footprint, and repairs visibility.
adom-wiki pkg install barrett-land/kicad10-to-altiumaltium-part-importer
Add any catalog component (resistor, capacitor, inductor, IC, connector, diode) to a user's Altium Designer library with its LCSC/JLCPCB part number attached, so JLCPCB BOM + pick-and-place exports carry it automatically. Drives Altium headlessly via the altium Adom Desktop bridge. Three paths: CREATE a library from a downloaded Altium .IntLib, APPEND a part into an existing library, or REUSE an existing symbol for a new value (clone + parametric footprint, no internet fetch). For Adom's own mac
adom-wiki pkg install barrett-land/altium-part-importerApp Testing
Build a browser-driven end-to-end test suite that RENDERS your web app in real Chrome, clicks every control, fails on any page error, and gates on interaction coverage so a new untested button turns the suite red.
adom-wiki pkg install adom/app-testingBuilding Adom Apps
Build software the AI can drive. Hints are the breakthrough.
adom-wiki pkg install adom/building-adom-appsadom-cli-design
Design conventions for every Rust CLI in the Adom ecosystem. Output formats (OK:/ERROR: + JSON companion), no-color-when-piped, --json for machines and pretty for humans, exit codes, subcommand layout
adom-wiki pkg install adom/adom-cli-designRalph Test
Screenshot, fix, reload. Loop until your app is right.
adom-wiki pkg install adom/ralph-loop-testAdom Theme
The canonical Adom application theme spec: five schemes, exact tokens, font pairings, and the implementation contract.
adom-wiki pkg install adom/adom-themeApp Creator
Use when the user wants to build a new Adom "app", a mini web server that renders its UI in a Hydrogen webview tab.
adom-wiki pkg install adom/app-creatorAdom Wiki
How the Adom Wiki (wiki.adom.inc) works and how to drive it with the adom-wiki CLI: the two storage layers (git page repo vs package registry), hosting source by pushing files (not a tarball), making packages, cutting per-platform releases, and the three-tier skill layout (user skills ship, dev-skills/ and publish-skills/ stay source-only). adom-wiki is the current tool; adompkg is deprecated. Read this first before publishing or installing.
adom-wiki pkg install adom/wikiWiki Light Mode
Any wiki page, captured in verified light mode
adom-wiki pkg install adom/wiki-light-modeDefinitions
Use when the user asks "what is [term]", "define [term]", "what does [term] mean", "glossary", "definitions", or needs clarification on Adom platform terminology.
adom-wiki pkg install adom/definitionsWiki Issue Loop
Close the loop on wiki issues: watch your aggregated notification feed (work-start check, live Monitor, or the wiki-inbox-nudge prompt hook), act on replies, reply on the issue with evidence, and close what is resolved. Ships the nudge hook script and the etiquette every AI thread should run.
adom-wiki pkg install adom/wiki-issue-loopffpup — Firefox (BiDi) bridge
Firefox automation bridge for Adom Desktop — the WebDriver-BiDi sibling of the pup (Chrome) bridge.
adom-wiki pkg install barrett-land/adom-desktop-ffpup-bridgeMake a Wiki Component Page
Create a wiki component page the RIGHT way. Pages are keyed manufacturer-mpn and scoped to ONE DATASHEET, so a datasheet covering six voltages and three packages is ONE page covering all of them, never six pages. Two manufacturers publishing the same MPN are two pages, because their limits genuinely differ. Renders through a hand-built readme.html on the Adom theme tokens with a fixed ten-section shape (identity, at a glance, specifications, symbol+footprint viewers, pin map, variants, assets, i
adom-wiki pkg install adom/adom-component-pageAdom for KiCad
The one map of everything Adom can do with KiCad. Read this when the user has KiCad open (or a .kicad_pro / .kicad_sch / .kicad_pcb / .kicad_sym / .kicad_mod is present) and you need their options: drive KiCad live from the cloud, view boards/footprints without opening it, manage and sync their libraries, source manufacturer-grade parts, create symbols/footprints/3D, and publish a board as a molecule. Each surface links to its canonical tool.
adom-wiki pkg install adom/kicadAdom Wiki Skill Pack
How to use the Adom Wiki without breaking pages — the wiki is six tools in one (git, package manager, releases, discussions, PRs, discovery), and three repo archetypes have emerged from real use: Page, Skillpack, and Family. Plus how to publish rich component pages (chips, molecules, boards). One install, 15 skills, plus a write-up of the design patterns for the people who build the wiki.
adom-wiki pkg install adom/adom-wiki-skillpackaltium-export-molecule
Direct Altium -> OCCT molecule/board path: STEP export (bodies) + Gerber export (copper + silkscreen) -> composited top-face overlay -> step2glb molecule mode. Includes make_overlay.py. Hands off to molecule-publish.
adom-wiki pkg install adom/altium-export-moleculefusion-export-molecule
Ship a Fusion 360 Electronics design to the Adom wiki as a molecule: bridge-driven export (BRD/SCH/F3D/STEP/USDZ/silk), OCCT molecule conversion (anchored GLB + footprint + symbol), component publish, and adom-molecule-import handoff to Hydrogen.
adom-wiki pkg install adom/fusion-export-moleculekicad-export-molecule
Ship a KiCad molecule to the Adom wiki: local KiCad STEP export via the adom-desktop bridge, OCCT molecule conversion (anchored GLB + footprint + symbol), wiki component publish, and handoff to adom-molecule-import for Hydrogen registration.
adom-wiki pkg install adom/kicad-export-moleculeSXSW Panel Vote Assistant
Your AI clicks the heart for you
adom-wiki pkg install adom/sxsw-votekicad-library-install
Install/register a KiCad symbol or footprint library, and hand-generate .kicad_sch / .kicad_mod / .kicad_sym files, without silently corrupting the user's setup. Covers the five silent failure modes (lib tables rewritten on exit, UTF-8 BOM, lib_symbols sub-unit naming, 3D model Z datum, footprint name/filename mismatch) and the headless kicad-cli verification loop.
adom-wiki pkg install adom/kicad-library-installSocial Media Accounts
Where Adom and John social accounts live and how to log in (LinkedIn, X, YouTube). Passwords stay in Google Contacts.
adom-cli
Adom CLI — platform binary for containers, repos, workspaces, orgs, SSH keys, Hydrogen settings, and more
adom-wiki pkg install adom/adom-cliDEPRECATED: Adom Bridge Demo (moved into Adom Bridge)
Run an interactive demo of Adom Desktop features.
adom-wiki pkg install adom/adom-bridge-demoDEPRECATED: Adom Bridge Control (moved into Adom Bridge)
Drive the user's real desktop from the cloud: their Chrome/Edge, headless pup, native UI, the Hydrogen editor, sibling Claude tabs, plus screen recording and video post.
adom-wiki pkg install adom/adom-bridge-controlAgent Ground Rules (Adom ecosystem conduct pack)
Umbrella pack of cross-cutting 'how an AI agent should behave in the shared Adom ecosystem' rules. One install pulls them all. Designed to fold into adom/core later as a single entry. Members: agent-browser-isolation (never hijack the user's real browser tabs) and wiki-notes-via-discussions (leave notes as open discussions, not edits or breadcrumbs).
adom-wiki pkg install adom/agent-ground-rulesHardware Test and Triage
Agent skill: bench methodology for hardware test campaigns — procedure hardening, failure-signature triage, discriminating tests, and the document ledger. Distilled from the Control Panel V2.0.1 Test 0.0 campaign.
Adom Messaging
Adom's canonical tagline, positioning, and word choices for any copy describing the company. Read before writing what Adom is.
Adom Footprint Standard: 300um Solder-Ball Layer
Every Adom footprint carries a hidden User layer of 300um jet-paste ball positions
chip-sourcing-skillpack
Native-browser-first parts sourcing for the whole electronics industry — drive the user's signed-in Chrome/Edge (adom-browser-extension) for real logins + no bot-walls. Root strategy skill + one sub-skill per website. chip-fetcher's default.
Adom Use Cases
Adom is the **world's first AI-native electronics prototyping cloud lab**.
adom-wiki pkg install adom/use-casesKiCad CLI Service
Shared KiCad CLI HTTP API for symbol search, SVG export, footprint operations, 3D model handling, and PCB processing. Runs on a dedicated container so individual user containers don't need kicad-cli i
adom-wiki pkg install kyle/kicad-cliDigital Multimeter
Read and log measurements from SCPI-compatible digital multimeters. Automated voltage, current, and resistance measurements with data logging and trend analysis.
adom-wiki pkg install kyle/digital-multimeterPanel Control
The Adom web app displays a set of interactive panels such as the 3D layout editor and schematic designer. Panels provide live views, controls, and data for the workcell and its hardware. Manipulate t
adom-wiki pkg install kyle/adom-panel-controlAdom API
> **Status: Not yet available.** This API is on the Adom roadmap and is actively being developed. The endpoints, WebSocket events, and CLI wrapper described below represent the planned design. This do
adom-wiki pkg install adom/adom-apiMovie Maker
Record narrated walkthroughs of your Gallia project with screen + mic capture, silence detection, smart playback that skips dead air, timeline markers, and a full video library with thumbnails.
adom-wiki pkg install adom/movie-makerContainer Conduit
WebSocket bridge connecting a main Gallia container to satellite Adom containers — remote command execution, persistent shell sessions, file transfer, system monitoring, and an interactive terminal da
adom-wiki pkg install kyle/container-conduitScreenshot Paste
Paste screenshots from clipboard into the Adom Viewer. Auto-resizes to Claude's ideal 1568px, compresses with sharp, AI-names files via Haiku, and saves both optimized and original versions.
adom-wiki pkg install kyle/adom-screenshot-pasteBasic3dView
Minimal GLB 3D viewer for the Adom Viewer — renders GLB files exactly as-is with zero post-processing. No material fixups, no overlays, no camera tours. Includes toolbar (ground, wireframe, axes, meas
adom-wiki pkg install adom/basic-3d-viewerPCB Footprint Creator
Create professional PCB footprints for KiCad and Fusion 360, preview them interactively in FpView with solder blob visualization, pad hover tooltips, and zoom/pan — then deliver to your local EDA tool
adom-wiki pkg install adom/footprint-creatorKiCad Service
Use when the user asks about the KiCad service, KiCad CLI, DRC validation, ERC, Gerber export, symbol/footprint SVG rendering, STEP/GLB 3D model export, or any headless KiCad operation.
adom-wiki pkg install kyle/kicad-serviceelectrical engineering
Conventions, defaults, and domain knowledge that electrical engineers care about — especially in PCB / hardware-design contexts. Read before designing any UI, CLI, or file format that touches PCB dime
adom-wiki pkg install adom/electrical-engineeringfusion-update-libraries
Update component libraries in a Fusion 360 Electronics PCB design, preserving silkscreen customizations and syncing the 3D board view. Handles the manual push step required by recent Fusion changes.
adom-wiki pkg install adom/fusion-update-libraries