Discover and explore top open-source AI tools and projects—updated daily.
cursorAI developer tool plugin framework and SDK
Top 62.5% on SourcePulse
This repository defines the specification for Cursor plugins and hosts official plugins designed to extend the Cursor IDE. It targets developers and teams seeking to integrate AI assistance more deeply into their workflows by providing pre-built extensions for popular developer tools, frameworks, and SaaS products. The primary benefit is enhanced productivity through AI-powered features like intelligent code review, navigable documentation, and robust agent compatibility.
How It Works
The project is structured as a multi-plugin marketplace. Each plugin is a self-contained directory containing its own .cursor-plugin/plugin.json manifest, detailing its metadata and capabilities. A central .cursor-plugin/marketplace.json file at the repository root aggregates all plugins, serving as the marketplace manifest. This architecture promotes modularity, allowing for easy addition, discovery, and management of extensions that can include agent skills, custom rules, and MCP server definitions.
Quick Start & Requirements
The provided README does not contain explicit installation instructions, quick-start commands, or specific non-default prerequisites. Development or usage likely requires familiarity with the Cursor IDE and its plugin ecosystem, potentially involving Node.js/TypeScript given the mention of @cursor/sdk.
Highlighted Details
Maintenance & Community
The README does not specify community channels (e.g., Discord, Slack), provide a roadmap, or list notable contributors, sponsorships, or partnerships.
Licensing & Compatibility
The repository is licensed under the MIT License. This permissive license generally allows for commercial use, modification, and distribution without significant restrictions, making it suitable for integration into proprietary software.
Limitations & Caveats
The provided README does not explicitly detail any limitations, such as alpha status, known bugs, unsupported platforms, or potential deprecations.
2 days ago
Inactive