Cursor Plugin Create Rule Plugin Quality Gates

Keep Cursor plugin manifests, paths, and component metadata valid during plugin authoring.

KunanonJ 17550f2 824 B Updated

File contents

Plugin quality gates

When creating or editing Cursor plugins:

  1. Ensure .cursor-plugin/plugin.json exists and includes a valid name.
  2. Keep paths relative and within the plugin directory (no absolute paths, no .. traversal).
  3. Match declared component paths to real files and folders.
  4. Include YAML frontmatter for rules, skills, agents, and commands with required metadata.
  5. Keep plugin scope focused and document installation and usage in README.md.
  6. Save new plugins to ~/.cursor/plugins/local/<plugin-name>/ by default so they are immediately available to Cursor. Only use a different location when the user explicitly requests it.

KunanonJ/ai-skills-hub/tree/main/skills/cursor-plugin-create-rule-plugin-quality-gates commit 17550f23ed

Frequently asked questions

npx skillmds@latest add kunanonj/cursor-plugin-create-rule-plugin-quality-gates