Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Bug Report: Installed Plugin (Superpowers) Skills Not Available to Agent
Summary
The Superpowers plugin is installed and enabled in Cursor, but the AI agent cannot see or use its skills (TDD, debugging, collaboration patterns, etc.). This makes the plugin effectively unusable from the agent’s perspective.
Environment
- Cursor: Plugins UI shows Superpowers as “Installed” and enabled.
- Settings:
.cursor/settings.jsoncontains"superpowers": { "enabled": true }. - Other plugins: Context7 (MCP) is visible and callable by the agent, so the issue appears specific to how Plugin-provided Skills are exposed.
Expected Behavior
After installing and enabling the Superpowers plugin, the agent should be able to:
- See Superpowers-provided skills in its available skills list, and/or
- Invoke or follow those skills (TDD, debugging, collaboration patterns) when relevant.
Actual Behavior
- The agent’s
available_skillslist does not include any skill with a path or name identifying it as from Superpowers. - There is no Superpowers MCP server in the project’s MCP configuration, so the plugin cannot be used via MCP tools either.
- Result: the agent has no way to explicitly use Superpowers’ capabilities, even though the plugin is installed and enabled.
Possible Causes (for Cursor team)
- Plugin-injected Skills are not merged into the skill set passed to the agent (e.g. in Composer/Agent context).
- Plugin Skills are only wired for certain surfaces (e.g. Chat) and not for the agent.
- Skills from plugins are merged without a clear identifier, so the agent cannot recognize or prefer “Superpowers” skills.
Suggested Fix
- Ensure that skills provided by installed plugins (such as Superpowers) are included in the agent’s available skills list, with a way to identify their source (e.g. plugin name or path).
- Alternatively or in addition, document how plugin skills are supposed to be used by the agent and under which conditions they are active.
Reproducibility
Consistently reproducible: install Superpowers from the plugin marketplace, enable it, then ask the agent to use or list Superpowers skills — the agent will report that it cannot see or call them.
This report was drafted for submission to Cursor feedback/support. You can copy the content above or attach this file.
Steps to Reproduce
- Open Cursor and go to Plugins (e.g. from the sidebar or settings).
- Install the Superpowers plugin from the marketplace (Core skills library: TDD, debugging, collaboration patterns, and proven techniques).
- Ensure Superpowers is enabled in the Installed list.
- Open Composer (Agent) and start a new conversation.
- Ask the agent: “Can you call or use Superpowers’ skills?” or “List skills from the Superpowers plugin.”
- Observe the response: the agent states it cannot see or invoke any skill identified as from Superpowers (no Superpowers entry in its available skills list, and no Superpowers MCP server).
Operating System
Windows 10/11
Version Information
Version: 2.5.25 (user setup)
VSCode Version: 1.105.1
Commit: 7150844152b426ed50d2b68dd6b33b5c5beb73c0
Date: 2026-02-24T07:17:49.417Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200
Does this stop you from using Cursor
No - Cursor works, but with this issue