What problem does it solve? Operating an existing Twenty app involves many moving parts: configuring remotes, syncing changes, building, deploying, reading function logs, and wiring CI/CD. This Skill guides the AI through those operational workflows safely, with confirmation gates for production-affecting actions. ## Core Features & Use Cases - Remote Management: Add, list, and switch Twenty server remotes, including local and production targets with stored credentials. - Sync, Build & Deploy: Run one-shot syncs with yarn twenty apply, build packages, publish privately or to npm, and install or uninstall apps on target workspaces. - Troubleshooting & Logs: Diagnose failures across remote, sync, build, deploy, and runtime layers using verbose sync output and function logs, and execute logic functions manually with test payloads. - Use Case: You changed your app and want it live. Ask the AI to sync changes to the staging remote, verify with function logs, then publish and install a new version to production after confirmation. ## Quick Start Use the manage-app skill to sync my Twenty app changes to the active remote and show me the recent function logs.