modularity-document

Generates modularity review documents in Markdown and HTML formats.

9|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/Yassimba/loom --skill modularity-document-yassimba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modularity-document
Source: https://github.com/Yassimba/loom/tree/main/skills/modularity-document
Command: npx skills add https://github.com/Yassimba/loom --skill modularity-document-yassimba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve? After completing a modularity analysis, you need a consistent, well-structured final report. This Skill produces the review document in both Markdown and HTML formats with identical content, eliminating manual formatting work. ## Core Features & Use Cases - Dual-format output: Writes the same review content to a Markdown file and a styled HTML file with light/dark theme support. - Structured review template: Enforces a fixed structure with executive summary, coupling overview table, per-issue sections (knowledge leakage, complexity impact, cascading changes, recommendations), and severity ratings. - Mandatory coupling.dev linking: Automatically hyperlinks every Balanced Coupling concept to the correct coupling.dev reference page using a built-in lookup table. - Use Case: After analyzing coupling between services in a codebase, use this Skill to produce the final dated review report under docs/modularity-review/ for sharing with the team. ## Quick Start Use the modularity-document skill to write the final modularity review from my analysis as both Markdown and HTML files.

Frequently Asked Questions about modularity-document

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a modularity review document?

Invoke the skill after completing a modularity analysis. It writes both a Markdown and an HTML version of the review to a dated folder under docs/modularity-review, with identical content in each file.

What structure does a modularity review report follow?

The report includes a header with scope and date, an executive summary, a coupling overview table, one section per issue covering knowledge leakage, complexity impact, cascading changes, and recommendations, plus a fixed attribution footer.

Does the HTML output support dark mode?

Yes. The bundled HTML template includes automatic light/dark theme switching based on time of day, a manual theme toggle button, and a saved preference via localStorage.

How are severity levels assigned in the review?

Severity is Critical for high strength, distance, and volatility; Significant for unbalanced coupling in moderately volatile areas; and Minor for low-volatility imbalances or low cohesion without cascading changes.

Why must the review link to coupling.dev?

The skill requires every Balanced Coupling concept mentioned in the document to hyperlink to its coupling.dev reference page, using a fixed lookup table, so readers can explore the underlying model.