skill
molecule-pipeline
Public Made by Adomby adom
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.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
{
"slug": "molecule-pipeline",
"version": "1.1.2",
"type": "skill",
"description": "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.",
"tags": [
"molecule",
"pipeline",
"wiki",
"hydrogen",
"skill"
],
"dependencies": {
"adom/molecule-publish": "^2.0.0",
"adom/adom-molecule": "^1.1.3"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"hero": {
"type": "billboard",
"headline": "One entry point for molecules",
"subhead": "EDA to wiki to Hydrogen - routed, gated, verified",
"screenshot": "docs/shot.png"
},
"discovery_triggers": [
"move molecule from EDA to the wiki",
"move molecule from my computer to the wiki",
"move molecule from wiki to my hydrogen account",
"get molecule into my hydrogen account",
"move a molecule into our system",
"get my board into the adom ecosystem",
"upload my board to the wiki",
"publish my molecule",
"import that molecule to hydrogen",
"ship this board as a molecule",
"molecule pipeline",
"work with my board in adom",
"kicad fusion altium molecule",
"move molecules",
"publish my board",
"board to the wiki",
"view my board in project manager"
],
"discovery_pitch": "THE single entry point for moving molecules through the Adom ecosystem: EDA (KiCad/Fusion/Altium) to the wiki, and wiki to a Hydrogen account. One page, the whole process, every dependency - drop-dead-simple prompts in, consistent verified results out.",
"sample_prompts": [
{
"label": "EDA to wiki",
"prompt": "Move molecule ABC from KiCad on my computer up to the wiki"
},
{
"label": "Wiki to Hydrogen",
"prompt": "Get molecule ABC into my Hydrogen account"
},
{
"label": "Full trip",
"prompt": "Publish my molecule ABC and import it into my Hydrogen account"
}
],
"org": "adom",
"author": {
"name": "Drew Owens",
"email": "[email protected]"
},
"visibility": {
"public": true
}
}