PROMPTS.Md
Description
Understanding CLAUDE.md, MEMORY.md, SKILLS.md, SOUL.md, and Related Prompting Mechanisms
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
PROMPTS.md
**Understanding CLAUDE.md, MEMORY.md, SKILLS.md, SOUL.md, and Related Prompting Mechanisms**
As agentic systems like Claude become embedded in developer workflows, a new class of "context files" has emerged — structured documents that shape how an agent behaves, remembers, learns, and acts. Names like `CLAUDE.md`, `MEMORY.md`, `SKILLS.md`, and `SOUL.md` are increasingly common in repos, agent frameworks, and personal AI setups.
This guide explains what each of these files is, why they exist, how they differ from one another, and how developers and power users can use them to build more capable, consistent, and personalized AI workflows.
Part 1: What Are Context Files?
Before diving into specific files, it helps to understand the broader concept.
Large language models like Claude have no persistent memory by default. Each conversation begins with a blank slate — unless you explicitly provide context. Context files are a solution to this problem: they are plain-text or Markdown documents you include at the start of a session (or inject into the system prompt) to give the model structured information about who it is, what it knows, what it can do, and how it should behave.
The names `CLAUDE.md`, `MEMORY.md`, `SKILLS.md`, and `SOUL.md` are conventions — not enforced standards — but they've become widely adopted because they mirror how developers think about project documentation (`README.md`, `CHANGELOG.md`, etc.). The `.md` suffix signals that these are human-readable Markdown files, typically placed in the root of a project or agent directory.
Think of these files collectively as a "personality package" or "agent configuration layer." Together they answer four core questions:
- CLAUDE.md — What is this project and how should I work within it?
- MEMORY.md — What do I already know about this user or context?
- SKILLS.md — What specialized capabilities can I invoke?
- SOUL.md — Who am I and what do I value?
P
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11