research

research is a skill for Claude Code from cubetribe/ClaudeCode_GodMode-On. It costs 27 tokens per session (608 once invoked), scanned A, original, no licence file.

A structured process for researching technologies, recommended practices, and documentation, using a research agent with limits on time and stored notes.

In plain words
What is it for?
Use it to compare technologies, look up development practices, and find relevant official documentation before implementation.
Why use it?
It keeps technical investigation focused and prevents research from running without clear limits or leaving excessive project memory behind.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cc-godmode plugin — 14 skills, 15 agents shipped together

Good fit Use it to compare technologies, look up development practices, and find relevant official documentation before implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cubetribe/claudecode_godmode-on/research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cubetribe/ClaudeCode_GodMode-On --skill research
Clone the repo
git clone --depth 1 https://github.com/cubetribe/ClaudeCode_GodMode-On

Made for: Claude Code.

Or install cc-godmode, the plugin that ships this one along with the rest of its 14 skills, 15 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for research

README.md
[![agentmods](https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/research.svg)](https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/research)
Your own site
<a href="https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/research"><img src="https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/research.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 608 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00608
Opus 5 $0.00014 $0.00304
Sonnet 5 $0.00005 $0.00122
Haiku 4.5 $0.00003 $0.00061

Measured 8d ago against content hash 245ab151ffbe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/research/SKILL.md · 100 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 100 lines · 27 tokens per session scan A 245ab151ffbe

Subscribe to this mod's changes

research is a skill published in the GitHub repository cubetribe/ClaudeCode_GodMode-On (51 stars, last pushed 4d ago), with no licence file. It adds 27 tokens to every session and 608 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-pipeline

Multi-Agent Collaborative Pipeline for Claude Code — orchestrates 7 development phases with 6 specialized AI roles.

JS-mark/skills · 24 tokens

stream-chain

Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows.

airmcp-com/mcp-standards · 18 tokens

dispatch

Use when a task file exists in .hyperflow/tasks/ and workers need dispatching. Fans out parallel workers under per-batch Reviewers, runs a final integration review, and commits per sub-task. Endpoint of the auto-chain — no auto-deploy. Trigger with /hyperflow:dispatch, "run the plan", "execute the task", "build it"…

jeremylongshore/tons-of-skills-marketplace · 81 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens

recipe-front-review

Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.

shinpr/claude-code-workflows · 29 tokens

recipe-reverse-engineer

Generate PRD and Design Docs from existing codebase through discovery, generation, verification, and review workflow.

shinpr/claude-code-workflows · 26 tokens