second-opinion
NewConsult GPT-5 Pro for alternative perspectives; supports context injection, web search, and configurable models
Overview
   <img src="assets/claude-icon.png" alt="Claude" height="18" style="margin-left: 6px; vertical-align: middle;">
Claude Code Plugins Marketplace by @alberduris.
This git repository is a Claude Code Marketplace; in other words, a way to distribute a collection of Plugins that augment Claude Code's capabilities via Commands, Skills, Agents, or Hooks.
Quick Understanding
Zero-bullshit definitions without AI slop so we all know what we're talking about.
Marketplace: A git repository with a `.claude-plugin/marketplace.json` file listing available Plugins.
Plugin: A packaged directory containing one or more of the following, plus `.claude-plugin/plugin.json` with metadata (name, version, author):
- •Skill: Directory with
SKILL.md+ supporting files (scripts, templates, docs). - •Command: Single
.mdfile. - •Agent: Isolated autonomous agent launched via Task tool; runs multi-turn conversation with tools (agent ↔ tools), returns final result. (Learn more)
- •Hook: Script triggered by events (file edits, tool calls, user prompt submission).
Invocation: Both Skills and Commands can be invoked 3 ways: manually (
/name), by Claude viaSkilltool, or auto-discovered by context. The only difference is structure. Usedisable-model-invocation: truein frontmatter if you want manual-only.
Quick Start
Standard Installation
Add the Marketplace and install Plugins through Claude Code:
# Add this Marketplace
/plugin marketplace add alberduris/claude-code-marketplace
# Install a Plugin
/plugin install second-opinionOne-Command Installation
Use the Claude Plugins CLI to add the Marketplace and install Plugins in one step:
claude plugins install alberduris/claude-code-marketplace second-opinionAvailable Plugins
| Plugin | Description |
|---|---|
| second-opinion | Consult GPT-5 Pro for alternative perspectives on technical decisions |
| langfuse-traces | Query Langfuse traces for debugging and observability |
| slack-reminders | Schedule future reminders via Slack notifications |
See each plugin's README for setup and usage instructions.
License
MIT
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/second-opinion.md https://raw.githubusercontent.com/alberduris/skills/main/SKILL.md/second-opinionFrequently Asked Questions
What is second-opinion?
Consult GPT-5 Pro for alternative perspectives; supports context injection, web search, and configurable models
How to install second-opinion?
To install second-opinion, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /second-opinion.
What is second-opinion best for?
second-opinion is a community categorized under General. Created by alberduris.