Oh-my-gemini-cli research

Purpose

install
source · Clone the upstream repo
git clone https://github.com/Joonghyun-Lee-Frieren/oh-my-gemini-cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Joonghyun-Lee-Frieren/oh-my-gemini-cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/research" ~/.claude/skills/joonghyun-lee-frieren-oh-my-gemini-cli-research && rm -rf "$T"
manifest: skills/research/SKILL.md
source content

Purpose

Use this skill when external documentation, standards, or library comparisons are needed.

Trigger

  • User asks for latest API behavior or version-sensitive guidance
  • Tradeoff decisions require evidence from primary sources

Workflow

  1. Split the question into focused research sub-questions.
  2. Prefer official docs/specs and primary maintainers.
  3. Record version/date context and confidence.
  4. Compare options with explicit criteria.
  5. Produce implementation recommendations for this repository.

Output Template

## Key Findings
- ...

## Source-Based Comparison
- Option A: ...
- Option B: ...

## Recommendation
- ...

## Risks / Unknowns
- ...

Notes

  • Keep quotes short and provide links.
  • Escalate to planning (
    $plan
    ) if research changes scope.