What problem does it solve? Claude Code starts every session stateless with no identity or memory. This Skill scaffolds a new agent workspace in the current directory so the agent can discover its name, personality, and user context through a guided first-run ritual. ## Core Features & Use Cases - Template Scaffolding: Copies SOUL.md, IDENTITY.md, USER.md, AGENTS.md, TOOLS.md, HEARTBEAT.md, and CLAUDE.md templates into the current directory. - Memory Initialization: Creates a memory/ directory with MEMORY.md and a short-term-recall JSON store for persistent recall. - Bootstrap Ritual: Runs a conversational onboarding where the agent asks for its name, creature, vibe, emoji, and the user's name and timezone, then writes IDENTITY.md and USER.md. - Use Case: A developer installs the ClawCode plugin and wants a personalized agent in a new project folder; running this Skill sets up all identity files and walks through the birth ritual in one flow. ## Quick Start Ask the agent to create a new agent in the current directory, for example by saying "create a new agent named Claw".