What problem does it solve? Managing pages on the Line 7 Arcade (arcade.line7.works) requires driving a specific CLI against a live production site, and invoking the wrong copy of that CLI or skipping confirmation steps can publish stale code or irreversibly delete live pages. This Skill routes every operation through the bundled arcade-publish CLI and enforces safe workflows for publishing, updating, reordering, featuring, and deleting arcade pages. ## Core Features & Use Cases - Publish and update pages: Upload self-contained HTML files (10 MB max, all assets inlined) to stable slug-based URLs, with support for renaming and featuring pages. - Gallery management: List the gallery in real menu order, reorder the wall with a confirmed before/after preview, and toggle featured pins without re-uploading. - Guarded deletion: Deleting a live page always requires an explicit conversational confirmation of the slug, name, and URL before the irreversible CLI call runs. - Use Case: Tony asks to "put this page on the arcade" — the Skill resolves the bundled CLI, publishes the HTML file under a chosen slug with a display name, and reports the live URL. ## Quick Start Ask the assistant to publish a local HTML file to the arcade, for example: "Publish report.html to the arcade with the name Q3 Report."