context-loader

Pass

Load project context from .claude directory

@yoshihiko555
MIT2/22/2026
(0)
0stars
0downloads
2views

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install yoshihiko555/ai-orchestra/context-loader

Install in current project:

npx skillhub install yoshihiko555/ai-orchestra/context-loader --project

Suggested path: ~/.claude/skills/context-loader/

SKILL.md Content

---

name: context-loader
description: Load project context from .claude directory

---

## Trigger

- "load context"
- "project context"
- "check context"

## Actions

1. Read `.claude/docs/DESIGN.md` for architecture decisions
2. Check `.claude/docs/research/` for Gemini's findings
3. Review `.claude/docs/libraries/` for library constraints
4. Load `.claude/rules/` for coding principles

## Output

Summarize relevant context for the current task.
context-loader | SkillHub | SkillHub