What problem does it solve?
Operating an existing Twenty app involves many moving parts: remotes, sync, builds, deploys, logs, and CI/CD. This Skill guides you through managing and troubleshooting the full operational lifecycle of a Twenty app, from syncing changes to a server to deploying to production and diagnosing failures.
Core Features & Use Cases
- Remote Management: Add, list, and switch Twenty server remotes, including local and production targets with stored credentials.
- Sync, Build & Deploy: Apply app changes with bounded sync, 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 apply output, function logs, and manual function execution.
- Use Case: Your deploy to production failed. Use this Skill to identify the failing layer, run
yarn twenty apply --verbose, inspect function logs, and redeploy with a bumped semver version.
Quick Start
Ask the assistant to sync your Twenty app changes to the active remote and check the logs for a failing logic function.