From claude-resources
Provides advisory second opinion on code plans using GitHub Copilot CLI's free gpt-4.1 model. Use when premium quota exhausted, user requests cheap mode, or plans are simple.
npx claudepluginhub takazudo/claude-resourcesThis skill is limited to using the following tools:
Same behavior as [/gco-2nd](../gco-2nd/SKILL.md) — advisory second opinion on a plan or approach — but forces `gpt-4.1` from the start. No Premium Requests consumed.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Same behavior as /gco-2nd — advisory second opinion on a plan or approach — but forces gpt-4.1 from the start. No Premium Requests consumed.
gpt-4.1 (forced via GCO_MODEL=gpt-4.1)GCO_USED_FALLBACK= stderr check — it's the user's deliberate choice, not a fallbackFollow the exact same process as /gco-2nd.
Same prompt structure as /gco-2nd — context, current plan, questions about risks / alternatives / missing areas / other suggestions.
LOGDIR=$(node $HOME/.claude/scripts/get-logdir.js)
mkdir -p "$LOGDIR"
DATETIME=$(date +%Y%m%d_%H%M%S)
GCO_MODEL=gpt-4.1 \
bash $HOME/.claude/skills/gco/scripts/gco-run.sh \
"<prompt>" \
"$LOGDIR/${DATETIME}-gcoc-2nd.md" \
"$LOGDIR/${DATETIME}-gcoc-2nd-stderr.log"
Timeout: 15 minutes.
GCO_USED_FALLBACK= marker — the cheap model is intentionalReturn the Copilot feedback to the caller. The caller decides whether to incorporate it.
No fallback needed. Advisory only — if Copilot fails, skip silently.
gpt-4.1 has zero Premium multiplier on the Pro plan — safe to use when quota is tight~ in paths — use $HOME