TeamCity TeamCity is a build management and continuous integration server from JetBrains. It's used by software development teams to automate the build, test, and deployment processes. Official docs: https://www.jetbrains.com/help/teamcity/ TeamCity Overview - Build Configuration - Build - Project Working with TeamCity This skill uses the Membrane CLI to interact with TeamCity. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the Membrane CLI so you can run from the terminal: Au…