second-opinion
v0.1.0Check a risky hypothesis against an independent LLM — DeepSeek, Gemini, GPT, Grok, or any model on OpenRouter — through one OpenAI-compatible script.
By Dmitry FominLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install second-opinion for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install second-opinion@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dmitry-fomin/homemade-skills-claude-codeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/second-opinion/.
Plugin files
├── .claude-plugin/plugin.json└── skills/ask/SKILL.md
Included Skills1
Используй для проверки рискованной или неочевидной гипотезы независимым мнением другой LLM (DeepSeek, Gemini, Grok, Qwen, или иной модели через OpenRouter) — перед архитектурным решением с дорогой ценой отката, спорным техническим выводом, или когда второй заход подряд не даёт сдвига в баге. Не используй для рутинных вопросов, вопросов с однозначным ответом или как замену собственному анализу — сначала думай сам, скил дополняет, а не заменяет. Годится, когда гипотезу можно изложить текстом; если проверка требует, чтобы модель сама обошла код в репозитории, бери скил /dsh:dsh-second-opinion.
Plugin manifests1
{
"name": "second-opinion",
"displayName": "Second opinion",
"version": "0.1.0",
"description": "Check a risky hypothesis against an independent LLM — DeepSeek, Gemini, GPT, Grok, or any model on OpenRouter — through one OpenAI-compatible script.",
"author": {
"name": "Dmitry Fomin",
"url": "https://github.com/dmitry-fomin"
},
"homepage": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
"repository": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
"license": "MIT",
"keywords": [
"second-opinion",
"openrouter",
"deepseek",
"gemini",
"grok",
"llm"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[second-opinion on Agent Plugins Marketplace](https://pluginsmp.com/plugins/second-opinion)