This skill provides a comprehensive framework for managing how Claude Code remembers information across sessions, allowing users to define project-specific rules, hierarchical instructions, and automated notes. It simplifies the setup of CLAUDE.md files, organizes modular rules within the .claude/rules/ directory, and manages the priority of memory loading from global policies down to local project overrides. By leveraging this skill, developers can ensure Claude maintains consistent coding standards, architectural patterns, and project context, reducing repetitive instructions and improving the accuracy of AI-generated code across multiple worktrees.
主要功能
01Import external documentation and instructions using the @path syntax
02Manage hierarchical memory loading from organization-wide policies to local overrides
03Handle auto-memory files to persist self-written notes across coding sessions
04Organize modular instructions using path-specific rules and YAML frontmatter
0526 GitHub stars
06Bootstrap CLAUDE.md files with the /init command for rapid project setup