Propose a change
Name Last commit message Last updated
bridge-src Publish 0.0.36 20d ago
docs Publish 0.0.36 20d ago
altium-bridge-manifest.json Publish 0.0.36 20d ago
altium-bridge-v0.0.35.zip Publish 0.0.36 20d ago
BRIDGE_VERSION Publish 0.0.36 20d ago
bridge.json Publish 0.0.36 20d ago
install.sh Publish 0.0.36 20d ago
package.json Remove internal identifiers from manifest 10d ago
page.json Remove internal identifiers from page.json 10d ago
README.md Initial commit: app/adom-desktop-altium-bridge 20d ago
SKILL.md Publish 0.0.36 20d ago
uninstall.sh Publish 0.0.36 20d ago

adom-desktop-altium-bridge

Adom Desktop bridge for Altium Designer — add LCSC-tagged parts to file-based libraries

Screenshot of adom-desktop-altium-bridge

Replace docs/screenshot.png with a real screenshot before publishing. The pre-publish lint nags about apps/skills without inline images because visual context dramatically improves discoverability.

Install

adom-wiki pkg install adom-desktop-altium-bridge

Usage

adom-desktop-altium-bridge

Develop

cd adom-desktop-altium-bridge
adom-wiki pkg pack       # build a tarball locally to inspect
adom-wiki pkg publish    # publish to the registry (runs lint first)

Edit-in-place once published:

adom-wiki pkg link adom-desktop-altium-bridge     # point the installed slug at this checkout
# edit files; changes propagate immediately via the symlink convention
adom-wiki pkg unlink adom-desktop-altium-bridge   # restore the published install

Optional package.json fields

Add these to package.json when relevant:

Field Purpose
devDependencies Tools needed for editing this package, not running it (e.g. style guides). Installed only with adom-wiki pkg install --dev.
peerDependencies Packages this one augments. Auto-installed if missing; shared with the rest of the tree.
optionalDependencies Nice-to-have integrations; install failures are non-fatal.
engines.adom-wiki Minimum CLI version, e.g. ">=2.8.0".
scope "runtime" / "dev" / "either": hint to consumers about how this package is meant to be used.
visibility "public" (default) or "private". Set on first publish only.
scripts.prepublish Runs in the project dir before tarball build. Use for code-gen / asset builds.
scripts.postinstall Runs in the module dir after install.sh succeeds. Use for setup.