context-loader

Load shared project context from the .claude directory for Gemini CLI.

190|33|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/DeL-TaiseiOzaki/claude-code-orchestra --skill context-loader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/DeL-TaiseiOzaki/claude-code-orchestra/tree/main/.gemini/skills/context-loader
Command: npx skills add https://github.com/DeL-TaiseiOzaki/claude-code-orchestra --skill context-loader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Loads shared project context from the .claude directory at the start of every task. This ensures Gemini CLI has the same coding rules, design decisions, and library constraints as Claude Code.

Core Features & Use Cases

  • Load coding rules from .claude/rules/
  • Load design documentation from .claude/docs/
  • Load library documentation from .claude/docs/libraries/
  • Ensure consistent context for research/analysis tasks across Gemini, Claude Code, and Codex workflows.

Quick Start

Invoke the context-loader at the beginning of a task to populate Gemini with the project context from the .claude folder.

Frequently Asked Questions about context-loader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share Claude Code project context with Gemini CLI?

To share Claude Code project context with Gemini CLI, load shared project rules and design docs from the .claude directory at the start of every task. This ensures Gemini has identical coding rules and library constraints as Claude Code.

What is the best way to keep coding rules consistent across Claude Code and Gemini?

The best way to keep coding rules consistent across Claude Code and Gemini is loading context from .claude/rules and .claude/docs before starting tasks. This synchronizes design decisions and library constraints across both environments.

Can I sync design documentation from .claude/docs to Gemini automatically?

Yes, you can sync design documentation to Gemini automatically by invoking a context loader before research or analysis tasks. It reads .claude/docs and relevant library docs to populate Gemini with necessary project context.

Does loading .claude directory context work with Codex workflows?

Yes, loading .claude directory context works with Codex workflows. The context loading mechanism ensures consistent context for research and analysis tasks across Gemini, Claude Code, and Codex workflows simultaneously.

When do I need to load project context for Gemini analysis tasks?

You need to load project context for Gemini analysis tasks at the very beginning of the task. Applying context loading at the start ensures Gemini operates with the correct coding principles and library constraints throughout the workflow.