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.
| Plugin | Category | Description |
|---|---|---|
| Frontend | Developer Tools | React, TypeScript, accessibility, and performance workflows |
| Design | Utilities | UX specs, design systems, handoff, and iteration workflows |
| Data Science | Utilities | Analysis, modeling, experimentation, and reporting workflows |
| iOS | Developer Tools | Swift, SwiftUI, architecture, and testing workflows |
| Android | Developer Tools | Kotlin, Jetpack Compose, architecture, and testing workflows |
| Planning | Utilities | Scope, milestones, risk management, and execution planning |
| Code Review | Developer Tools | Correctness, security, regression checks, and actionable feedback |
| Web Browser | Developer Tools | DevTools-driven debugging, network traces, and repro workflows |
| Documentation | Utilities | READMEs, API docs, architecture notes, and changelog writing |
| Learning | Utilities | Skill maps, practice plans, and feedback loops |
| 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 |
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
└── ...
MIT