plugin-manager

Maintain plugin packaging for both ecosystems in a single repository, using a shared plugins/ directory and a shared top-level skills/ source of truth.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plugin-manager" with this command: npx skills add neondatabase/agent-skills/neondatabase-agent-skills-plugin-manager

Plugin Manager

Maintain plugin packaging for both ecosystems in a single repository, using a shared plugins/ directory and a shared top-level skills/ source of truth.

Working Rules

  • Keep each plugin self-contained in plugins/<plugin-name>/ .

  • Keep shared reusable skill content in top-level skills/ .

  • Expose shared skills per plugin via symlinks in plugins/<plugin-name>/skills/ .

  • Keep MCP config plugin-local at plugins/<plugin-name>/mcp.json .

  • Keep both marketplace manifests at repo root:

  • .claude-plugin/marketplace.json

  • .cursor-plugin/marketplace.json

Required Plugin Layout

For every plugin, ensure this layout exists:

plugins/<plugin-name>/ .claude-plugin/plugin.json .cursor-plugin/plugin.json skills/ <skill-name> -> ../../../skills/<skill-name> # symlink mcp.json assets/

Create or Update a Plugin

  • Create plugins/<plugin-name>/ .

  • Add both manifests:

  • plugins/<plugin-name>/.claude-plugin/plugin.json

  • plugins/<plugin-name>/.cursor-plugin/plugin.json

  • Add or update plugins/<plugin-name>/mcp.json for plugin-specific MCP servers.

  • Symlink required top-level skills into plugins/<plugin-name>/skills/ .

  • Add plugins/<plugin-name>/assets/logo.svg for Cursor.

  • Register plugin in both marketplaces using source: "./plugins/<plugin-name>" .

  • Validate JSON and path references before finishing.

Manifest Guidelines

  • Claude plugin manifest

  • Path: plugins/<plugin-name>/.claude-plugin/plugin.json

  • Prefer plugin-local relative paths, for example:

  • "skills": "./skills/"

  • "mcpServers": "./mcp.json"

  • Cursor plugin manifest

  • Path: plugins/<plugin-name>/.cursor-plugin/plugin.json

  • Prefer plugin-local relative paths, for example:

  • "skills": "./skills/"

  • "mcpServers": "./mcp.json"

  • "logo": "assets/logo.svg"

  • Marketplace manifests

  • .claude-plugin/marketplace.json uses source: "./plugins/<plugin-name>" .

  • .cursor-plugin/marketplace.json uses metadata.pluginRoot: "plugins" and plugin entries with source: "<plugin-name>" .

References

  • For detailed examples and checklists, read references/plugin-guidelines.md .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

neon-postgres

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

claimable-postgres

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

neon-postgres-egress-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review