Skip to content

cursor/plugins

Repository files navigation

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

name Plugin Author Category description (from marketplace)
continual-learning Continual Learning Cursor Developer Tools Incremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only.
cursor-team-kit Cursor Team Kit Cursor Developer Tools Internal team workflows used by Cursor developers for CI, code review, and shipping.
create-plugin Create Plugin Cursor Developer Tools Scaffold and validate new Cursor plugins.
agent-compatibility Agent Compatibility Cursor Developer Tools CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.

Author values match each plugin’s plugin.json author.name (Cursor lists plugins@cursor.com in the manifest).

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

About

Cursor plugin specification and official plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages