By glekner
Get Cursor's opinion, delegate code changes, and request code reviews during Claude Code conversations
npx claudepluginhub glekner/cursor-opinion-marketplace --plugin cursor-opinionA Claude Code plugin marketplace containing plugins for getting second opinions from other AI coding assistants.
# Add the marketplace
/plugin marketplace add glekner/ccli-opinion-marketplace
# Install a plugin
/plugin install cursor-opinion@ccli-opinion-marketplace
/plugin install codex-opinion@ccli-opinion-marketplace
Delegate questions to Cursor AI agent for a second opinion during your Claude Code conversation.
Commands:
/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 reviewPrerequisites:
agent command) installed and in PATHOptional model override:
export CURSOR_MODEL='gpt-5.2-codex' # default model
Delegate questions to OpenAI Codex CLI for a second opinion during your Claude Code conversation.
Commands:
/ask-codex [context] - Get Codex's opinion on the current topic/delegate [task] - Have Codex make code changes in your project/review - Send git diff to Codex for code reviewPrerequisites:
npm install -g @openai/codexOptional model override:
export CODEX_MODEL='gpt-5.2-high' # default model
During any Claude Code conversation:
Cursor:
/ask-cursor # Get Cursor's opinion
/ask-cursor what about performance? # With additional context
/delegate add error handling to api.js # Have Cursor make changes
/review # Get code review of git diff
Codex:
/ask-codex # Get Codex's opinion
/ask-codex what about performance? # With additional context
/delegate add error handling to api.js # Have Codex make changes
/review # Get code review of git diff
Claude will gather context, consult the external AI, and synthesize both opinions.
MIT License
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.