Token导航 LogoToken导航TokenDH.com
AI 工具external-servicegithub未标认证来源可访问clear审计通过

gemini-context-bridgeGemini context bridge 命令行

Agent Skill

gemini-context-bridge 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

279

周安装

12

GitHub Stars

61

下载量

98
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gemini-context-bridge(Gemini context bridge 命令行)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/gemini-context-bridge
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill gemini-context-bridge
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill gemini-context-bridge

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 协作信息。

  • 适合围绕代码变更、仓库状态进行整理和协作管理。
  • 通过 GitHub 安装,建议确认权限范围和命令执行边界。
  • 可能触发联网、文件读写等操作,需评估安全风险。
  • 适用于 Codex、Claude、Cursor 和 Gemini CLI 开发场景。

SKILL.md

Gemini Context Bridge

🚨 MANDATORY: Invoke gemini-cli-docs First

STOP - Before providing ANY response about GEMINI.md syntax: 1. INVOKE gemini-cli-docs skill 2. QUERY for the specific context topic 3. BASE all responses EXCLUSIVELY on official documentation loaded

Overview

This skill bridges the gap between Claude Code and Gemini CLI by providing workflows to synchronize project context and strategic guidance on agent delegation. It ensures that project conventions defined in CLAUDE.md are understood by Gemini (via GEMINI.md) and helps users leverage the unique strengths of each agent.

When to Use This Skill

Keywords: sync context, share memory, copy instructions, migrate context, bridge agents, gemini.md, claude.md, delegation strategy, agent selection

Use this skill when:

  • Onboarding Gemini: You have a CLAUDE.md and want to initialize a GEMINI.md for Gemini CLI.
  • Syncing Instructions: You want to ensure both agents follow the same coding styles and conventions.
  • Deciding Agent: You are unsure whether to use Claude or Gemini for a specific task (e.g., "Who should run this migration?").
  • Comparing Context: You want to see if there are conflicting instructions between the two agents.

Delegation Strategy (Gemini vs Claude)

When orchestrating tasks, use this guide to choose the right agent:

Delegate to Gemini CLI for

  1. Google Ecosystem Auth: Tasks requiring authenticated access to GCP, Vertex AI, or Firebase.
  2. Long Context / Low Cost: Operations best suited for Gemini Flash (large context) or Pro (very large context).
  3. Interactive Tools: Running interactive CLIs (e.g., top, vim, git rebase) via enableInteractiveShell.
  4. Smart Edits: Using the edit tool with the specific "Smart Edit" strategies of Gemini.
  5. Memory/Todos: Utilizing the built-in programmable save_memory and write_todos tools for state tracking.

Delegate to Claude for

  1. Project Planning: High-level architectural reasoning and convention enforcement (CLAUDE.md).
  2. Complex Refactoring: Codebase-wide changes requiring "Codebase Investigator" analysis.
  3. Initial Setup: Creating the CLAUDE.md that serves as the seed for GEMINI.md.

Workflows

1. Initialize GEMINI.md from CLAUDE.md

Use this to bootstrap Gemini's context using your existing Claude rules.

Manual Steps:

  1. Read CLAUDE.md.
  2. Extract key sections: "Conventions", "Build Commands", "Style Guide".
  3. Create GEMINI.md with these sections formatted for Gemini (Markdown).

2. Check for Context Drift

Periodically check if the two context files have diverged.

Manual Steps:

  1. diff CLAUDE.md GEMINI.md (or visually compare).
  2. Look for updates in one that are missing in the other (e.g., new test command).

File Formats

  • CLAUDE.md: The single source of truth for Claude Code. Contains commands, style guides, and project structure.
  • GEMINI.md: The context file for Gemini CLI. Used to prime the model with project-specific instructions.
  • .gemini/settings.json: Configuration for Gemini (MCP, tools).
  • .claude/config.json (if applicable): Configuration for Claude.

Best Practices for "Partnership"

  • Single Source of Truth: Ideally, treat CLAUDE.md as the master record for *project* rules.
  • Specialization: Use GEMINI.md for Gemini-specific overrides (e.g., "Always use Flash model for this repo").
  • Shared Memory: While they have separate memory stores, you can manually copy high-value facts from save_memory (Gemini) to save_memory (Claude).

Test Scenarios

Scenario 1: Context Sync

Query: "Sync my CLAUDE.md to GEMINI.md" Expected Behavior:

  • Skill activates on "sync context" or "copy instructions"
  • Provides workflow to extract and transform sections Success Criteria: User receives step-by-step sync workflow

Scenario 2: Agent Selection

Query: "Should I use Claude or Gemini for this large file analysis?" Expected Behavior:

  • Skill activates on "claude or gemini" or "which agent"
  • Provides delegation matrix guidance Success Criteria: User receives recommendation based on task type

Scenario 3: Context Drift Detection

Query: "Check if my CLAUDE.md and GEMINI.md are in sync" Expected Behavior:

  • Skill activates on "compare" or "drift"
  • Suggests diff command and comparison workflow Success Criteria: User receives drift detection method

Related Skills

  • gemini-config-management: For configuring the .gemini folder.
  • gemini-cli-docs: For official documentation on GEMINI.md syntax.

Version History

  • v1.1.0 (2025-12-01): Added Test Scenarios section
  • v1.0.0 (2025-11-25): Initial release

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

trae

28.19%
按下载量换算28

Antigravity

24.86%
按下载量换算24

windsurf

18.54%
按下载量换算18

Claude Code

10.88%
按下载量换算11

Codex

6.69%
按下载量换算7

Gemini CLI

3.63%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills