Generate a visual representation of content type relationships.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install content-management-system@melodic-software# 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 `content-relationships` skill to analyze: - Direct references (ContentPickerField) - Taxonomy ...