From claude-resources
Performs web research via GitHub Copilot CLI using free gpt-4.1 model. Use for simple topics, quota exhaustion, or explicit 'gcoc research' requests to avoid premium costs.
npx claudepluginhub takazudo/claude-resourcesThis skill is limited to using the following tools:
Same behavior as [/gco-research](../gco-research/SKILL.md) — web research synthesized by Claude Code — 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-research — web research synthesized by Claude Code — 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-research.
Clarify what needs to be researched — specific question, scope, how findings will be used.
Same research prompt as /gco-research (topic, specific questions, request for findings with sources/URLs, alternatives, recommendations, code examples).
LOGDIR=$(node $HOME/.claude/scripts/get-logdir.js)
mkdir -p "$LOGDIR"
DATETIME=$(date +%Y%m%d_%H%M%S)
SLUG="<short-topic-slug>"
GCO_MODEL=gpt-4.1 \
bash $HOME/.claude/skills/gco/scripts/gco-run.sh \
"<research prompt>" \
"$LOGDIR/${DATETIME}-gcoc-research-${SLUG}.md" \
"$LOGDIR/${DATETIME}-gcoc-research-${SLUG}-stderr.log"
Timeout: 15 minutes.
GCO_USED_FALLBACK= marker — the cheap model is intentionalSame as /gco-research — if Copilot timed out, produced no output, or is not installed, spawn a researcher subagent.
Organize findings, verify key claims where possible, present with source references.
node $HOME/.claude/scripts/save-file.js "{logdir}/{timestamp}-research-{topic}.md" "<content>"
pnpm dlx @takazudo/mdx-formatter --write <file>
gpt-4.1 has zero Premium multiplier on the Pro plan — safe to use when quota is tight~ in paths — use $HOME