teamcity-cli Plugin
Plugin Claude Code Development Cloud, Deployment & CI/CDClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
teamcity-cli is a Claude Code plugin that packages an Agent Skill for the open-source teamcity command-line interface, letting Claude interact with a TeamCity CI/CD server without leaving the terminal. According to the GitHub README, the CLI itself can start builds, tail logs, manage queues and agents, and access the REST API directly via teamcity api. The skill is installed with teamcity skill install or, for Claude Code specifically, via /plugin marketplace add JetBrains/teamcity-cli and /plugin install teamcity-cli@teamcity-cli. TeamCity is described on its homepage as 'the Hassle-Free CI/CD Tool by JetBrains'. The CLI is released under the Apache-2.0 license.
Overview
TeamCity is a CI/CD (continuous integration/continuous delivery) tool made by JetBrains, described on its homepage as 'the Hassle-Free CI/CD Tool'. teamcity-cli is an open-source command-line interface for TeamCity, and this plugin bundles an Agent Skill that teaches AI coding agents such as Claude Code how to use that CLI for common TeamCity workflows.
What you can do with teamcity-cli
- List, start, watch, and cancel builds (run list, run start, run watch, run cancel) via the underlying CLI
- Stream build logs in real time with run log/run watch --logs
- Manage build queues (queue list, queue approve, queue remove, queue top)
- Shell into or run commands on build agents (agent term, agent exec) and manage agent state (authorize/deauthorize, enable/disable, move, reboot)
- Work with jobs, projects, and pipelines (list, view, create, tree, VCS, connections, settings)
- Get scriptable --json/--plain output or open any view in the TeamCity UI with --web
- Make raw REST API calls with teamcity api
- Install/update/remove this Agent Skill for Claude Code or other AI agents with teamcity skill install|update|remove
Sources
Original description (English)
Agent skill for interacting with TeamCity CI/CD using the teamcity CLI. Enables Claude to explore builds, view logs, start jobs, manage queues, agents, and more.
History of teamcity-cli
- Plugin Added teamcity-cli