What problem does it solve?
This Skill prevents Claude Code sessions from starting blank by persisting who the agent is, who it works with, and what it has learned across restarts and context compaction.
Core Features & Use Cases
- Persistent identity files: Creates AGENT.md, USER.md, and MEMORY.md so the agent has a stable self-model and project memory.
- Session-start grounding: Adds a CLAUDE.md instruction block that tells the agent to read identity files at the beginning of every session.
- Long-running project support: Helps teams maintain consistent behavior, preferences, and lessons learned in projects that span many sessions.
- Use case: Set up a new Claude Code project so the agent remembers its role, your communication style, and important project discoveries after every restart.
Quick Start
Ask the agent to create the identity files under .claude/identity and wire them into CLAUDE.md so they are read at every session start.