BeClaude

second-opinion

New
8Community RegistryGeneralby alberduris

Consult GPT-5 Pro for alternative perspectives; supports context injection, web search, and configurable models

Community PluginView Source

Overview

![License: MIT](https://opensource.org/licenses/MIT) ![Plugins](https://github.com/alberduris/claude-code-marketplace) ![Claude Code](https://www.claude.com/product/claude-code) <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 .md file.
  • 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 via Skill tool, or auto-discovered by context. The only difference is structure. Use disable-model-invocation: true in frontmatter if you want manual-only.

Quick Start

Standard Installation

Add the Marketplace and install Plugins through Claude Code:

bash
# Add this Marketplace
/plugin marketplace add alberduris/claude-code-marketplace

# Install a Plugin
/plugin install second-opinion

One-Command Installation

Use the Claude Plugins CLI to add the Marketplace and install Plugins in one step:

bash
claude plugins install alberduris/claude-code-marketplace second-opinion

Available Plugins

PluginDescription
second-opinionConsult GPT-5 Pro for alternative perspectives on technical decisions
langfuse-tracesQuery Langfuse traces for debugging and observability
slack-remindersSchedule future reminders via Slack notifications

See each plugin's README for setup and usage instructions.

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/second-opinion.md https://raw.githubusercontent.com/alberduris/skills/main/SKILL.md
3
Invoke in Claude Code
/second-opinion
View source on GitHub

Frequently 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.