# Load

> Loads all markdown files from the current directory or a specified directory into context for analysis and reference. Non-recursive, loads only top-level .md files. Use when the user wants to read all docs in a folder, review documentation, or bring markdown content into the conversation.

- Skill: `open-agent-tools/load` (Agent Skill)
- Install (CLI): `npx skillmds@latest add open-agent-tools/load`
- Raw SKILL.md: https://api.skillmd.com/api/skills/open-agent-tools/load/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Open-Agent-Tools (https://skillmd.com/u/open-agent-tools)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/open-agent-tools/load

---


Please load all markdown (.md) files from the current directory or specified directory into context for analysis and reference.

**Important**: Only load files directly in the specified directory, NOT in any subdirectories.

**Process**:
1. Use glob to find all .md files in the target directory (non-recursive)
2. Read each file found to bring it into context
3. Provide a brief summary of what files were loaded

**Directory Selection**:
- If no directory is specified in arguments, use current directory
- If directory is specified, use that path
- Validate directory exists before processing

**Output Format**:
- List each file loaded with its path
- Provide brief description of total files processed
- Note any files that couldn't be read

$ARGUMENTS

