From cursor-opinion
This skill allows you to interact with Cursor AI agent during your conversation with Claude.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cursor-opinion:cursor-opinionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill allows you to interact with Cursor AI agent during your conversation with Claude.
This skill allows you to interact with Cursor AI agent during your conversation with Claude.
/ask-cursor [context] - Get Cursor's opinion on the current topic/delegate [task] - Have Cursor make code changes in your project/review - Send git diff to Cursor for code reviewUse this skill when the user:
/ask-cursor, /delegate, or /review commandsWhen this skill is invoked, you must:
Gather Context: Compile all relevant context from the current conversation, including:
Create a Mega-Prompt: Formulate a comprehensive prompt for Cursor that includes:
Execute the Script: Run the ask-cursor.sh script with the mega-prompt:
${CLAUDE_PLUGIN_ROOT}/scripts/ask-cursor.sh "YOUR_MEGA_PROMPT_HERE"
Process the Response: When Cursor responds:
Use this template when creating the mega-prompt for Cursor:
I'm helping a developer with the following task/question:
## Context
[Summarize the conversation context and what the user is trying to achieve]
## Relevant Code
[Include any relevant code snippets or file contents]
## Specific Question
[The exact question or decision point where we need input]
## Constraints
[Any requirements, limitations, or preferences mentioned]
Please provide your analysis and recommendations. Consider:
- Best practices and common patterns
- Potential pitfalls or edge cases
- Alternative approaches if applicable
- Trade-offs between different options
npx claudepluginhub glekner/cursor-opinion-marketplace --plugin cursor-opinionCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.