ericzakariasson 71c2f40840 Improve subagents per Cursor docs best practices
- security-reviewer: add model/readonly, refine description with 'Use when', add When invoked section
- ci-watcher: add model: fast, is_background: true, 'Use proactively' in description
- browser-debugger: add model: fast, 'Use when' description, MCP browser tools mention

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 15:00:54 -08:00
2026-02-09 12:44:34 -05:00
2026-02-09 12:44:34 -05:00

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
GitHub Developer Tools Actions, API, CLI, Pull Requests, and repository management
Docker Developer Tools Dockerfiles, Compose, multi-stage builds, and containers
LaunchDarkly Developer Tools Feature flags, experimentation, and progressive rollouts
Sentry Observability Error monitoring, performance tracking, and alerting
Firebase Backend Firestore, Cloud Functions, Authentication, and Hosting
MongoDB Backend Schema design, queries, aggregation, indexes, and Mongoose
Twilio SaaS SMS, Voice, WhatsApp, Verify, and communications APIs
Slack SaaS Bolt framework, Block Kit, Events API, and app development
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
Teaching Utilities Concept explanations, exercises, and understanding checks
Documentation Utilities READMEs, API docs, architecture notes, and changelog writing
Presentation PPTX Utilities Narrative design, slide outlines, and PPTX-ready content
Learning Utilities Skill maps, practice plans, and feedback loops
Cursor Dev Kit Developer Tools Internal-style workflows for CI, code review, shipping, and testing

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

S
Description
thermo-nuclear-code-quality-review: Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality…; unslop: Cut AI tells from any writing. Must always apply.; deslop: Remove AI-generated code slop and clean up code style; typescript-best-practices: TypeScript best practices. Use when reading or editing any .ts or .tsx file.; how: Use for "how does X work", code walkthroughs before changing something, an…
Readme 14 MiB
Languages
TypeScript 94.1%
JavaScript 2.6%
Shell 2.4%
CSS 0.8%