Drive and verify the PhotonForge cloud GUI (photonforge.simulation.cloud) from an AI coding session. Make the edits programmatically with the PhotonForge PDA SDK - create and update projects, components, and versions - then drive a real web browser with the Playwright MCP server to open, screenshot, and confirm what the user actually sees in the GUI (the project list, a schematic, port placement, wire routing). The established pattern is 'PDA SDK controls, Playwright verifies': treat the GUI as a verification surface, not a control surface. Use when the user wants to build, edit, or visually verify schematics and applications on the cloud GUI, position a circuit correctly in a schematic, confirm port placement or wiring by screenshot, or reconnect the local photonforge-server so the GUI comes back online.
$npx -y skills add flexcompute/plugin-marketplace --skill photonforge-gui-automationInstalls into the current project.
Run `npx skills use "https://github.com/flexcompute/plugin-marketplace" --skill "flexcompute/plugin-marketplace/photonforge-gui-automation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flexcompute/plugin-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/flexcompute/plugin-marketplace"` and select the relevant skills, then follow their instructions.