context-loader

Load project context from .claude directory files and rules.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/yoshihiko555/ai-orchestra --skill context-loader-yoshihiko555
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/yoshihiko555/ai-orchestra/tree/main/templates/gemini/skills/context-loader
Command: npx skills add https://github.com/yoshihiko555/ai-orchestra --skill context-loader-yoshihiko555

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly assemble the current project context from the .claude directory, enabling informed decision-making for research tasks without manual file searching.

Core Features & Use Cases

  • Context Extraction: aggregates decisions, notes, and architecture decisions from .claude/docs and .claude/rules for quick reference.
  • Context Validation: checks presence of key files like DESIGN.md and relevant research notes to confirm project setup.
  • Use Case: before starting a research sprint, load the latest project context to align on scope and constraints.

Quick Start

Run the context-loader to read context from the .claude directory and present a concise summary.

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 from a .claude directory for research workflows?

To load project context, the Skill reads DESIGN.md, research notes, and library constraints from the .claude/docs directory, plus rules from .claude/rules, compiling them into a concise context summary for research tasks.

What is the best way to assemble architecture decisions and research notes before a sprint?

The best way to assemble architecture decisions and notes is using a context loading tool that automatically aggregates files from .claude/docs and .claude/rules, presenting a concise context summary to align on project scope.

How does context validation check for key project files like DESIGN.md?

Context validation checks the presence of key files like DESIGN.md and relevant research notes under .claude/docs to confirm your project setup is complete before compiling the context summary.

Can I use this context loader to extract library constraints for my project?

Yes, you can use the context loader to extract library constraints. It reads these constraints along with research notes and architecture decisions from the .claude directory to guide informed decisions.

What are the limitations of manually searching for project context files?

Manually searching for context files limits your ability to quickly assemble up-to-date project context, whereas an automated loader validates key file presence and compiles rules and notes into a concise summary without manual effort.