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-desktop-bridges
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-desktop-bridge-sdk view SKILL.md

Author, PUBLISH, and make-discoverable an adom-desktop bridge — a small local server that adds a namespace of verbs (kicad_, fusion_, browser_, your_prefix_) to adom-desktop. Use when building, publishing, updating, prewarming, or debugging a bridge, or deciding what skills to ship. Covers the AD-core-vs-author boundary; the #1 rule (rich hints in EVERY verb's OUTPUT, because the AI reads CLI output, never your on-disk skill); bridge.json; where every file lives (the Release-zip-vs-skills-pkg split, the TWO package.json files [server deps in the zip; the pkg declares dependencies:{adom/adom-desktop}], manifest + runtime-asset placement); the pkg carries ONLY user skills while dev + publish skills live in your source repo (not the pkg); the THREE things you publish (runtime Release zip + manifest, container skills pkg, wiki discovery_triggers); prewarm; and the auto-discover → install-check → use flow.

450 lines · 9.0kw · 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.