---
title: "Cursor Plugins: Specification & Official Marketplace"
section: "raw"
type: "source"
created: "2026-08-23"
updated: "2026-08-23"
canonical: "https://pyweb.dev/wiki/raw/articles/cursor-plugins-marketplace-2026"
---
# Cursor Plugins: Specification & Official Marketplace

**Repository:** https://github.com/cursor/plugins  
**License:** MIT

## Plugin Specification
- **Directory Structure:** Each plugin lives in a root directory configured with a `.cursor-plugin/plugin.json` manifest. The root `.cursor-plugin/marketplace.json` catalogs all registry entries.
- **Bundle Composition:** Plugins bundle procedural skills (`SKILL.md` with YAML frontmatter), workspace rules (`.mdc` format), and Model Context Protocol server definitions (`mcp.json`).

## First-Party Plugins
- **thermos:** Adversarial branch code review powered by parallel specialist subagents.
- **ralph-loop:** Iterative, self-referential agent execution loops for complex refactoring.
- **orchestrate:** Fan-out to parallel cloud agents with planner, worker, and verifier roles.
- **continual-learning:** Transcript-driven updates to repo-level `AGENTS.md` memory files.
- **cli-for-agent:** Design patterns and harnesses for agent-reliable CLI tools.
- **Ecosystem:** Bundles ~20 SaaS integrations (GitHub, Gmail, Playwright, Salesforce, etc.).

---

## Agent Navigation

### Machine endpoints
- Knowledge graph: https://pyweb.dev/api/graph.json
- Graph analysis: https://pyweb.dev/api/graph-analysis.json
- Context index: https://pyweb.dev/llms.txt
