context-loader

Load project context from AGENTS.md files into the conversation.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zerwiz/wayofpi --skill context-loader-zerwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-loader
Source: https://github.com/zerwiz/wayofpi/tree/main/.pi/skills/context-loader
Command: npx skills add https://github.com/zerwiz/wayofpi --skill context-loader-zerwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of finding the right project guidance by loading the repository's AGENTS.md file into the conversation, giving agents immediate access to layout notes, tools, and workflow context.

Core Features & Use Cases

  • Project Context Retrieval: Reads the global AGENTS.md file and returns its contents for immediate use.
  • Repository Orientation: Helps agents understand project structure, available skills, and operational conventions before taking action.
  • Use Case: When joining a new workspace or switching sessions, use this Skill to quickly restore the project instructions that keep responses aligned with the repository's setup.

Quick Start

Ask the context-loader skill to read the project's AGENTS.md file and return its contents so you can understand the repository layout and available tools.

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 an AGENTS.md file for repository onboarding?

Loading project context involves reading the repository's AGENTS.md file to give agents immediate access to layout notes, available skills, and operational conventions. It restores project instructions needed for proper repository onboarding and multi-session agent setup.

What is the best way to set up multi-session agent context using markdown files?

Setting up multi-session agent context uses the global AGENTS.md file to provide markdown-formatted output for downstream agents. This restores project instructions quickly, keeping agent responses aligned with the repository's operational setup across different sessions.

How does context loading work for retrieving project structure and available tools?

Context loading works by reading the global AGENTS.md file and returning its markdown contents directly into the conversation. This gives agents immediate understanding of the project structure, available skills, and operational conventions before taking any action.

Do I need a specific environment or global path to load repository instructions from AGENTS.md?

Yes, loading repository instructions requires access to the global Pi path and a readable AGENTS.md file in the repository. You also need markdown-formatted output capability to pass the retrieved project context to downstream agents effectively.

When should I use an AGENTS.md context loader instead of manually explaining project layout?

You should use an AGENTS.md context loader when joining a new workspace, switching sessions, or needing fast retrieval of project structure. It removes the friction of manually finding and explaining project guidance by loading layout notes and workflow context instantly.