Skills
Claude Code skills and AI capabilities.
75 skills
Third-Party Authentication
Sign in with Adom — let users authenticate to your app using their Adom account via Authentication Intents with confirmation codes. Covers the full flow, API reference, code examples, and Google OAuth
adom-wiki pkg install kyle/3rd-party-authAuthenticationIntent Integration
Guide for integrating with the Adom AuthenticationIntent API — device auth flows, headless login, intent-based auth for 3rd-party apps.
adom-wiki pkg install kyle/auth-intentNoah's Dot Font
Hand-drawn 5x9 dot-matrix bitmap font with 54 glyphs (A-Z, 0-9, symbols) and a 9x9 logo mark, for LED matrices, PCB silkscreen art, and pixel displays
adom-wiki pkg install kyle/noahs-dot-fontmolecule-publish
Publish molecules AND generic boards to the Adom wiki - one publisher, two shapes: OCCT conversion (molecule mode with stats gates, or plain for boards), component packaging, adom-wiki publish, APM render assets + component dependencies. Companion to adom-molecule-import.
adom-wiki pkg install adom/molecule-publishKiCad Board Audit
Agent skill for auditing any KiCad board before fab: real ERC/DRC, pad-level netlist extraction from the .kicad_pcb, and a checklist for the bugs ERC can't see — floating mandatory pins, supply pins on GND, wrong straps, wrong-variant feedback dividers, missing pull-ups, impedance class misassignment — verified against datasheets and reported by severity.
adom-wiki pkg install adom/kicad-board-auditadom-library-importer
Install ADOM'S OWN machine pin/contact library into the user's EDA — KiCad, Altium Designer, OR Fusion 360. Fetches the six machine components from the wiki, converts them with adom-lbr into 'Adom Machine Symbols' + 'Adom Machine Footprints' (one combined .lbr for Fusion), and pushes them into the chosen EDA over adom-desktop. Asks which EDA first. Supersedes adom-altium-library-importer (its Altium path is folded in). Not a general component-adder.
adom-wiki pkg install barrett-land/adom-library-importerThree-Musketeers
Execute complex plans and projects with three agents — a Builder, an Adversarial Reviewer, and a Verifier — looping until it genuinely works. The build half of the plan->build pipeline.
adom-wiki pkg install drew2/three-musketeersAdom for Fusion 360
The one map of everything Adom can do with Fusion 360 (Electronics). Read this when the user has Fusion open (or a .f3d / .f3z / .fbrd / .fsch / .lbr is present) and you need their options: drive Fusion live from the cloud, connect to Autodesk cloud designs, update board libraries preserving silk, export to Hydrogen / JLCPCB / STEP, source parts and drop-in .lbr libraries, and publish a board as a molecule. Each surface links to its canonical tool.
adom-wiki pkg install adom/fusionPublish a Hardware Component to the Adom Wiki
The one-stop-shop for publishing a hardware component (or molecule/board) to the Adom Wiki. The whole lifecycle: page anatomy, the clone→edit→preview→push loop and its hard rules, making a great hero image (Hero Component Studio — 16:10, overlay-safe, datasheet-backed), the animated 3D composite, the interactive 3D viewer, ct thumbnails, the datasheet-accuracy audit, and every wiki push/pull gotcha we've hit. Now includes the worked Path B (board) pipeline: STEP-to-GLB, refdes tagging, layer de-
adom-wiki pkg install adom/adom-hardware-component-publishAdom Statusline for Claude Code
The Adom team's Claude Code status line: model name, a 20-segment context-usage bar, and 5-hour session usage in Adom brand truecolor (teal → yellow → red as usage climbs). Pure POSIX sh, no dependencies; one-command install/uninstall that merges settings.json safely.
adom-wiki pkg install adom/adom-statuslineHardware Pipeline
The Fusion CAD to Component-page workflow: export a machine from Fusion via the adom-desktop bridge, convert STEP to a web-grade draco GLB with step2glb, and publish a wiki Component page with the live 3D viewer, using the current viewer, hero, and size contracts.
adom-wiki pkg install adom/hardware-pipelineAdom Basic Parts
The Adom Basic Parts catalog — the 138 commodity passives and LEDs Adom stocks on reels for the PnP line (79 resistors, 40 MLCCs, 11 LEDs, 6 inductors, 2 ferrite beads across 0402/0603/0805), plus machine pins, edge contacts, and specialty parts. Every basic part is listed with its MPN and its wiki component page carrying symbol, footprint, 3D model, and KiCad/Fusion downloads.
adom-wiki pkg install adom/adom-basic-partsProse Style (Adom House Style)
The Adom house writing style. Apply to ALL user-facing copy you write: NO em-dashes (use a comma, colon, or period), and cut the tics that make text read as AI-generated (delve, seamless, robust, leverage, 'it's not just X, it's Y', 'in today's world'). Write plainly, like a person. Read before writing any README, wiki page, release note, chat message, UI string, or docs.
adom-wiki pkg install adom/prose-style[DEPRECATED] Altium SchLib Parser → adom-altium-schlib
DEPRECATED: use adom/adom-altium-schlib. No longer maintained.
adom-wiki pkg install adom/altium-schlib3D Viewer Design
Rules for every 3D viewport in Adom: start from the canonical Babylon viewer (Colby's adom-3d-viewer-babylon9) instead of rolling your own; if you must build one, get camera limits, lighting, and zoom-to-cursor (on by default) right.
fusion-export-for-hydrogen
Export a Fusion 360 Electronics design for Hydrogen — orchestrates AdomBridge fusion_* primitives to produce silkscreen PNGs, board/schematic source (.fbrd/.fsch), and 3D models (.usdz/.step/.f3d); pu
adom-wiki pkg install adom/fusion-export-for-hydrogenAdom for EDA
The top of the map for every EDA tool Adom works with. Read this the moment you find the user in an EDA tool (KiCad, Fusion 360, or Altium) — or when Hydrogen Desktop's setup thread asks 'what EDA doe
adom-wiki pkg install adom/edaTest
Describe test: what it does, who it is for, and how to use it.
adom-wiki pkg install adrianwowk/testWiki Hero Image Skill
Design and render a billboard-grade hero image for any Adom wiki page — the 16:10 dark-mode image (set via page.json) that the wiki page, the landing grid, the Hydrogen Desktop installer, the homepage, and the screensaver all reuse. App name + value prop + one gorgeous shot of the real UI in a floating Windows-style webview window. Readable in one second.
adom-wiki pkg install adom/adom-wiki-hero-imageHands-Free — voice narration
When the user can't look at the screen, narrate replies aloud via adom-tts — verified, queued, replayable.
adom-wiki pkg install adom/hands-freeAdom SF Convert
Native Rust converter: EAGLE/Fusion .lbr + Altium .SchLib/.PcbLib → KiCad, rendering each format's own geometry.
adom-wiki pkg install adom/adom-sfconvertAltium PcbLib — native footprint parser
Native Rust parser for Altium .PcbLib binary footprint libraries — used by chipsmith + concur for cross-source agreement.
adom-wiki pkg install adom/altium-pcblibadom-plan — Exhaustive Plan Review
Expand a sketch into a full plan, then stress-test it with 6+ adversarial debate agents (Opus vs Sonnet pairs) plus a red-team consensus attack and a scored synthesis.
adom-wiki pkg install adom/adom-planWiki Notes via Discussions (leave notes the right way)
Leave a note/request/bug on an Adom Wiki page you do NOT own by opening a DISCUSSION item (an open issue); the owning repo's next agent thread actions and closes it. Don't edit pages you don't own, an
adom-wiki pkg install adom/wiki-notes-via-discussionsFusion JLCPCB Export
Export the complete JLCPCB manufacturing package (gerbers + BOM with LCSC + CPL) from a Fusion board, by asking your AI.
adom-wiki pkg install adom/fusion-jlcpcb-exportAgent Browser Isolation (never hijack the user's tabs)
HARD SAFETY RULE for every Adom agent that drives a browser: never navigate, reload, or close a tab or window you did not create. The native-browser bridge controls the user's REAL Chrome/Edge, full o
adom-wiki pkg install adom/agent-browser-isolationAdom Altium SchLib
Native Rust parser for Altium .SchLib binary symbol libraries — pins + body to KiCad-shaped JSON, native SVG, .kicad_sym export. The symbol counterpart to altium-pcblib.
adom-wiki pkg install adom/adom-altium-schlib