Skills

The skills this repo ships, by tier, each with a quick health read. Install the user skills with:

adom-wiki skills install adom/adom-bridge-sdk
No maintainer skills. This open-source app ships no dev-skills/ or publish-skills/, so a contributor (or their AI) has no in-repo guide to build, debug, or publish it. Consider adding them; they stay source-only and never ship in the tarball.
main skill adom-bridge-sdk view SKILL.md

START HERE to build a bridge for Adom Bridge - a small local server that adds a namespace of verbs (kicad_, fusion_, pup_, your_prefix_) to Adom Bridge. The orientation skill: the ONE principle (rich _hint/_next in every verb's OUTPUT, because the AI reads CLI output and almost never your on-disk SKILL.md), the three artifacts you publish, where every file lives, the ab-core-vs-author boundary, and a map to the rest of the SDK skill library. Read this first, then load the specific skill for the phase you are in.

435 lines · 6.9kw · longpreamblenamedescription (long)triggersuser-invocablestructureheadingsexample
sub-skill bridge-author view SKILL.md

No description in this skill's frontmatter.

264 lines · 1.9kw · longpreamblenamedescriptiontriggersuser-invocableparent linkstructureheadingsexample
sub-skill bridge-dev-template view SKILL.md

No description in this skill's frontmatter.

150 lines · 1.7kwpreamblenamedescriptiontriggersuser-invocableparent linkstructureheadingsexample
sub-skill bridge-publish-template view SKILL.md

No description in this skill's frontmatter.

243 lines · 2.0kwpreamblenamedescriptiontriggersuser-invocableparent linkstructureheadingsexample
sub-skill bridge-user-skill-template view SKILL.md

No description in this skill's frontmatter.

143 lines · 1.3kwpreamblenamedescriptiontriggersuser-invocableparent linkstructureheadingsexample
sub-skill shipping-a-bridge view SKILL.md

How to ship + UPDATE a third-party Adom Desktop bridge so AD actually picks it up. The cardinal fact authors get wrong: AD reads ONLY the bridge RELEASE ARTIFACT (a manifest + a zip), NEVER the git Files tab of your wiki page - so pushing your source to the repo updates what humans browse but does NOT reach AD. Covers building the manifest + versioned zip (files at zip root), the wiki .zip-upload trap (host the bytes as .bin), the canonical owner-scoped file URL (not the legacy /api/v1 alias), bridge_install (first time - records the manifest URL for auto-update, AD 1.9.26+) vs refresh_bridges (after; no manual kill on AD 1.9.27+), verifying with bridge_check_updates, and the rule that a new verb must be added to bridge.json verbs[] (and to your describe verb) or AD won't route it. Read when cutting a new bridge version, adding a verb, or when "AD is still running the old bridge". Companion to the bridge SDK guide (bridge.json schema + hello-python/hello-rust templates).

87 lines · 961wpreamblenamedescription (long)triggersuser-invocableparent linkstructureheadingsexample

Health: the size chip is green when right-sized, yellow when getting long, red when the model likely skims it. A green check is a passed preamble/structure signal; an amber mark is a gentle nudge, not a hard failure.