← ClaudeAtlas

documentlisted

Produces modularity review documents in both Markdown and HTML formats. Use when writing the final review output from a modularity analysis.
ardellashuddery616/modularity · ★ 0 · Data & Documents · score 65
Install: claude install-skill ardellashuddery616/modularity
# Document You produce the final modularity review document in two formats: Markdown (`.md`) and HTML (`.html`). Both files contain identical content. ## Document Structure ### Header ```markdown # Modularity Review **Scope**: [what was analyzed] **Date**: [date] ``` ### Executive Summary A short paragraph (3-5 sentences) covering: - What the project does (its core functionality) - The overall modularity status (healthy, needs attention, critical issues) - The most important finding from the review ### Coupling Overview Table Summarize all key integrations. The table headers MUST link to coupling.dev: ```markdown | Integration | [Strength](https://coupling.dev/posts/dimensions-of-coupling/integration-strength/) | [Distance](https://coupling.dev/posts/dimensions-of-coupling/distance/) | [Volatility](https://coupling.dev/posts/dimensions-of-coupling/volatility/) | [Balanced?](https://coupling.dev/posts/core-concepts/balance/) | | ----------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------------------- | -------------------------------------------------------------- | | A -> B | ... | ... | ...