Sign InOpen Brain
GitHubGitHub RepoNeeds Review

cursor/plugins

Cursor’s official plugin repository defines a manifest-based package format for bundling skills, rules, MCP servers and agent workflows. It offers concrete patterns for reusable coding-agent tooling.

GitHub
Open Source Open MarkdownOpen JSON
Source Summary

Cursor’s repository is both a plugin specification and a marketplace of official integrations. A root **marketplace.json** indexes standalone directories, each carrying its own **plugin.json** manifest and optionally skills, rules and MCP configuration.

Practical Implication

Use it as a reference when packaging repeatable agent behavior instead of copying prompts between repositories. The included patterns cover plugin scaffolding, agent-friendly CLIs, SDK integrations, memory updates, reviews and planner-worker-verifier handoffs.

Agent-Ready Context
Cursor’s repository is both a plugin specification and a marketplace of official integrations. A root **marketplace.json** indexes standalone directories, each carrying its own **plugin.json** manifest and optionally skills, rules and MCP configuration.

Use it as a reference when packaging repeatable agent behavior instead of copying prompts between repositories. The included patterns cover plugin scaffolding, agent-friendly CLIs, SDK integrations, memory updates, reviews and planner-worker-verifier handoffs.

The catalog mixes coding workflows with remote SaaS connectors, so installing a plugin can expand an agent’s data access and action surface. The supplied material describes structure and capabilities, but provides no compatibility, security or reliability results.
Connected Context · Feed7 Judgment

This gives Cursor users both a concrete plugin packaging reference and a distribution catalog for turning repeated prompts and workflows into versioned skills, rules, agents, and MCP integrations. Against broader portability efforts, it confirms a client-specific marketplace implementation, while its mixed local and remote integrations make manifest compliance only the start of adoption; permissions, trust, compatibility, and reliability still need separate review.

anthropics/claude-plugins-officialThe Claude repository is the closest parallel client-specific marketplace, confirming similar packaging of skills and MCP configuration while reinforcing that official distribution does not establish third-party safety.Introducing Agent PluginsThe shared Agent Plugins format supplies the portability layer beneath client catalogs like Cursor’s, but leaves installation, policy, security, and UX to each client.holaboss-ai/holaOSholaOS pursues shared memory, tools, and apps across multiple agents, whereas Cursor’s repository packages reusable behavior for a particular marketplace; both expand the governance surface beyond prompts alone.PostHog/posthogPostHog illustrates the implementation consequence of marketplace MCP integrations: plugins can expose production telemetry to coding agents, expanding both useful feedback loops and access-control requirements.
Context Map
toolscoding#coding-agents#skills#mcp
Uncertainty
The catalog mixes coding workflows with remote SaaS connectors, so installing a plugin can expand an agent’s data access and action surface. The supplied material describes structure and capabilities, but provides no compatibility, security or reliability results.