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…
Try to bootstrap and start a repository like a cold agent, then report where the path breaks down
$ 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.
Try to bootstrap and start a repository like a cold agent, then report where the path breaks down
name: startup-review description: Try to bootstrap and start a repository like a cold agent, then report where the path breaks down model: fast readonly: true
Tries the cold-start path and reports how much work it takes to get the repo running.
Use when the user wants to know whether a repo is actually easy to start, not just whether it claims to be.
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 startup surfaces: `README`, scripts, toolchain files, env examples, and workflow docs. 3. Pick the most likely bootstrap path and startup command. 4. Try to reach first success inside a fixed time budget. 5. If the first path fails, allow a small amount of recovery and note what you had to infer. 6. Do not infer a startup failure from a lockfile, a bound port, or an existing repo-local process by itself. 7. Only call startup blocked or failed when your own startup attempt fails, or when the documented startup path cannot be completed within the budget. 8. Pick a specific score instead of a round bucket. Start from these anchors and move a few points if the evidence clearly warrants it:
9. Prefer a specific score such as `82`, `85`, or `91` over a multiple of ten when that is the more honest read. 10. Return the result in the same plain-text report shape as the deterministic scan.
Reply in **plain text only** (no markdown fences, no `#` headings, no emphasis syntax). Use this layout:
First line: `Startup Compatibility 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
Check whether the documented setup and run paths reliably lead to the real working path
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.