What problem does it solve? Building agent identity systems requires consistent schemas for defining agent personas (Minds), portable formats for sharing them, and mechanisms for adapting communication style. This Skill provides the SDK patterns to validate Mind definitions, load them from JSON files, export/import Soul Packages, and apply the COACH protocol for style adaptation. ## Core Features & Use Cases - Mind Validation & Loading: Validate Mind definitions against the Mind Schema and load single Minds or entire directories of JSON definitions. - Soul Package Management: Export collections of Minds into portable, versioned Soul Packages with metadata, and import or selectively load specific Minds from packages. - COACH Protocol: Learn user communication patterns (language, formality, tone) from interactions and apply learned styles to agent responses. - Use Case: You are building a multi-persona agent system. Define each persona as a Mind JSON file, validate them against the schema, bundle them into a Soul Package for distribution, and use the COACH engine to adapt each persona's responses to individual user communication styles. ## Quick Start Ask the assistant to validate a Mind definition JSON file against the Lylacore Mind Schema and show any validation errors.