# plugins | Cursor | Knowledge Base | Instagit

Cursor plugin specification and official plugins

GitHub Stars: 768

Repository: https://github.com/cursor/plugins

---

## Articles

### [Handling Rate Limits and CursorAgentError Exceptions in Production SDK Deployments](/cursor/plugins/handling-rate-limits-cursoragenterror-exceptions)

Master Cursor SDK deployments by handling rate limits and CursorAgentError exceptions. Learn to use isRetryable for exponential backoff or permanent failure to ensure production stability.

- Tags: best-practices
- Published: 2026-05-25

### [Building Chat and Triage Integrations with Cursor SDK Patterns](/cursor/plugins/building-chat-triage-integrations-cursor-sdk-patterns)

Build chat and triage integrations with Cursor SDK patterns. Use durable patterns for multi-turn bots and resume patterns for scheduled jobs. Learn how to persist state across runs.

- Tags: how-to-guide
- Published: 2026-05-25

### [Managing Plugin Manifests and Component Metadata with Quality Gates in Cursor](/cursor/plugins/managing-plugin-manifests-component-metadata-quality-gates)

Effectively manage plugin manifests and component metadata with quality gates. Cursor's repository enforces strict validation blocking broken metadata before publication.

- Tags: how-to-guide
- Published: 2026-05-25

### [Implementing Verifier Agents for Acceptance Criteria in Orchestrate](/cursor/plugins/implementing-verifier-agents-acceptance-criteria-orchestrate)

Learn to implement verifier agents for acceptance criteria in Orchestrate. Securely validate tasks using Zod schemas and ensure reliable state with handoff parsing.

- Tags: how-to-guide
- Published: 2026-05-25

### [Configuring Slack Integration for Orchestrate Task Status Updates in Cursor Plugins](/cursor/plugins/configuring-slack-integration-orchestrate-task-status)

Easily configure Slack integration for Orchestrate task status updates in Cursor plugins. Mirror task states automatically to Slack threads by setting environment variables.

- Tags: how-to-guide
- Published: 2026-05-25

### [How to Set Up Webhook Integrations with Cursor SDK Agents: A Complete Implementation Guide](/cursor/plugins/setting-up-webhook-integrations-cursor-sdk-agents)

Learn how to set up webhook integrations with Cursor SDK agents. Configure the cloud runtime for background processing in this complete implementation guide.

- Tags: how-to-guide
- Published: 2026-05-25

### [Using Sub-Agents and Resume Functionality with the Cursor SDK: Advanced Orchestration Patterns](/cursor/plugins/using-sub-agents-resume-functionality-cursor-sdk)

Master advanced Cursor SDK orchestration with sub-agents and resume functionality. Persist state, delegate tasks to cloud sub-agents, and resume execution seamlessly.

- Tags: deep-dive
- Published: 2026-05-25

### [Debugging Cursor SDK Error Handling and Retry Logic: Patterns and Best Practices](/cursor/plugins/debugging-cursor-sdk-error-handling-retry-logic)

Master Cursor SDK error handling and retry logic. Learn best practices for startup vs runtime failures in your plugins for robust application performance.

- Tags: best-practices
- Published: 2026-05-25

### [Creating Internal Team Workflows with Cursor Team Kit for CI and Code Review](/cursor/plugins/creating-internal-team-workflows-cursor-team-kit)

Automate CI and code review workflows with Cursor Team Kit. This GitHub CLI plugin provides reusable skills and agents for efficient team collaboration.

- Tags: how-to-guide
- Published: 2026-05-25

### [Building Incremental Memory Updates with the Continual Learning Plugin for AGENTS.md](/cursor/plugins/incremental-memory-updates-continual-learning-plugin)

Effortlessly update your agent's memory incrementally with the Continual Learning plugin. Scan transcripts, extract facts, and merge into AGENTS.md for smarter agents.

- Tags: tutorial
- Published: 2026-05-25

### [How to Group Code Changes by Importance in PR Review Workflows Using Cursor's Canvas Renderer](/cursor/plugins/grouping-code-changes-by-importance-pr-review)

Streamline PR reviews. Cursor's Canvas renderer groups code changes by importance, stratifying diffs into core logic, wiring, and boilerplate for efficient review.

- Tags: how-to-guide
- Published: 2026-05-25

### [Rendering PR Diffs as Interactive Cursor Canvases with the PR Review Canvas Plugin](/cursor/plugins/rendering-pr-diffs-as-interactive-cursor-canvases)

Transform GitHub PR diffs into interactive Cursor Canvases with the PR Review Canvas plugin. Prioritize core logic and organize changes for efficient review.

- Tags: how-to-guide
- Published: 2026-05-25

### [Implementing Agent Compatibility Scans for Repository Validation: A Complete Guide](/cursor/plugins/agent-compatibility-scans-repository-validation)

Master agent compatibility scans for repository validation using the Cursor plugins repo. Learn to orchestrate agents for a comprehensive Agent Compatibility Score.

- Tags: how-to-guide
- Published: 2026-05-25

### [Running Pre-Submission Quality Checks for Marketplace Plugin Submission in Cursor](/cursor/plugins/pre-submission-quality-checks-marketplace-plugins)

Run pre-submission quality checks for your Cursor plugin before marketplace submission. The review-plugin-submission skill validates manifest, components, and documentation against standards.

- Tags: how-to-guide
- Published: 2026-05-25

### [Designing CLIs That Coding Agents Can Run Reliably: Flags, Help, and Idempotency](/cursor/plugins/designing-clis-for-coding-agents)

Learn to design reliable CLIs for coding agents. Master flags, help, and idempotency for deterministic, non-interactive interfaces and machine-readable output. Enhance your tooling.

- Tags: best-practices
- Published: 2026-05-25

### [Building CI Pipelines with the Cursor SDK for Automated Code Review](/cursor/plugins/building-ci-pipelines-with-cursor-sdk-code-review)

Build CI pipelines for automated code review using the Cursor SDK. Integrate cloud agents, manage authentication, and get semantic exit codes for efficient error handling.

- Tags: how-to-guide
- Published: 2026-05-25

### [Configuring MCP Servers for Cursor SDK Integrations: Local and Cloud Setup Guide](/cursor/plugins/configuring-mcp-servers-for-cursor-sdk-integrations)

Learn to configure MCP servers for Cursor SDK integrations. This guide covers local and cloud setups for extending AI agents with tools like filesystems and GitHub.

- Tags: how-to-guide
- Published: 2026-05-25

### [Implementing Streaming Responses with Cursor SDK Agents: A Complete Guide](/cursor/plugins/implementing-streaming-responses-cursor-sdk-agents)

Learn to implement streaming responses with Cursor SDK agents. Use run.stream() to get real-time SDKMessage objects for assistant messages, tool calls, and status updates.

- Tags: how-to-guide
- Published: 2026-05-25

### [Handling Authentication Errors with the Cursor SDK: 401s, Team vs User Keys](/cursor/plugins/handling-authentication-errors-cursor-sdk)

Learn to handle Cursor SDK authentication errors like 401s and differentiate between team vs user keys. Resolve common credential and permission issues effectively.

- Tags: how-to-guide
- Published: 2026-05-25

### [Choosing Between Local and Cloud Runtime for Cursor SDK Agents](/cursor/plugins/local-vs-cloud-runtime-for-cursor-sdk-agents)

The Cursor SDK currently only supports cloud runtime. Learn why and explore potential future options for local runtime execution.

- Tags: comparison
- Published: 2026-05-25

### [Setting up the Cursor TypeScript SDK: Agent.prompt, Agent.create, and Agent.resume Patterns](/cursor/plugins/setting-up-cursor-typescript-sdk-agent-patterns)

Learn to set up the Cursor TypeScript SDK using Agent.prompt, Agent.create, and Agent.resume patterns. Embed Cursor agents into CI or background jobs seamlessly.

- Tags: getting-started
- Published: 2026-05-25

### [How to Configure Structured Handoffs Between Agents in Orchestrate for Task Propagation](/cursor/plugins/configuring-structured-handoffs-between-agents-in-orchestrate)

Learn to configure structured handoffs between agents in Orchestrate for reliable task propagation. Master typed, verifiable messages and automatic fallback routing for efficient workflow.

- Tags: how-to-guide
- Published: 2026-05-25

### [How to Spawn Parallel Cloud Agents with the Orchestrate Plugin: Planners, Workers, and Verifiers Explained](/cursor/plugins/how-to-spawn-parallel-cloud-agents-with-orchestrate-plugin)

Learn to spawn parallel cloud agents with Cursor's Orchestrate plugin. Discover how planners workers and verifiers run concurrently for efficient task execution. Optimize your workflows today.

- Tags: how-to-guide
- Published: 2026-05-25

