Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

plugins-index.json can drift out of sync with actual plugin directories #60

Description

@StencilwashCoder

The plugins-index.json file serves as the registry for all available plugins, but there's no automated check that every plugin listed in the index actually has a corresponding directory in plugins/.

As plugins are added, renamed, or removed, the index can drift out of sync with the filesystem. This leads to:

  • Broken links in the marketplace
  • Users trying to install plugins that don't exist
  • The plugin finder referencing missing skills

A simple CI check or pre-commit hook that verifies every entry in plugins-index.json has a matching plugins/<name>/ directory would prevent this. Conversely, it should also check that every plugin directory is listed in the index.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions