Map Relationships Command Generate a visual representation of content type relationships. Usage Output Formats - mermaid : Mermaid diagram syntax - ascii : Text-based diagram - yaml : Structured relationship data Workflow Step 1: Parse Arguments Extract output format and scope from command. Step 2: Analyze Content Types Read existing content type definitions from: - Skill knowledge (if designing) - Codebase (if implemented) Step 3: Invoke Skill Invoke skill to analyze: - Direct references (ContentPickerField) - Taxonomy associations - Media references - Self-referential relationships Step 4:…