context-loader
Installation
SKILL.md
Context Loader Skill
Purpose
Load shared project context from .claude/ directory to ensure Codex CLI has the same knowledge as Claude Code.
When to Activate
ALWAYS - This skill must run at the beginning of every task to load project context.
Workflow
Step 1: Load Coding Rules
Read all files in .claude/rules/:
.claude/rules/
├── coding-principles.md # Simplicity, single responsibility, early return
Related skills
More from del-taiseiozaki/claude-code-orchestra
update-design
Explicitly update DESIGN.md with decisions from the current conversation. Use when you want to force a design document update.
15simplify
Simplify and refactor code while preserving functionality and library constraints.
13codex-system
|
13init
Analyze project structure and update AGENTS.md with detected tech stack, commands, and configurations.
12plan
Create a detailed implementation plan for a feature or task. Use when user wants to plan before coding.
12update-lib-docs
Update library documentation in .claude/docs/libraries/ with latest information from web search.
12