What it does
This skill provides the operational capabilities needed to manage a Twenty app from local development through to production. It allows an agent to handle the lifecycle of an app including synchronization, deployment, and runtime debugging.
When to use it
Use this skill when the user needs to:
- Sync app changes to a server using
yarn twenty apply.
- Deploy or uninstall an app from production.
- Manage Twenty remotes (add, list, or switch active instances).
- Troubleshoot failed builds or deployments.
- Inspect runtime logic function logs or execute functions manually for testing.
- Configure GitHub Actions for automated CI/CD.
What's included
- Instructions: Detailed procedural knowledge on using the Twenty CLI for remotes, sync, and deployment.
- Debugging: Guidance on isolating failures across authentication, sync, build, and runtime layers.
- Testing: Instructions for running unit and integration tests using Docker.
Compatible agents
Designed for agents capable of executing shell commands in a Node.js/Yarn environment, specifically optimized for Codex-style plugins.
Not yet audited
This skill has not been reviewed by our automated audit pipeline yet.