skill
Schematic Editor
Public Made by Adomby adom
How the schematic file is structured and how to edit it. All edits are to the raw JSON; the app handles loading and resolving.
{
"slug": "adom-schematics",
"version": "1.0.0",
"type": "skill",
"description": "How the schematic file is structured and how to edit it. All edits are to the raw JSON; the app handles loading and resolving.",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
}
}