Skip to content

Plugins from third-party marketplaces don't appear in /plugin list #16585

@OmarAbdo

Description

@OmarAbdo

Bug Description

Plugins installed from third-party marketplaces (non-official) don't appear in the /plugin list command output, even though they are correctly installed and registered in installed_plugins.json.

Steps to Reproduce

  1. Add a third-party marketplace (e.g., claude-code-workflows from wshobson/agents)
  2. Install a plugin from that marketplace: /plugin install git-pr-workflows@claude-code-workflows
  3. Run /plugin or /plugin list to view installed plugins
  4. The plugin doesn't appear in the list
  5. Try to install again: /plugin install git-pr-workflows@claude-code-workflows
  6. Get message: "Plugin 'git-pr-workflows@claude-code-workflows' is already installed"

Expected Behavior

All installed plugins should appear in the /plugin list, regardless of which marketplace they came from.

Actual Behavior

  • The install command correctly recognizes the plugin is already installed
  • The plugin files exist in ~/.claude/plugins/cache/
  • The plugin is registered in ~/.claude/plugins/installed_plugins.json
  • But the list command shows nothing (or only official plugins)

Environment

  • OS: Windows 11
  • Claude Code Version: Latest (as of 2025-01-07)

Additional Context

The installed_plugins.json shows plugins with "isLocal": true flag. This might be causing the filtering issue:

"git-pr-workflows@claude-code-workflows": [
  {
    "scope": "user",
    "installPath": "C:\Users\Omar\.claude\plugins\cache\claude-code-workflows\git-pr-workflows\1.2.1",
    "version": "1.2.1",
    "installedAt": "2026-01-03T15:52:03.936Z",
    "lastUpdated": "2026-01-03T15:52:03.936Z",
    "isLocal": true
  }
]

The known_marketplaces.json correctly shows both marketplaces:

  • claude-plugins-official (from anthropics/claude-plugins-official)
  • claude-code-workflows (from wshobson/agents)

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:toolsbugSomething isn't workinghas reproHas detailed reproduction stepsplatform:windowsIssue specifically occurs on Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions