What problem does it solve? Updating an already published website normally risks losing the original node, URLs, or deployment configuration. This Skill guides the safe editing of an existing deployed site so changes are applied in place while preserving the original node and its primary and alias URLs. ## Core Features & Use Cases - Trusted Source Handling: Uses the Desktop Edit entry's node_id and workspace source_path directly, without downloading or checking out code. - Build and Test Workflow: Reuses the project's lockfile and package manager, runs affected tests, executes the real build command, and verifies a valid index.html output. - Safe Redeployment: Requires explicit user confirmation after warning about private cloud upload and the absence of a secrets scanner, then calls website_deploy with the existing node_id. - Use Case: A user wants to fix a typo and update the styling on their live site. The Skill edits the workspace source, rebuilds the project, and redeploys to the same node so the original URLs keep working. ## Quick Start Ask the agent to edit the deployed website opened from its page's Edit action, for example to change the homepage headline and redeploy it in place.