Cursor Agent 59879f849d feat: add cursor-pm plugin with MCP server for project management
- Add cursor-pm plugin with mcp.json defining the cursor-pm MCP server
- MCP server exposes pm_list_tasks, pm_create_task, pm_update_task,
  pm_close_task, and pm_project_summary tools
- Add three skills: manage-tasks, project-status, create-issue
- Register plugin in marketplace.json and README

Co-authored-by: n2parko <n2parko@users.noreply.github.com>
2026-02-23 07:12:54 +00:00
2026-02-17 23:08:13 +01:00
2026-02-11 12:57:31 -08:00
2026-02-11 12:57:31 -08: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
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
Cursor PM Developer Tools Project management MCP server for managing tasks, tracking status, and creating issues

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%