What problem does it solve? Sharing a point-in-time view of your project dashboard normally means manually capturing a snapshot, figuring out which cloud remote is configured, and running the upload yourself. This Skill chains the existing snapshot capture and rclone upload scripts into one step, so a dashboard snapshot lands in cloud storage with a single request. ## Core Features & Use Cases - One-step snapshot and upload: Sequences the j-dashboard snapshot script with a templated rclone copyto upload, adding no new capture or upload logic of its own. - Remote selection handling: Reads rclone listremotes output to auto-select a single configured remote, prompt when several exist, or direct you to j.cloud-connect when none are configured. - Deterministic destination paths: Uploads to JengaAI/<repo-directory-name>/<UTC-datetime>-board-snapshot.html on the chosen remote, independent of the local filename. - Use Case: After a sprint review, ask to share the dashboard snapshot to your Google Drive remote, and the Skill captures the board state and uploads the single-file HTML bundle in one flow. ## Quick Start Ask the agent to snapshot the dashboard and upload it to your configured cloud remote, optionally naming a specific rclone remote such as gdrive.