Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.99 KB

File metadata and controls

40 lines (32 loc) · 1.99 KB

Cursor plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Plugins

Plugin Category Description
Teaching Utilities Skill maps, practice plans, and feedback loops
Continual Learning Developer Tools Incremental transcript-driven AGENTS.md memory updates with high-signal bullet points
Cursor Team Kit Developer Tools Internal-style workflows for CI, code review, shipping, and testing
Create Plugin Developer Tools Meta workflows for creating Cursor plugins with scaffolding and submission checks
Ralph Loop Developer Tools Iterative self-referential AI loops using the Ralph Wiggum technique
Gmail Productivity Daily Gmail triage workflows with follow-up scheduling in Calendar
Google Drive Productivity Publish Drive release artifacts with controlled sharing and Chat announcements
Google Calendar Productivity Build meeting briefs from Calendar events with related Gmail and Drive context

Repository structure

This is a multi-plugin marketplace repository. The root .cursor-plugin/marketplace.json lists all plugins, and each plugin has its own manifest:

plugins/
├── .cursor-plugin/
│   └── marketplace.json       # Marketplace manifest (lists all plugins)
├── plugin-name/
│   ├── .cursor-plugin/
│   │   └── plugin.json        # Per-plugin manifest
│   ├── skills/                # Agent skills (SKILL.md with frontmatter)
│   ├── rules/                 # Cursor rules (.mdc files)
│   ├── mcp.json               # MCP server definitions
│   ├── README.md
│   ├── CHANGELOG.md
│   └── LICENSE
└── ...

License

MIT