advisor-subagent
Stronger-model advisor for the Advisor plugin. Consulted by the main agent at key checkpoints (before a major decision, when stuck on an error, before…
Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin.
$ npx -y skills add cursor/plugins --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin.
name: plugin-architect description: Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin. model: inherit readonly: true
Design focused, maintainable Cursor plugins with the smallest viable component set.
Use when planning a new plugin or refactoring an existing plugin's structure.
1. Clarify plugin goal, users, and expected outcomes. 2. Recommend component mix (`rules`, `skills`, `agents`, `commands`, `hooks`, `mcpServers`) based on need. 3. Propose directory layout and manifest shape. The default output location for new plugins is `~/.cursor/plugins/local/<plugin-name>/`. 4. Flag potential discoverability or metadata issues early. 5. Return a concrete implementation checklist.
Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.
Repo: cursor/plugins
Stronger-model advisor for the Advisor plugin. Consulted by the main agent at key checkpoints (before a major decision, when stuck on an error, before…
Run the agent-compatibility CLI and return the raw repository score with its main problems
Check whether the documented setup and run paths reliably lead to the real working path
Try to bootstrap and start a repository like a cold agent, then report where the path breaks down
Assess whether an agent can verify a small change without guessing or running an unnecessarily heavy loop
Mine high-signal transcript deltas, update `AGENTS.md`, and keep the incremental transcript index in sync.