AgentSkills.site

Cursor plugin · Inspected

Cursor Team Kit

Cursor's own 18-skill kit for CI, code review, shipping, and verification, plus two subagents and two TypeScript rules — deliberately built to work without third-party service integrations.

The broadest first-party plugin in the marketplace: eighteen skills covering the day-to-day loop an engineering team runs on — watch CI, fix CI, review, ship, summarize — bundled with a background CI-watching subagent and two enforceable TypeScript rules.

Who it’s for

Teams that want a ready-made set of CI, review, and shipping workflows in Cursor without wiring up third-party services first. Its README states the kit is designed to be plug and play for exactly that reason.

Published by

Cursor

Distributed from

cursor/plugins

Contains

18 skills, 2 subagents and 2 rules

Version read

1.2.0

Verified

Installing it

/add-plugin cursor-team-kit

Read from the plugin's own README, under "Installation".

Cursor’s documented route works for any marketplace plugin regardless: open Customize in the sidebar, find the plugin, select Install, and choose project or user scope.

What it needs

  • The gh CLI, for the PR and CI skills — loop-on-ci names gh pr checks as its source of truth for PR-attached checks.
  • Playwright, for run-smoke-tests.
  • Cursor subagents, for ci-watcher and the code-quality reviewer.

The 18 skills it ships

Each name below is the skill's own directory name, and each description is drawn from that skill's own frontmatter or the plugin's README — not rewritten from the marketplace listing.

  • loop-on-ciMonitor PR checks and fix failures until green, using gh pr checks as the source of truth.
  • fix-ciFind failing PR checks, inspect logs or external check links, and apply focused fixes.
  • review-and-shipReview the branch for bugs, intent fit, and test coverage; run or write tests; commit focused work; open or update a PR.
  • new-branch-and-prCreate a fresh branch, complete the work, and open a pull request.
  • get-pr-commentsFetch and summarize review comments from the active pull request.
  • make-pr-easy-to-reviewClean noisy history, improve the PR description, and add reviewer guidance without changing behavior.
  • pr-review-canvasmanual onlyGenerate an interactive PR review walkthrough as an HTML page, categorizing files into core versus mechanical changes with moved-code detection. The same skill the standalone PR Review Canvas plugin ships.
  • thermo-nuclear-code-quality-reviewmanual onlyAn extremely strict maintainability review — abstraction quality, giant files, spaghetti-condition growth. The same rubric Thermos ships.
  • verify-thisVerify a claim with fresh local evidence: restate it falsifiably, capture baseline and treatment, compare artifacts, return VERIFIED, NOT VERIFIED, or INCONCLUSIVE.
  • control-cliBuild or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services.
  • control-uiBuild or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI.
  • run-smoke-testsRun Playwright smoke tests, debug failures, and verify fixes.
  • check-compiler-errorsRun compile and type-check commands and report failures.
  • fix-merge-conflictsResolve merge conflicts non-interactively, validate build and tests, and finalize the resolution.
  • deslopRemove AI-generated code slop and clean up code style.
  • weekly-reviewA weekly synthesis of authored commits, split into bugfix, tech debt, and net-new highlights.
  • what-did-i-get-doneSummarize authored commits over a period you specify into a concise update.
  • workflow-from-chatsExtract durable working preferences from recent Cursor chats and convert them into skills, rules, or workflow docs.

Subagents

Cursor subagents the plugin ships. A plugin can carry these; a standalone skill cannot.

  • ci-watcherWatches PR CI for the current branch and reports pass/fail with failure links. Its frontmatter runs it in the background on the fast model.
  • thermo-nuclear-code-quality-reviewTask subagent that runs the code-quality rubric against a diff, after a parent has gathered the diff and file contents.

Rules

Standing guidance installed alongside the skills, as Cursor .mdc rule files.

  • typescript-exhaustive-switchRequire exhaustive switch handling for unions and enums.
  • no-inline-importsKeep imports at module top level for readability and consistency.

The caveat that matters

It installs as one plugin, so you get all eighteen skills or none — there is no per-skill install through the marketplace route.

Cursor plugins

  • ThermosRuns two Cursor subagents in parallel over a branch diff — a correctness/security audit and a strict maintainability rubric — then synthesizes both into one deduplicated, prioritized review.
  • PR Review CanvasA single-skill Cursor plugin that renders a pull request diff as a Cursor Canvas organized by reviewer value — core logic in full, wiring condensed, boilerplate summarized.
  • pstackA 44-skill, two-subagent Cursor plugin built around one sticky mode that matches a request to a named playbook and applies a stated engineering principle at each step.

Skills profiled on this site

  • gh-fix-ciInspects failing PR checks with gh, fetches the GitHub Actions logs, summarizes the failure, then proposes a fix plan and implements it only after explicit approval.
  • gh-address-commentsFinds the open PR for your current branch and works through its review comments with the gh CLI, checking gh auth status first rather than failing halfway through.

Sources and provenance

Everything on this page was read from primary sources published by Cursor: the plugin’s own .cursor-plugin/plugin.json manifest, its README, and the frontmatter of every skill, subagent, and rule it ships, plus the repository’s marketplace manifest for the quoted listing copy. Last checked on .

Cursor’s marketplace copy for this plugin reads: Internal team workflows for CI, code review, shipping, local automation, and verification. — quoted, not assessed.

  • One of its eighteen skills, thermo-nuclear-code-quality-review, is the same rubric the Thermos plugin ships. Thermos's own README says that skill "now lives in Thermos" and asks you to remove the team-kit copy — but as of this check the file is still present in both plugins, so installing both really does give you the reviewer twice.
  • pr-review-canvas is likewise bundled here and also published as its own standalone plugin.

Nobody here has installed or run this plugin. Version numbers and component lists are a snapshot and will drift — the source directory is authoritative. Cursor states that every marketplace plugin is manually reviewed before listing; the criteria are not published in detail and have not been audited here.