Can cursor show hook in local plugin?

i created local plugin with hook, want to verify, it can’t show hooks in local, and i checked superpowers in marketplace, it has that, i am not sure is that impcated by marketplace or not?

Not Marketplace-gated. Local plugin hooks still load and run.

The Hooks list on the plugin detail page is only filled for Marketplace catalog plugins right now, so a local plugin won’t show that section even when it has hooks. Superpowers appears because its catalog metadata includes sessionStart.

To verify yours is active, open Cursor Settings → Hooks (and Execution Log after triggering the event). As long as your plugin ships hooks/hooks.json (or declares hooks in the manifest), it should be available there.

We’ve logged the missing Hooks section on the local plugin detail page with our team.

@mohitjain Thank you Sir, got It.