What problem does it solve?
Claude often needs to be reminded of project-specific guidelines, code styles, or common commands across sessions, leading to repetitive instructions. This Skill leverages CLAUDE.md files for persistent memory, ensuring Claude always has the right context.
Core Features & Use Cases
- Hierarchical Memory: Store instructions at enterprise, project, or user levels, with higher priority settings taking precedence.
- Persistent Context: Claude automatically references
CLAUDE.md for coding standards, build commands, architectural patterns, and more.
- Import Feature: Include content from other files like
README.md or package.json for comprehensive context without duplication.
- Use Case: Define your team's code style (e.g., "Use 2-space indentation") in a project
CLAUDE.md file, and Claude will consistently apply it in all future code generations, saving you review time.
Quick Start
Explain how to add a new code style guideline to my project's CLAUDE.md file.