cursor-team-kit

Indexes imported Cursor Team Kit workflows for CI, code review, and shipping in OpenCode.

3|Updated Apr 8, 2025
One-click install
npx skills add https://github.com/ZanzyTHEbar/dragonarchy --skill cursor-team-kit-zanzythebar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cursor-team-kit
Source: https://github.com/ZanzyTHEbar/dragonarchy/tree/main/packages/opencode/.config/opencode/skills/cursor-team-kit
Command: npx skills add https://github.com/ZanzyTHEbar/dragonarchy --skill cursor-team-kit-zanzythebar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers adopting OpenCode lose access to the Cursor Team Kit's internal workflows for CI monitoring, code review, shipping, and test reliability. This Skill indexes the imported plugin so you can discover which Team Kit workflow, agent, or policy applies to your current task. ## Core Features & Use Cases - Workflow Discovery: Lists 18 imported skills such as loop-on-ci, review-and-ship, fix-ci, pr-review-canvas, and deslop with descriptions of what each does. - Agent Registry: Documents the ci-watcher and thermo-nuclear-code-quality-review agents, both selectable and usable as Task subagents. - Policy Reference: Explains contextual TypeScript policies (exhaustive switch handling, no inline imports) applied through global AGENTS.md guidance. - Use Case: You ask which Team Kit workflow handles a failing GitHub Actions run; the index points you to fix-ci or loop-on-ci and explains the difference. ## Quick Start Ask which Cursor Team Kit workflow to use for reviewing and shipping your current branch.

Frequently Asked Questions about cursor-team-kit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the Cursor Team Kit plugin for OpenCode?

Cursor Team Kit is an OpenCode-normalized import of Cursor's internal developer workflows covering CI, code review, shipping, and test reliability. It provides 18 skills, 2 agents, and TypeScript policies that run with local tools like git, gh, and test runners.

How do I fix failing CI with Cursor Team Kit?

Use the fix-ci skill to find failing CI jobs, inspect logs, and apply focused fixes, or use loop-on-ci to watch CI runs and iterate on failures until checks pass. The ci-watcher agent can also monitor GitHub Actions continuously.

Does Cursor Team Kit require third-party service integrations?

No, the kit is designed to work with local tools such as git, gh, test runners, and browser or terminal harnesses. It does not require external service integrations beyond these standard development tools.

Which Team Kit skill should I use for pull request review?

Use review-and-ship for a structured review with commit and PR creation, pr-review-canvas for an interactive HTML walkthrough of diffs, or make-pr-easy-to-review to clean noisy history and improve descriptions.

What agents are included in Cursor Team Kit?

The kit includes ci-watcher, which monitors GitHub Actions and PR-attached checks, and thermo-nuclear-code-quality-review, which applies a strict maintainability rubric to diffs. Both use mode: all, making them selectable agents and Task subagents.