context-loader

Load project context from .claude/ to align Gemini CLI with Claude Code.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/ribon-org/ribon --skill context-loader-ribon-org
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/ribon-org/ribon/tree/main/.gemini/skills/context-loader
Command: npx skills add https://github.com/ribon-org/ribon --skill context-loader-ribon-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that the Gemini CLI operates with the same project-specific knowledge, coding standards, and design decisions as Claude Code, preventing inconsistencies and improving AI performance.

Core Features & Use Cases

  • Unified Project Knowledge: Loads coding rules, design documentation, and library constraints from a designated .claude/ directory.
  • Consistent AI Behavior: Guarantees Gemini CLI adheres to the same project guidelines as other AI tools.
  • Use Case: Before starting a new feature development, activate this skill to ensure Gemini understands the project's established architecture, preferred libraries, and coding principles.

Quick Start

Activate the context-loader skill to load project context from the .claude directory.

Frequently Asked Questions about context-loader

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

FAQPage Schema
How do I load project context into Gemini CLI from Claude Code configuration?▼

You can load project context for Gemini CLI by reading configuration files directly from the .claude/rules/ and .claude/docs/ directories, which ensures the AI aligns with your established design decisions and library constraints.

What is the best way to align Gemini CLI with Claude Code's operational knowledge?▼

Aligning Gemini CLI involves loading project-specific coding standards and design documentation from the .claude/ directory before executing research or analysis tasks, preventing inconsistencies in AI behavior.

Does Gemini CLI automatically read coding rules from the .claude directory?▼

Gemini CLI requires activating the context-loader skill to explicitly fetch and apply the coding rules and library constraints stored within the .claude/rules/ and .claude/docs/ directories, rather than reading them automatically.

When do I need to load project context for AI-driven feature development?▼

Load project context before starting new feature development to ensure the AI understands the project's established architecture, preferred libraries, and coding principles, preventing inconsistent code generation.

Can I use .claude configuration files to enforce project standards in other AI tools?▼

Yes, the .claude configuration files can enforce project standards in other AI tools like Gemini CLI. The context-loader skill parses these files to guarantee adherence to your specific design decisions and formatting rules.