load-context

Load project context from CLAUDE.md, AGENTS.md, and .claude/context/ files.

1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/eci-global/80HD --skill load-context-eci-global
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load-context
Source: https://github.com/eci-global/80HD/tree/main/.claude/skills/load-context
Command: npx skills add https://github.com/eci-global/80HD --skill load-context-eci-global

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures knowledge workers start sessions with complete project context, preventing context loss and duplicated effort.

Core Features & Use Cases

  • Read core context docs in a defined order: CLAUDE.local.md, CLAUDE.md, AGENTS.md, and any files in .claude/context/ to bootstrap the session.
  • Present a concise orientation including the last session summary, active threads, and next steps.
  • If CLAUDE.local.md is missing, report its absence and propose creating it to enable handoffs.

Quick Start

  • Run the load-context sequence at session start to ingest project context without modifying repository files.
  • If CLAUDE.local.md is missing, report its absence and offer to create it for future handoffs.

Frequently Asked Questions about load-context

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

FAQPage Schema
How do I load 80HD project context at the start of a Claude Code session?

To load 80HD project context, run the load-context sequence at session start. It reads CLAUDE.local.md, CLAUDE.md, AGENTS.md, and files in .claude/context/ to resume your previous session without modifying repository files.

What is the best way to resume a Cowork session without losing project context?

The best way to resume a Cowork session is to load context from CLAUDE.local.md and related context files. This provides a concise orientation including the last session summary, active threads, and next steps to prevent duplicated effort.

Can I bootstrap a Claude session if CLAUDE.local.md is missing?

Yes, you can bootstrap a Claude session even if CLAUDE.local.md is missing. The context loading process will report its absence and offer to create the file to enable future project handoffs.

Does loading project context modify my repository files?

Loading project context does not modify repository files. The context loading process runs in read-only mode to ingest project context and provide orientation without altering any existing files.

What files do I need to set up session context management for project handoffs?

For session context management, you need CLAUDE.local.md, CLAUDE.md, AGENTS.md, and optional files in .claude/context/. These files store session summaries and active threads for seamless project handoffs.