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.
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.md + supporting files (scripts, templates, docs)..md file.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.
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-opinion
Use the Claude Plugins CLI to add the Marketplace and install Plugins in one step:
claude plugins install alberduris/claude-code-marketplace second-opinion
| 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.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub alberduris/skills --plugin second-opinionSend and schedule Telegram messages from Claude Code via Bot API — instant or delayed delivery via Cloudflare Worker
Generate self-contained HTML broadsheet newspapers to explain any subject worth reporting
Manage your Beehiiv newsletter — list and read posts, create drafts from Markdown/HTML files
Give Claude Code agents the ability to send themselves continuation messages mid-session — metacognition, not repetition
36-command Claude Code skill for X/Twitter — post, search, engage, moderate, discover communities, all from your terminal
Collect and synthesize opinions from multiple AI Agents for Claude Code
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and gemini CLIs when installed) to get diverse perspectives on coding problems
Use when you want a delegated second opinion or implementation from GPT (Codex), Gemini, Grok (xAI), or OpenRouter (config-driven, 400+ models) - seven expert subagents (Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger) and bundled ask-gpt/ask-gemini/ask-grok/ask-openrouter/ask-all/consensus commands, advisory (read-only) or implementation (write; Grok and OpenRouter are advisory-only).
Consult external AIs (Gemini 2.5 Pro, OpenAI Codex, Claude) for second opinions. Use for debugging failures, architectural decisions, security validation, or need fresh perspective with synthesis.
Structured thinking and multi-perspective deliberation tools
Multi-agent deliberation for AI coding assistants