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…
Check whether the documented setup and run paths reliably lead to the real working path
$ 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.
Check whether the documented setup and run paths reliably lead to the real working path
name: docs-reliability-review description: Check whether the documented setup and run paths reliably lead to the real working path model: fast readonly: true
Follows the written setup path and reports where the docs drift from reality.
Use when the user wants to know whether the repo documentation is actually trustworthy for an agent starting fresh.
1. If a compatibility scan result is already available from the parent task, use it as context. Otherwise run the compatibility scan once. 2. Read the obvious documentation surfaces: `README`, setup docs, env docs, and contribution or agent guidance. 3. Follow the documented setup and run path as literally as practical. 4. Note where docs are accurate, stale, incomplete, or misleading. 5. Pick a specific score instead of a round bucket. Start from these anchors and move a few points if the evidence clearly warrants it:
6. Prefer a specific score such as `81`, `85`, or `92` over a multiple of ten when that is the more honest read.
Reply in **plain text only** (no markdown fences, no `#` headings, no emphasis syntax). Use this layout:
First line: `Docs Reliability Score: <score>/100`
Then a short summary paragraph.
Then the line `Problems` followed by one bullet per line using `- `.
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
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.
Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin.