From jb-marketplace
JetBrains Marketplace API. Search plugins, check IDE compatibility, view metadata and version history. Covers: intellij plugin, webstorm plugin, pycharm plugin, goland plugin, rider plugin, marketplace search, plugin compatibility, plugin updates.
npx claudepluginhub yteruel31/claude-marketplace --plugin jb-marketplaceThis skill uses the workspace's default tool permissions.
This skill provides read-only access to the JetBrains Marketplace API.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds production-ready Apache Airflow DAGs with patterns for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch jobs.
Share bugs, ideas, or general feedback.
This skill provides read-only access to the JetBrains Marketplace API.
search_pluginsSearch JetBrains Marketplace plugins by keyword.
Parameters:
query (required): Search querybuild (optional): IDE build number to filter compatibility (e.g., "IC-251.25410.129")max (optional): Max results (1-100, default 10)Example:
Use search_plugins with query: "git worktree" and build: "IC-251.25410.129"
get_pluginGet detailed metadata for a plugin by its numeric ID.
Parameters:
plugin_id (required): Numeric plugin ID from JetBrains MarketplaceExample:
Use get_plugin with plugin_id: 30140
list_updatesList version history and updates for a plugin.
Parameters:
plugin_id (required): Numeric plugin IDsize (optional): Number of updates (1-100, default 10)channel (optional): Release channel filter (e.g., "Stable", "EAP")Example:
Use list_updates with plugin_id: 30140 and size: 5
check_compatibleCheck if plugins are compatible with a specific IDE build number.
Parameters:
build (required): IDE build number (e.g., "IC-251.25410.129")plugin_xml_ids (required): List of plugin XML IDs to checkExample:
Use check_compatible with build: "IC-251.25410.129" and plugin_xml_ids: ["com.github.yoannteruel.jetbrainsworktreeplugin"]
IDE build numbers follow the format <product-code>-<major>.<minor>.<patch>. Common product codes:
| Code | IDE |
|---|---|
| IC | IntelliJ IDEA Community |
| IU | IntelliJ IDEA Ultimate |
| PS | PhpStorm |
| WS | WebStorm |
| PY | PyCharm Professional |
| PC | PyCharm Community |
| GO | GoLand |
| RD | Rider |
| CL | CLion |
| RM | RubyMine |
| AI | Android Studio |
To find your build number: Help → About in any JetBrains IDE.
search_plugins to find a plugin by nameid from the resultsget_plugin with that ID for full metadatalist_updates with that ID for version historySearch for "Docker" plugin, then check_compatible with your IDE build number
List the last 10 updates for plugin 30140 to see release cadence and changelog
Search JetBrains Marketplace for "git worktree" with build: "WS-251.25410.129"
get_plugin for full metadatacheck_compatible returns empty results if no compatible version exists