Skip to content

MatPro-IFE/cursor-team-marketplace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursor Trial Plugins

An example Team Marketplace that includes a set of starter plugins for Cursor.

Included plugins

This repo currently ships five grouped plugins:

  • git-workflows: commit, PR, CI, merge conflict, and branch validation workflows
  • documentation: README updates, weekly review summaries, markdown naming, and docs writing
  • pm: Ticket-oriented PM workflows with MCP config, ticket writing, and board summarization
  • design: wireframes, component design support, and mockup workflow
  • testing-reliability: Datadog dashboards, performance optimization, and testing agents

Repository structure

  • .cursor-plugin/marketplace.json: marketplace manifest and plugin registry
  • plugins/<plugin-name>/.cursor-plugin/plugin.json: per-plugin metadata
  • plugins/<plugin-name>/rules: rule files (.mdc)
  • plugins/<plugin-name>/skills: skill folders with SKILL.md
  • plugins/<plugin-name>/agents: subagent definitions
  • plugins/<plugin-name>/mcp.json: MCP server configuration for each plugin

Validate changes

Run:

node scripts/validate-template.mjs

This checks marketplace paths, plugin manifests, and required frontmatter in rule/skill/agent/command files.

Submission checklist

  • Each plugin has a valid .cursor-plugin/plugin.json
  • Plugin names are unique, lowercase, and kebab-case
  • .cursor-plugin/marketplace.json entries map to real plugin folders
  • Required frontmatter metadata exists in plugin content files
  • Logo paths resolve correctly from each plugin manifest
  • node scripts/validate-template.mjs passes

About

A set of plugins to get you started on Cursor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 79.6%
  • Python 20.4%