Code Community Detection Identify architectural clusters and module boundaries in the codebase. Prerequisites This skill requires the gauntlet plugin for graph data. Discover it: If gauntlet is not installed : Fall back to directory structure analysis. Group files by directory and use import statements to identify module boundaries. Generate a Mermaid diagram from directory-level relationships. If installed but no graph.db : Tell the user to run . Steps 1. Run community detection (requires gauntlet): Fallback (no gauntlet) : Analyze directory structure and cross-directory imports: Group by to…