teamcity-cli

teamcity-cli is a skill for Claude Code, Codex from JetBrains/MPS. It costs 42 tokens per session (866 once invoked), scanned A, original, Apache-2.0.

A command-line tool for working with TeamCity, a system that automatically builds, tests, and deploys software.

In plain words
What is it for?
Use it to list, start, watch, inspect, cancel, and diagnose TeamCity builds, jobs, queues, agents, build chains, and pipelines.
Why use it?
It helps developers inspect failed builds and pipelines using the right TeamCity concepts and avoids common mistakes such as reading empty composite-build logs.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jetbrains/mps/teamcity-cli
Any agent
npx skills add JetBrains/MPS --skill teamcity-cli
Clone the repo
git clone --depth 1 https://github.com/JetBrains/MPS

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for teamcity-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/jetbrains/mps/teamcity-cli.svg)](https://agentmods.dev/skills/jetbrains/mps/teamcity-cli)
Your own site
<a href="https://agentmods.dev/skills/jetbrains/mps/teamcity-cli"><img src="https://agentmods.dev/badge/skills/jetbrains/mps/teamcity-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 866 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00042 $0.00866
Opus 5 $0.00021 $0.00433
Sonnet 5 $0.00008 $0.00173
Haiku 4.5 $0.00004 $0.00087

Measured 4d ago against content hash 7139ad7c3195, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

teamcity-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/teamcity-cli/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TeamCity CLI (teamcity)

teamcity auth status                    # Check authentication
teamcity run list --status failure      # Find failed builds
teamcity run log <id> --failed --raw    # Full failure diagnostics

Do not guess flags or syntax. Use the Command Reference or teamcity <command> --help. Builds are runs (teamcity run), build configurations are jobs (teamcity job). Never use --count — use --limit (or -n).

Gotchas

  • Composite builds have empty logs — drill into child builds for the actual failure.
  • Build chains fail bottom-up — the deepest failed dependency is the root cause, not the top-level build. Use teamcity run tree <id>.
  • --local-changes excludes Kotlin DSL — push .teamcity/ changes before running.
  • Always use --raw for logs and dump to a temp file. Always use --watch when starting builds.
  • VCS triggers aren't always configured — after pushing a fix, you may need to start builds manually.
  • pipeline push does not validate — always run teamcity pipeline validate first.

Core Commands

Area Commands
Builds run list, view, start, watch, log, cancel, restart, tests, changes, tree
Artifacts run artifacts, run download
Metadata run pin/unpin, run tag/untag, run comment
Jobs job list, view, tree, pause/resume, param list/get/set/delete
Projects project list, view, tree, param, token put/get, settings export/status/validate
Queue queue list, approve, remove, top
Agents agent list, view, enable/disable, authorize/deauthorize, exec, term, reboot, move
Pools pool list, view, link/unlink
Pipelines pipeline list, view, create, validate, pull, push, delete
API teamcity api <endpoint> — raw REST API access

Read the full file on GitHub · 57 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 57 lines · 42 tokens per session scan A 7139ad7c3195

Subscribe to this mod's changes

teamcity-cli is a skill published in the GitHub repository JetBrains/MPS (1,657 stars, last pushed yesterday), licensed Apache-2.0. It adds 42 tokens to every session and 866 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

langium

A comprehensive skill to understanding how Langium-based projects work — from grammar definition through code generation, runtime parsing, linking, validation, and LSP integration.

eclipse-langium/langium-ai · 33 tokens

lai-gen-evals

Expand and refine the evaluation suite for a Langium DSL project. Generates comprehensive eval files that cover syntactic correctness, semantic validity, user intent matching, edge cases, and language understanding.

eclipse-langium/langium-ai · 42 tokens

lai

Guide for using the langium-ai (LAI) CLI to generate language descriptors, synthesize system prompts, run evaluations, and iteratively refine AI-powered tooling in Langium projects. Use when working with lai commands, descriptors, or evaluation files.

eclipse-langium/langium-ai · 52 tokens

lai-gen-descriptor

Generate or refine a language descriptor for a Langium DSL project. Bootstraps a new descriptor via lai gen descriptor if none exists, then guides refinement of paths, services, examples, documentation, and structure.

eclipse-langium/langium-ai · 49 tokens

lai-gen-mcp

Generate a Model Context Protocol (MCP) server that exposes a Langium DSL's parser and validator as an MCP tool, allowing any MCP-compatible client to validate DSL code and receive diagnostics.

eclipse-langium/langium-ai · 43 tokens

lai-gen-language-skill

Skill for generating a skill for understanding a specific Langium-based DSL. Used in cooperation with the lai & langium skills for understanding.

eclipse-langium/langium-ai · 33 tokens