cursor/plugins

Cursor plugin specification and official plugins

What it solves

This repository provides a collection of official and third-party plugins for the Cursor AI code editor, enabling AI agents within the editor to interact with a wide range of external developer tools, SaaS products, and productivity apps.

How it works

Each plugin is a standalone directory containing a manifest file (plugin.json), agent skills defined in Markdown files (SKILL.md), and Cursor rules (.mdc files). Some plugins also include MCP (Model Context Protocol) server definitions to facilitate communication between the AI agent and the external service.

Who it’s for

Developers using the Cursor editor who want to extend the AI's capabilities by giving it the ability to search, read, and manage data across tools like GitHub, Gmail, Salesforce, and various project management or CRM platforms.

Highlights

  • Broad Integration Ecosystem: Includes plugins for productivity (Google Drive, Calendar), developer tools (GitHub, Playwright), and business integrations (Salesforce, HubSpot, Intercom).
  • Agentic Workflows: Features specialized plugins for complex tasks like parallel cloud agent orchestration, deep security audits (Thermos), and iterative AI loops (Ralph Loop).
  • Agent-Specific Tooling: Provides a create-plugin scaffold for building new agent plugins and a TypeScript SDK for building automations.
  • Environment Awareness: Includes tools for auditing repository compatibility and designing agent-friendly CLIs.

Related

  • Project
  • Project
  • Project
  • Project
  • Project