context-loader

Load and aggregate project context from the .claude directory.

17|5|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/gaebalai/claude-code-orchestrator --skill context-loader-gaebalai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/gaebalai/claude-code-orchestrator/tree/main/.codex/skills/context-loader
Command: npx skills add https://github.com/gaebalai/claude-code-orchestrator --skill context-loader-gaebalai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synchronizes Codex/Codex Code with the centralized project context by loading rules, design decisions, and library constraints from the .claude directory before executing tasks.

Core Features & Use Cases

  • Load Coding Rules from .claude/rules/ to enforce coding principles.
  • Load Design Documentation from .claude/docs/DESIGN.md to guide architecture and implementation decisions.
  • Load Library Documentation from .claude/docs/libraries/ to ensure library constraints and usage.
  • Use Case: At the start of any task, ensure all contextual knowledge is synced across agents.

Quick Start

Load the project context from the .claude directory and confirm readiness before proceeding.

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 and coding rules before starting a task?

To load project context, the skill reads and aggregates coding rules, design decisions, and library constraints from the .claude directory, then confirms readiness before proceeding with your task.

How does loading design documentation from the .claude directory work?

Loading design documentation works by reading .claude/docs/DESIGN.md to guide architecture and implementation decisions, ensuring the agent has the same knowledge as Claude Code before executing tasks.

Can I use this context loading approach to synchronize rules across different AI coding agents?

Yes, you can use this approach to synchronize context across agents. It loads centralized project context from the .claude directory to ensure Codex and Claude Code share identical coding rules and design decisions.

What's the best way to enforce coding principles and library constraints during development?

The best way to enforce coding principles is by loading rules from .claude/rules/ and library documentation from .claude/docs/libraries/ at the start of every task to maintain consistent constraints.

Do I need a specific folder structure to load project context properly?

Yes, you need a specific folder structure. The context loading process requires a .claude directory containing subdirectories like rules/ and docs/ with your DESIGN.md and library documentation files.

Why does my AI agent lack project knowledge when starting a new coding task?

Your AI agent lacks project knowledge because it has not loaded the centralized context. Invoking a context loading process at the start of every task syncs design decisions and library constraints from the .claude directory.